[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-9e183426bfb52bb44bf3c443d6587e4d02478603@git.kernel.org>
Date: Wed, 4 Jan 2012 07:27:56 -0800
From: tip-bot for Joerg Roedel <joerg.roedel@....com>
To: linux-tip-commits@...r.kernel.org
Cc: acme@...hat.com, linux-kernel@...r.kernel.org, hpa@...or.com,
mingo@...hat.com, a.p.zijlstra@...llo.nl, joerg.roedel@....com,
gleb@...hat.com, tglx@...utronix.de, avi@...hat.com, mingo@...e.hu
Subject: [tip:perf/core] perf kvm: Fix copy & paste error in description
Commit-ID: 9e183426bfb52bb44bf3c443d6587e4d02478603
Gitweb: http://git.kernel.org/tip/9e183426bfb52bb44bf3c443d6587e4d02478603
Author: Joerg Roedel <joerg.roedel@....com>
AuthorDate: Wed, 5 Oct 2011 14:01:19 +0200
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Tue, 3 Jan 2012 15:17:14 -0200
perf kvm: Fix copy & paste error in description
The --host option certainly enables host-data collection.
Cc: Avi Kivity <avi@...hat.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Joerg Roedel <joerg.roedel@....com>
Cc: kvm@...r.kernel.org
Link: http://lkml.kernel.org/r/1317816084-18026-5-git-send-email-gleb@redhat.com
Signed-off-by: Gleb Natapov <gleb@...hat.com>
Signed-off-by: Joerg Roedel <joerg.roedel@....com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
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 34d1e85..032324a 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"),
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists