lkml.org 
[lkml]   [2011]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 4/9] perf, tools: Fix copy&paste error in perf-kvm option description
    Date
    From: Joerg Roedel <joerg.roedel@amd.com>

    The --host option certainly enables host-data collection.

    Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
    Signed-off-by: Gleb Natapov <gleb@redhat.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"),
    --
    1.7.5.3


    \
     
     \ /
      Last update: 2011-10-05 14:05    [W:4.560 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site