perf annotate: Make it to be able to skip unannotatable symbols
authorNamhyung Kim <namhyung.kim@lge.com>
Thu, 7 Feb 2013 09:02:14 +0000 (18:02 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 14 Feb 2013 17:59:28 +0000 (14:59 -0300)
commit18c9e5c567e1bc475edc67dca3680ecd2562dc5c
tree03452dac1cbe7b5f71ce6044c78f83c7ede4273b
parentc0e79be74907b4654b622601692e1a27fd1dbeb3
perf annotate: Make it to be able to skip unannotatable symbols

Add --skip-missing option for skipping symbols that cannot be used for
annotation.  It's the case of kernel symbols that user doesn't have a
vmlinux image file.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1360227734-375-8-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-annotate.txt
tools/perf/builtin-annotate.c