Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: Update the name of profiling based on sysfs

The ./kernel/ksysfs.c defines 'profiling' w/o 'profile' like
"KERNEL_ATTR_RW(profiling)". We need to synchronize the content between ksys.c
source and kernel doc.

Signed-off-by: Hyeonjun Lim <hjoon0510@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Hyeonjun Lim and committed by
Jiri Kosina
817eecbf 9c768207

+3 -3
+3 -3
Documentation/ABI/testing/sysfs-profiling
··· 1 - What: /sys/kernel/profile 1 + What: /sys/kernel/profiling 2 2 Date: September 2008 3 3 Contact: Dave Hansen <dave@linux.vnet.ibm.com> 4 4 Description: 5 - /sys/kernel/profile is the runtime equivalent 5 + /sys/kernel/profiling is the runtime equivalent 6 6 of the boot-time profile= option. 7 7 8 8 You can get the same effect running: 9 9 10 - echo 2 > /sys/kernel/profile 10 + echo 2 > /sys/kernel/profiling 11 11 12 12 as you would by issuing profile=2 on the boot 13 13 command line.