diff options
author | Dave Jones <davej@redhat.com> | 2007-10-20 03:08:22 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 03:08:22 +0200 |
commit | c0fe2e6964bea897d059fd1680a53cf131546f20 (patch) | |
tree | 81a3f06e41cb56f92fcab1478f12d1e29ebbcff0 /Documentation | |
parent | 828d055fd00fe5cd2186fbb599c6f64e53c6706d (diff) | |
download | op-kernel-dev-c0fe2e6964bea897d059fd1680a53cf131546f20.zip op-kernel-dev-c0fe2e6964bea897d059fd1680a53cf131546f20.tar.gz |
Add missing profile=kvm option to Documentation/kernel-parameters.txt
Whilst looking up what profile=sleep did, I noticed that we missed
adding docs for the most recent addition to the profiler.
Signed-off-by: Dave Jones <davej@redhat.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index cfeaf55..9297343 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1425,6 +1425,7 @@ and is between 256 and 4096 characters. It is defined in the file Param: <number> - step/bucket size as a power of 2 for statistical time based profiling. Param: "sleep" - profile D-state sleeping (millisecs) + Param: "kvm" - profile VM exits. processor.max_cstate= [HW,ACPI] Limit processor to maximum C-state |