aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/oprofile
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2008-07-29 16:57:10 +0200
committerRobert Richter <robert.richter@amd.com>2008-10-15 20:47:38 +0200
commitccd755c2d90dd9b9729ba5975f7c92bf206ddcf7 (patch)
tree4ea1e59ecc5a5fd53254c42ecd4ddd7ad555dc5b /arch/x86/oprofile
parent2d55a478827f3eed2ee9701605fdeb9cac2d78dc (diff)
OProfile: Rename IBS sysfs dir into "ibs_op"
The new name is now more close to those used in the spec. Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/x86/oprofile')
-rw-r--r--arch/x86/oprofile/op_model_amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/oprofile/op_model_amd.c b/arch/x86/oprofile/op_model_amd.c
index 0657c56a66b..23ce63f2762 100644
--- a/arch/x86/oprofile/op_model_amd.c
+++ b/arch/x86/oprofile/op_model_amd.c
@@ -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",