summaryrefslogtreecommitdiff
path: root/tools/perf/util/dwarf-aux.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORTJames Clark1-28/+28
2024-05-08perf dwarf-aux: Print array type name with "[]"Namhyung Kim1-1/+3
2024-05-02perf dwarf-aux: Add die_collect_global_vars()Namhyung Kim1-0/+62
2024-04-16perf dwarf-aux: Check variable address range properlyNamhyung Kim1-4/+3
2024-04-16perf dwarf-aux: Check pointer offset when checking variablesNamhyung Kim1-7/+21
2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim1-0/+4
2024-03-21perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim1-0/+43
2024-03-21perf dwarf-aux: Handle type transfer for memory accessNamhyung Kim1-0/+113
2024-03-21perf dwarf-aux: Add die_collect_vars()Namhyung Kim1-28/+90
2024-03-21perf dwarf-aux: Remove unused pc argumentNamhyung Kim1-5/+2
2024-01-22perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim1-4/+40
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim1-21/+58
2024-01-22perf dwarf-aux: Add die_get_cfa()Namhyung Kim1-1/+67
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim1-11/+27
2023-11-28perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim1-0/+79
2023-11-10perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim1-0/+67
2023-11-10perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim1-0/+53
2023-11-10perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim1-7/+0
2023-11-10perf dwarf-aux: Fix die_get_typename() for void *Namhyung Kim1-1/+8
2023-07-11perf probe: Read DWARF files from the correct CUGeorg Müller1-1/+3
2023-06-14perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim1-3/+5
2023-06-14perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2022-11-09perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)1-17/+4
2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)1-15/+32
2022-11-03perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)1-2/+2
2022-11-03perf probe: Fix to avoid crashing if DW_AT_decl_file is NULLMasami Hiramatsu (Google)1-1/+6
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong1-4/+4
2021-06-01perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei1-2/+6
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-3/+3
2020-11-27perf probe: Change function definition check due to broken DWARFMasami Hiramatsu1-2/+18
2020-11-27perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu1-0/+8
2019-11-19perf probe: Show correct statement line number by perf probe -lMasami Hiramatsu1-4/+58
2019-11-07perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu1-1/+9
2019-11-07perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu1-6/+13
2019-11-07perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu1-0/+7
2019-11-06perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu1-2/+2
2019-11-06perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu1-1/+1
2019-11-06perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu1-1/+23
2019-11-06perf probe: Walk function lines in lexical blocksMasami Hiramatsu1-5/+9
2019-11-06perf probe: Fix to find range-only function instanceMasami Hiramatsu1-1/+5
2019-09-01perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-04-02perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao1-1/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2016-09-29perf probe: Match linkage name with mangled nameMasami Hiramatsu1-2/+26
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