Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 9489e9dcae718d5fde988e4a684a0f55b5f94d17 authored by Linus Torvalds on 26 November 2012, 01:59:19 UTC
Linux 3.7-rc7
Tip revision: 9489e9d
sysfs-profiling
What:		/sys/kernel/profile
Date:		September 2008
Contact:	Dave Hansen <dave@linux.vnet.ibm.com>
Description:
		/sys/kernel/profile is the runtime equivalent
		of the boot-time profile= option.

		You can get the same effect running:

			echo 2 > /sys/kernel/profile

		as you would by issuing profile=2 on the boot
		command line.
back to top