2007-09-28 15:32:43

by Dave Jones

[permalink] [raw]
Subject: 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 <[email protected]>

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 4d175c7..c0bb53e 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1396,6 +1396,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
--
http://www.codemonkey.org.uk


2007-09-28 15:40:39

by Ingo Molnar

[permalink] [raw]
Subject: Re: Add missing profile=kvm option to Documentation/kernel-parameters.txt


* Dave Jones <[email protected]> wrote:

> 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 <[email protected]>

Acked-by: Ingo Molnar <[email protected]>

Ingo