summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-finder.c
AgeCommit message (Expand)Author
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2023-11-10perf probe: Convert to check dwarf_getcfi featureNamhyung Kim
2023-11-10perf tools: Add util/debuginfo.[ch] filesNamhyung Kim
2023-04-19perf probe: Add missing 0x prefix for addresses printed in hexadecimalArnaldo Carvalho de Melo
2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami 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-07-07perf probe: Fix debuginfo__new() to enable build-id based debuginfoMasami Hiramatsu
2021-06-01perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-02-08perf probe: Add protection to avoid endless loopJianlin Lv
2020-11-27perf probe: Change function definition check due to broken DWARFMasami Hiramatsu
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu
2020-07-17perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu
2020-07-17perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu
2020-05-28perf symbols: Fix debuginfo search for UbuntuAdrian Hunter
2020-03-09perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu
2020-01-31perf probe: Add ustring support for perf probe commandThomas Richter
2019-11-22perf probe: Fix spelling mistake "addrees" -> "address"Colin Ian King
2019-11-18perf probe: Trace a magic number if variable is not foundMasami Hiramatsu
2019-11-18perf probe: Support DW_AT_const_value constant valueMasami Hiramatsu
2019-11-18perf probe: Do not show non representive lines by perf-probe -LMasami Hiramatsu
2019-11-18perf probe: Verify given line is a representive lineMasami Hiramatsu
2019-11-07perf probe: Skip overlapped location on searching variablesMasami Hiramatsu
2019-11-07perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu
2019-11-06perf probe: Fix to list probe event with correct line numberMasami Hiramatsu
2019-11-06perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu
2019-11-06perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu
2019-11-06perf probe: Fix wrong address verificationMasami Hiramatsu
2019-09-20perf probe: Skip same probe address for a given lineMasami Hiramatsu
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-25perf-probe: Add user memory access attribute supportMasami Hiramatsu
2018-03-19perf probe: Use right type to access array elementsMasami Hiramatsu
2017-04-19perf str{filter,list}: Disentangle headersArnaldo 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
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu
2017-01-16perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu
2016-09-29perf probe: Skip if the function address is 0Masami Hiramatsu
2016-09-29perf probe: Ignore the error of finding inline instanceMasami Hiramatsu
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria
2016-09-01perf uprobe: Skip prologue if program compiled without optimizationRavi Bangoria
2016-09-01perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu
2016-08-23perf probe: Use hexadecimal type by default if possibleMasami Hiramatsu
2016-08-23perf probe: Support hexadecimal castingMasami Hiramatsu