diff options
| author | Joerg Roedel <[email protected]> | 2011-10-05 14:01:19 +0200 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-01-03 15:17:14 -0200 |
| commit | 9e183426bfb52bb44bf3c443d6587e4d02478603 (patch) | |
| tree | 6d6ee5d788db782bc86b291308c0df3289d8d12e | |
| parent | 466e2876bcb9ddc9b92502c46689679bee7d72a0 (diff) | |
perf kvm: Fix copy & paste error in description
The --host option certainly enables host-data collection.
Cc: Avi Kivity <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Joerg Roedel <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Gleb Natapov <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
| -rw-r--r-- | tools/perf/builtin-kvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-kvm.c b/tools/perf/builtin-kvm.c index 34d1e853829d..032324a76b87 100644 --- a/tools/perf/builtin-kvm.c +++ b/tools/perf/builtin-kvm.c @@ -38,7 +38,7 @@ static const struct option kvm_options[] = { OPT_BOOLEAN(0, "guest", &perf_guest, "Collect guest os data"), OPT_BOOLEAN(0, "host", &perf_host, - "Collect guest os data"), + "Collect host os data"), OPT_STRING(0, "guestmount", &symbol_conf.guestmount, "directory", "guest mount directory under which every guest os" " instance has a subdir"), |