Sign in
android-kvm
/
linux
/
36647055b37ec78e9068f470f14e7cd75c001c22
/
tools
/
perf
/
util
/
srcline.c
dd2e18e
perf tools: Support 'srccode' output
by Andi Kleen
· 6 years ago
d4046e8
perf report: Don't crash on invalid inline debug information
by Milian Wolff
· 6 years ago
af30bff
perf symbols: Store the ELF symbol type in the symbol struct
by Arnaldo Carvalho de Melo
· 7 years ago
935f5a9
perf report: Fix a wrong offset issue when using /proc/kcore
by Jin Yao
· 7 years ago
15bcdc94
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
7285cf3
perf srcline: Show correct function name for srcline of callchains
by Namhyung Kim
· 7 years ago
b7b75a6
perf srcline: Fix memory leak in addr2inlines()
by Namhyung Kim
· 7 years ago
21ac9d5
perf report: Cache srclines for callchain nodes
by Milian Wolff
· 7 years ago
b38775c
perf report: Cache failed lookups of inlined frames
by Milian Wolff
· 7 years ago
11ea251
perf callchain: Create real callchain entries for inlined frames
by Milian Wolff
· 7 years ago
2be8832
perf callchain: Refactor inline_list to store srcline string directly
by Milian Wolff
· 7 years ago
fea0cf8
perf callchain: Refactor inline_list to operate on symbols
by Milian Wolff
· 7 years ago
d964b1c
perf srcline: Do not consider empty files as valid srclines
by Milian Wolff
· 8 years ago
4d53b9d
perf report: Do not drop last inlined frame
by Milian Wolff
· 8 years ago
28071f5
perf report: Always honor callchain order for inlined nodes
by Milian Wolff
· 8 years ago
b21cc97
perf report: Fix memory leak in addr2line when called by addr2inlines
by Milian Wolff
· 8 years ago
632a5ca
perf tools: Move srcline definitions to separate header
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
5dfa210
perf report: Enable sorting by srcline as key
by Milian Wolff
· 8 years ago
a64489c
perf report: Find the inline stack for a given address
by Jin Yao
· 8 years ago
5580338
perf report: Refactor common code in srcline.c
by Jin Yao
· 8 years ago
2f84b42
perf tools: Always use non inlined file name for 'srcfile' sort key
by Andi Kleen
· 9 years ago
a9710ba
perf tools: Support full source file paths for srcline
by Andi Kleen
· 10 years ago
ac931f87
perf: Fix building warning on ARM 32
by Wang Nan
· 10 years ago
85c116a
perf callchain: Make get_srcline fall back to sym+offset
by Andi Kleen
· 10 years ago
23f0981
perf callchain: Enable printing the srcline in the history
by Andi Kleen
· 10 years ago
2de2176
perf tools: Only print base source file for srcline
by Andi Kleen
· 10 years ago
7d16c63
perf tools: Fix build error due to zfree() cast
by Namhyung Kim
· 11 years ago
74cf249
perf tools: Use zfree to help detect use after free bugs
by Arnaldo Carvalho de Melo
· 11 years ago
bf4414a
perf symbols: Constify dso->long_name
by Arnaldo Carvalho de Melo
· 11 years ago
906049c8
perf tools: Do not disable source line lookup just because of 1 failure
by Adrian Hunter
· 11 years ago
0058aef
perf symbols: Retain symbol source file name to lookup source line numbers
by Adrian Hunter
· 11 years ago
454ff00
perf symbols: Retain bfd reference to lookup source line numbers
by Adrian Hunter
· 11 years ago
d88938e
perf tools: Use asprintf instead of malloc plus snprintf
by Adrian Hunter
· 11 years ago
a949fff
perf tools: Fix old GCC build error in 'get_srcline'
by David Ahern
· 11 years ago
2f48fcd
perf tools: Implement addr2line directly using libbfd
by Roberto Vitillo
· 11 years ago
2cc9d0e
perf tools: Save failed result of get_srcline()
by Namhyung Kim
· 11 years ago
86c98ca
perf annotate: Pass dso instead of dso_name to get_srcline()
by Namhyung Kim
· 11 years ago
58d91a0
perf tools: Do not try to call addr2line on non-binary files
by Namhyung Kim
· 11 years ago
f048d54
perf annotate: Factor out get/free_srcline()
by Namhyung Kim
· 11 years ago