summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dwarf-aux.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-181-4/+4
* perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei2021-06-011-2/+6
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-3/+3
* perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2020-11-271-2/+18
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-11-271-0/+8
* perf probe: Show correct statement line number by perf probe -lMasami Hiramatsu2019-11-181-4/+58
* perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu2019-11-071-1/+9
* perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2019-11-071-6/+13
* perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu2019-11-071-0/+7
* perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu2019-11-061-2/+2
* perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2019-11-061-1/+1
* perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2019-11-061-1/+23
* perf probe: Walk function lines in lexical blocksMasami Hiramatsu2019-11-061-5/+9
* perf probe: Fix to find range-only function instanceMasami Hiramatsu2019-11-061-1/+5
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao2018-04-021-1/+1
* 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