Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccd755c2 authored by Robert Richter's avatar Robert Richter
Browse files

OProfile: Rename IBS sysfs dir into "ibs_op"



The new name is now more close to those used in the spec.

Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 2d55a478
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",