index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
srcline.c
Age
Commit message (
Expand
)
Author
2018-10-16
perf report: Don't crash on invalid inline debug information
Milian Wolff
2018-04-26
perf symbols: Store the ELF symbol type in the symbol struct
Arnaldo Carvalho de Melo
2018-01-08
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-01
perf srcline: Show correct function name for srcline of callchains
Namhyung Kim
2017-11-01
perf srcline: Fix memory leak in addr2inlines()
Namhyung Kim
2017-10-25
perf report: Cache srclines for callchain nodes
Milian Wolff
2017-10-25
perf report: Cache failed lookups of inlined frames
Milian Wolff
2017-10-24
perf callchain: Create real callchain entries for inlined frames
Milian Wolff
2017-10-24
perf callchain: Refactor inline_list to store srcline string directly
Milian Wolff
2017-10-24
perf callchain: Refactor inline_list to operate on symbols
Milian Wolff
2017-08-11
perf srcline: Do not consider empty files as valid srclines
Milian Wolff
2017-05-24
perf report: Do not drop last inlined frame
Milian Wolff
2017-05-24
perf report: Always honor callchain order for inlined nodes
Milian Wolff
2017-05-24
perf report: Fix memory leak in addr2line when called by addr2inlines
Milian Wolff
2017-04-19
perf tools: Move srcline definitions to separate header
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-03-27
perf report: Enable sorting by srcline as key
Milian Wolff
2017-03-27
perf report: Find the inline stack for a given address
Jin Yao
2017-03-27
perf report: Refactor common code in srcline.c
Jin Yao
2015-09-02
perf tools: Always use non inlined file name for 'srcfile' sort key
Andi Kleen
2015-08-10
perf tools: Support full source file paths for srcline
Andi Kleen
2014-12-19
perf: Fix building warning on ARM 32
Wang Nan
2014-11-24
perf callchain: Make get_srcline fall back to sym+offset
Andi Kleen
2014-11-24
perf callchain: Enable printing the srcline in the history
Andi Kleen
2014-11-19
perf tools: Only print base source file for srcline
Andi Kleen
2014-01-15
perf tools: Fix build error due to zfree() cast
Namhyung Kim
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-10
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
2013-12-04
perf tools: Do not disable source line lookup just because of 1 failure
Adrian Hunter
2013-12-04
perf symbols: Retain symbol source file name to lookup source line numbers
Adrian Hunter
2013-12-04
perf symbols: Retain bfd reference to lookup source line numbers
Adrian Hunter
2013-12-04
perf tools: Use asprintf instead of malloc plus snprintf
Adrian Hunter
2013-10-14
perf tools: Fix old GCC build error in 'get_srcline'
David Ahern
2013-10-09
perf tools: Implement addr2line directly using libbfd
Roberto Vitillo
2013-10-09
perf tools: Save failed result of get_srcline()
Namhyung Kim
2013-10-09
perf annotate: Pass dso instead of dso_name to get_srcline()
Namhyung Kim
2013-10-09
perf tools: Do not try to call addr2line on non-binary files
Namhyung Kim
2013-10-09
perf annotate: Factor out get/free_srcline()
Namhyung Kim