diff options
author | Jin Yao <[email protected]> | 2017-03-26 04:34:29 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-03-27 12:12:59 -0300 |
commit | 0d3eb0b7783f1ee6d3314f101b9cbfb988020222 (patch) | |
tree | a3382614edeff8fbb6272d4698aa1d1c7c446ea3 /include/linux/fpga/fpga-bridge.h | |
parent | 0db64dd060f7fd77921be8f10fa9f7a5f49a3a43 (diff) |
perf report: Show inline stack for browser mode
If the address belongs to an inlined function, the source information
back to the first non-inlined function will be printed.
For example:
1. Show inlined function name
perf report -g function --inline
- 0.69% 0.00% inline ld-2.23.so [.] dl_main
- dl_main
0.56% _dl_relocate_object
_dl_relocate_object (inline)
elf_dynamic_do_Rela (inline)
2. Show the file/line information
perf report -g address --inline
- 0.69% 0.00% inline ld-2.23.so [.] _dl_start
_dl_start rtld.c:307
/build/glibc-GKVZIf/glibc-2.23/elf/rtld.c:413 (inline)
+ _dl_sysdep_start dl-sysdep.c:250
Signed-off-by: Yao Jin <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[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]>
Diffstat (limited to 'include/linux/fpga/fpga-bridge.h')
0 files changed, 0 insertions, 0 deletions