aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dwarf-aux.c
AgeCommit message (Expand)Author
2020-02-24perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2020-02-24perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu
2020-02-24perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu
2020-02-24perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu
2020-02-24perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu
2020-02-24perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu
2020-02-24perf probe: Walk function lines in lexical blocksMasami Hiramatsu
2020-02-24perf probe: Fix to find range-only function instanceMasami Hiramatsu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-04-02perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2016-09-29perf probe: Match linkage name with mangled nameMasami Hiramatsu
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu
2016-04-06perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo
2015-08-13perf probe: Fix to add missed brace around if blockMasami Hiramatsu
2015-08-12perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu
2015-05-15perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu
2015-02-06perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu
2013-10-04perf probe: Fix to find line information for probe listMasami Hiramatsu
2013-09-19perf probe: Fix finder to find lines of given functionMasami Hiramatsu
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when s...Hyeoncheol Lee
2011-08-12perf probe: Filter out redundant inline-instancesMasami Hiramatsu
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu
2011-08-12perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu
2011-08-12perf probe: Fix line walker to check CU correctlyMasami Hiramatsu
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu