summaryrefslogtreecommitdiff
path: root/tools/perf/util/dwarf-aux.c
AgeCommit message (Expand)Author
2024-01-22perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim
2024-01-22perf dwarf-aux: Add die_get_cfa()Namhyung Kim
2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim
2023-11-28perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim
2023-11-10perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim
2023-11-10perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim
2023-11-10perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim
2023-11-10perf dwarf-aux: Fix die_get_typename() for void *Namhyung Kim
2023-07-11perf probe: Read DWARF files from the correct CUGeorg Müller
2023-06-13perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim
2023-06-13perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim
2022-11-08perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)
2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)
2022-11-03perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)
2022-11-03perf probe: Fix to avoid crashing if DW_AT_decl_file is NULLMasami Hiramatsu (Google)
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong
2021-06-01perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2020-11-27perf probe: Change function definition check due to broken DWARFMasami Hiramatsu
2020-11-27perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu
2019-11-18perf probe: Show correct statement line number by perf probe -lMasami Hiramatsu
2019-11-07perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu
2019-11-07perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu
2019-11-07perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu
2019-11-06perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu
2019-11-06perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu
2019-11-06perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2019-11-06perf probe: Walk function lines in lexical blocksMasami Hiramatsu
2019-11-06perf probe: Fix to find range-only function instanceMasami Hiramatsu
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-04-02perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORTJin Yao
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2016-09-29perf probe: Match linkage name with mangled nameMasami Hiramatsu
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu
2016-04-06perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo
2015-08-13perf probe: Fix to add missed brace around if blockMasami Hiramatsu
2015-08-12perf probe: Fix to show lines of sys_ functions correctlyMasami Hiramatsu
2015-05-15perf tools: Fix dwarf-aux.c compilation on i386Jiri Olsa
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu