]> asedeno.scripts.mit.edu Git - linux.git/commit
perf report: Introduce --ignore-vmlinux command line option
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 16 Mar 2018 19:27:04 +0000 (16:27 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 21 Mar 2018 15:53:42 +0000 (12:53 -0300)
commit91340c5184f316d687d4522b9aa41b56d58a49b0
tree852e8d528ae90d237a58046f3f34608baaa26cec
parentbe316409e9819423fc965e11486e6631734520ba
perf report: Introduce --ignore-vmlinux command line option

We've had this in 'perf top' for quite a while, useful if one wishes
to force using /proc/kcore to do annotation using the patched kernel
instead of the ELF image it started from, aka vmlinux.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jin Yao <yao.jin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-ircpvox4wzsv7gasrpb28fw9@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-report.txt
tools/perf/builtin-report.c