]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf tools: Change perf_guest default back to false
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 10 Feb 2012 17:05:05 +0000 (18:05 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 14 Feb 2012 01:14:44 +0000 (23:14 -0200)
commitc4a7dca92bbb9881a5d678720f1d0c2153499749
treec80e2038242f700c3fade3a0e716c4607d2f8ac3
parent0c095715b388d19d7a0b7e8eaceeceb018f5b3d1
perf tools: Change perf_guest default back to false

Setting perf_guest to true by default makes no sense because the perf
subcommands can not setup guest symbol information and thus not process
and guest samples. The only exception is perf-kvm which changes the
perf_guest value on its own.  So change the default for perf_guest back
to false.

Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1328893505-4115-3-git-send-email-joerg.roedel@amd.com
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/util.c