Skip to content

Commit

Permalink
OProfile: Rename IBS sysfs dir into "ibs_op"
Browse files Browse the repository at this point in the history
The new name is now more close to those used in the spec.

Signed-off-by: Robert Richter <robert.richter@amd.com>
  • Loading branch information
Robert Richter committed Oct 15, 2008
1 parent 2d55a47 commit ccd755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/oprofile/op_model_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ static int setup_ibs_files(struct super_block * sb, struct dentry * root)
oprofilefs_create_ulong(sb, dir, "rand_enable",
&ibs_config.rand_en);

dir = oprofilefs_mkdir(sb, root, "ibs_uops");
dir = oprofilefs_mkdir(sb, root, "ibs_op");
oprofilefs_create_ulong(sb, dir, "enable",
&ibs_config.op_enabled);
oprofilefs_create_ulong(sb, dir, "max_count",
Expand Down

0 comments on commit ccd755c

Please sign in to comment.