]> Git Repo - linux.git/commit
perf report: Find the inline stack for a given address
authorJin Yao <[email protected]>
Sat, 25 Mar 2017 20:34:26 +0000 (04:34 +0800)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 27 Mar 2017 15:00:38 +0000 (12:00 -0300)
commita64489c56c307bf0955f0489158c5ecf6aa10fe2
treec509e096dd947ec390f3ec30d82f925e2e04763c
parent5580338d0f207921bc1fef5b668cd564adcc3419
perf report: Find the inline stack for a given address

It would be useful for perf to support a mode to query the inline stack
for a given callgraph address. This would simplify finding the right
code in code that does a lot of inlining.

The srcline.c has contained the code which supports to translate the
address to filename:line_nr. This patch just extends the function to let
it support getting the inline stacks.

It introduces the inline_list which will store the inline function
result (filename:line_nr and funcname).

If BFD lib is not supported, the result is only filename:line_nr.

Signed-off-by: Yao Jin <[email protected]>
Tested-by: Milian Wolff <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/srcline.c
tools/perf/util/symbol-elf.c
tools/perf/util/symbol-minimal.c
tools/perf/util/symbol.h
tools/perf/util/util.h
This page took 0.052647 seconds and 4 git commands to generate.