summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dwarf-aux.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark2024-10-021-0/+1
* perf annotate-data: Show typedef names properlyNamhyung Kim2024-08-081-0/+2
* perf dwarf-aux: Add die_collect_global_vars()Namhyung Kim2024-05-021-0/+8
* perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim2024-03-211-0/+4
* perf dwarf-aux: Handle type transfer for memory accessNamhyung Kim2024-03-211-0/+6
* perf dwarf-aux: Add die_collect_vars()Namhyung Kim2024-03-211-0/+17
* perf dwarf-aux: Remove unused pc argumentNamhyung Kim2024-03-211-4/+2
* perf annotate-data: Support stack variablesNamhyung Kim2024-01-221-0/+3
* perf dwarf-aux: Add die_get_cfa()Namhyung Kim2024-01-221-0/+15
* perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim2023-12-231-0/+3
* perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim2023-11-281-0/+14
* perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim2023-11-101-0/+12
* perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim2023-11-101-0/+3
* perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim2023-11-101-2/+17
* perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)2022-11-031-0/+3
* perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-181-1/+1
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2019-11-061-0/+3
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-09-011-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* perf probe: Match linkage name with mangled nameMasami Hiramatsu2016-09-291-0/+3
* perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria2016-09-011-0/+8
* perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-231-37/+35
* perf probe: Ignore tail calls to probed functionsNaveen N. Rao2015-05-141-0/+4
* perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-121-0/+2
* perf probe: Remove length limitation for showing available variablesHe Kuang2015-05-121-2/+2
* perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-081-0/+3
* perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu2015-02-061-0/+3
* perf probe: Fix to find line information for probe listMasami Hiramatsu2013-10-041-1/+5
* perf probe: Fix finder to find lines of given functionMasami Hiramatsu2013-09-191-0/+3
* perf probe: Search concrete out-of-line instancesMasami Hiramatsu2011-08-121-0/+4
* perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu2011-08-121-0/+4
* perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu2011-08-121-0/+3
* perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu2011-07-151-0/+100