aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dwarf-aux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria1-0/+179
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu1-28/+24
2016-04-06perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo1-0/+9
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo1-5/+5
2015-08-13perf probe: Fix to add missed brace around if blockMasami Hiramatsu1-1/+2
2015-08-12perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu1-5/+13
2015-05-15perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa1-4/+4
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao1-0/+37
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang1-0/+121
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang1-28/+22
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu1-0/+16
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu1-4/+10
2015-02-06perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu1-0/+15
2014-06-04perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu1-2/+5
2013-10-04perf probe: Fix to find line information for probe listMasami Hiramatsu1-4/+21
2013-09-19perf probe: Fix finder to find lines of given functionMasami Hiramatsu1-0/+19
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variablesHyeoncheol Lee1-0/+2
2011-08-12perf probe: Filter out redundant inline-instancesMasami Hiramatsu1-0/+22
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu1-0/+58
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu1-0/+33
2011-08-12perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu1-12/+79
2011-08-12perf probe: Fix line walker to check CU correctlyMasami Hiramatsu1-3/+3
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu1-0/+663