aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/dwarf-aux.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim1-0/+3
2024-01-22perf dwarf-aux: Add die_get_cfa()Namhyung Kim1-0/+15
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim1-0/+3
2023-11-28perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim1-0/+14
2023-11-10perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim1-0/+12
2023-11-10perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim1-0/+3
2023-11-10perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT code to the header fileNamhyung Kim1-2/+17
2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)1-0/+3
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong1-1/+1
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2019-11-06perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu1-0/+3
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2016-09-29perf probe: Match linkage name with mangled nameMasami Hiramatsu1-0/+3
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria1-0/+8
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo1-37/+35
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao1-0/+4
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang1-0/+2
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang1-2/+2
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu1-0/+3
2015-02-06perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu1-0/+3
2013-10-04perf probe: Fix to find line information for probe listMasami Hiramatsu1-1/+5
2013-09-19perf probe: Fix finder to find lines of given functionMasami Hiramatsu1-0/+3
2011-08-12perf probe: Search concrete out-of-line instancesMasami Hiramatsu1-0/+4
2011-08-12perf probe: Fix to search local variables in appropriate scopeMasami Hiramatsu1-0/+4
2011-08-12perf probe: Fix to search nested inlined functions in CUMasami Hiramatsu1-0/+3
2011-07-15perf-probe: Move dwarf library routines to dwarf-aux.{c, h}Masami Hiramatsu1-0/+100