blob: 8a8e466eb2c01d39ec2afb7cac46cc183dde94aa [file] [log] [blame]
Hyeonjun Lim817eecb2012-12-03 15:31:31 +09001What: /sys/kernel/profiling
Dave Hansen22b8ce92008-10-15 22:01:46 -07002Date: September 2008
3Contact: Dave Hansen <dave@linux.vnet.ibm.com>
4Description:
Hyeonjun Lim817eecb2012-12-03 15:31:31 +09005 /sys/kernel/profiling is the runtime equivalent
Dave Hansen22b8ce92008-10-15 22:01:46 -07006 of the boot-time profile= option.
7
8 You can get the same effect running:
9
Hyeonjun Lim817eecb2012-12-03 15:31:31 +090010 echo 2 > /sys/kernel/profiling
Dave Hansen22b8ce92008-10-15 22:01:46 -070011
12 as you would by issuing profile=2 on the boot
13 command line.