From: Willy Tarreau Date: Sat, 14 Sep 2013 08:32:59 +0000 (+0200) Subject: perf symbols: Add new option --ignore-vmlinux for perf top X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc2be6968e99b5314f20e938a547d44dcb1c40eb;p=pandora-kernel.git perf symbols: Add new option --ignore-vmlinux for perf top Running "perf top" on a machine with possibly invalid or non-matching vmlinux at the various places results in no symbol resolving despite /proc/kallsyms being present and valid. Add a new option --ignore-vmlinux to explicitly indicate that we do not want to use these kernels and just use what we have (kallsyms). Signed-off-by: Willy Tarreau Cc: Ingo Molnar Link: http://lkml.kernel.org/r/20130914083259.GA3418@1wt.eu Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed