android_kernel_xiaomi_sm8350/tools/perf/util
Masami Hiramatsu 3b4694de35 perf probe: Fix to support libdwfl older than 0.148
Since the libdwfl library before 0.148 fails to analyze live kernel debuginfo,
'perf probe --list' compiled with those old libdwfl sometimes crashes.

To avoid that bug, perf probe does not use libdwfl's live kernel analysis
routine when it is compiled with older libdwfl.

Side effect: perf with older libdwfl doesn't support listing probe in modules
with source code line. Those could be shown by symbol+offset.

Cc: 2nddept-manager@sdl.hitachi.co.jp
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <20101217131218.24123.62424.stgit@ltc236.sdl.hitachi.co.jp>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2010-12-21 19:24:57 -02:00
..
include perf: Add back list_head data types 2010-08-12 21:50:00 +02:00
scripting-engines
ui perf, ui: Eliminate stack-smashing protection compiler complaint 2010-11-10 09:04:32 +01:00
abspath.c
alias.c
bitmap.c
build-id.c perf tools: Release thread resources on PERF_RECORD_EXIT 2010-07-30 18:28:42 -03:00
build-id.h
cache.h perf tools: add test for strlcpy() 2010-08-21 11:22:47 -03:00
callchain.c perf: Support for callchains merge 2010-08-22 21:10:35 +02:00
callchain.h Merge branch 'perf/urgent' into perf/core 2010-08-27 02:30:07 +02:00
color.c
color.h
config.c
cpumap.c
cpumap.h
ctype.c
debug.c perf scripting: Shut up 'perf record' final status 2010-10-26 15:20:09 -02:00
debug.h perf scripting: Shut up 'perf record' final status 2010-10-26 15:20:09 -02:00
debugfs.c
debugfs.h
environment.c
event.c perf: expose event__process function 2010-08-04 12:41:23 -03:00
event.h perf: expose event__process function 2010-08-04 12:41:23 -03:00
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh
header.c perf buildid-cache: Fix symbolic link handling 2010-12-16 09:41:45 -02:00
header.h
help.c
help.h
hist.c perf: Support for callchains merge 2010-08-22 21:10:35 +02:00
hist.h perf annotate: Sort by hottest lines in the TUI 2010-08-10 16:11:42 -03:00
hweight.c
levenshtein.c
levenshtein.h
map.c perf tools: Don't keep unreferenced maps when unmaps are detected 2010-08-02 19:45:23 -03:00
map.h perf probe: Add basic module support 2010-10-21 16:11:44 -02:00
pager.c
parse-events.c
parse-events.h
parse-options.c
parse-options.h
path.c perf tools: add test for strlcpy() 2010-08-21 11:22:47 -03:00
PERF-VERSION-GEN
probe-event.c perf symbols: Stop using vmlinux files with no symbols 2010-12-16 09:41:45 -02:00
probe-event.h perf probe: Add basic module support 2010-10-21 16:11:44 -02:00
probe-finder.c perf probe: Fix to support libdwfl older than 0.148 2010-12-21 19:24:57 -02:00
probe-finder.h perf probe: Add basic module support 2010-10-21 16:11:44 -02:00
pstack.c
pstack.h perf ui: Move hists browser to util/ui/browsers/ 2010-08-10 16:11:08 -03:00
quote.c
quote.h
run-command.c
run-command.h
session.c perf session: Invalidate last_match when removing threads from rb_tree 2010-08-02 19:01:09 -03:00
session.h
sigchain.c
sigchain.h
sort.c perf hists: Fixup addr snprintf width on 32 bit arches 2010-08-05 19:38:01 -03:00
sort.h perf: Keep track of the max depth of a callchain 2010-08-22 20:43:17 +02:00
strbuf.c
strbuf.h
string.c perf tools: Fix lazy wildcard matching 2010-12-21 19:15:42 -02:00
strlist.c
strlist.h
svghelper.c
svghelper.h
symbol.c perf probe: Fix use of kernel image path given by 'k' option 2010-12-16 09:41:45 -02:00
symbol.h perf probe: Fix use of kernel image path given by 'k' option 2010-12-16 09:41:45 -02:00
thread.c perf tools: Release thread resources on PERF_RECORD_EXIT 2010-07-30 18:28:42 -03:00
thread.h perf tools: Release thread resources on PERF_RECORD_EXIT 2010-07-30 18:28:42 -03:00
trace-event-info.c
trace-event-parse.c
trace-event-read.c
trace-event-scripting.c perf trace scripting: Fix extern struct definitions 2010-10-04 12:24:51 -03:00
trace-event.h
types.h
usage.c
util.c
util.h perf ui browser: Return the exit key in all browsers 2010-08-19 19:39:52 -03:00
values.c
values.h
wrapper.c