summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dwarf-aux.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf probe: Match linkage name with mangled nameMasami Hiramatsu2016-09-291-2/+26
* perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria2016-09-011-0/+179
* perf probe: Check the return value of strbuf APIsMasami Hiramatsu2016-05-101-28/+24
* perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo2016-04-061-0/+9
* perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo2016-03-231-5/+5
* perf probe: Fix to add missed brace around if blockMasami Hiramatsu2015-08-131-1/+2
* perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu2015-08-121-5/+13
* perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa2015-05-151-4/+4
* perf probe: Ignore tail calls to probed functionsNaveen N. Rao2015-05-141-0/+37
* perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-121-0/+121
* perf probe: Remove length limitation for showing available variablesHe Kuang2015-05-121-28/+22
* perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-081-0/+16
* perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu2015-04-021-4/+10
* perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu2015-02-061-0/+15
* perf probe: Fix perf probe to find correct variable DIEMasami Hiramatsu2014-06-041-2/+5
* perf probe: Fix to find line information for probe listMasami Hiramatsu2013-10-041-4/+21
* perf probe: Fix finder to find lines of given functionMasami Hiramatsu2013-09-191-0/+19
* perf probe: Print an enum type variable in "enum variable-name" format when s...Hyeoncheol Lee2012-09-271-0/+2
* perf probe: Filter out redundant inline-instancesMasami Hiramatsu2011-08-121-0/+22
* perf probe: Search concrete out-of-line instancesMasami Hiramatsu2011-08-121-0/+58
* perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu2011-08-121-0/+33
* perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu2011-08-121-12/+79
* perf probe: Fix line walker to check CU correctlyMasami Hiramatsu2011-08-121-3/+3
* perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu2011-07-151-0/+663
OpenPOWER on IntegriCloud