summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-181-8/+7
* perf probe: Fix debuginfo__new() to enable build-id based debuginfoMasami Hiramatsu2021-07-071-0/+5
* perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei2021-06-011-0/+3
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-3/+3
* perf probe: Add protection to avoid endless loopJianlin Lv2021-02-081-2/+6
* perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2020-11-271-2/+1
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-3/+5
* perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu2020-09-181-5/+56
* perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-07-171-1/+1
* perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu2020-07-171-0/+3
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-05-281-0/+1
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-03-091-3/+8
* perf probe: Add ustring support for perf probe commandThomas Richter2020-01-311-1/+2
* perf probe: Fix spelling mistake "addrees" -> "address"Colin Ian King2019-11-221-1/+1
* perf probe: Trace a magic number if variable is not foundMasami Hiramatsu2019-11-181-4/+58
* perf probe: Support DW_AT_const_value constant valueMasami Hiramatsu2019-11-181-0/+11
* perf probe: Do not show non representive lines by perf-probe -LMasami Hiramatsu2019-11-181-0/+7
* perf probe: Verify given line is a representive lineMasami Hiramatsu2019-11-181-0/+36
* perf probe: Skip overlapped location on searching variablesMasami Hiramatsu2019-11-071-0/+20
* perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu2019-11-071-1/+16
* perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2019-11-061-2/+2
* perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2019-11-061-1/+1
* perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu2019-11-061-1/+1
* perf probe: Fix wrong address verificationMasami Hiramatsu2019-11-061-22/+10
* perf probe: Skip same probe address for a given lineMasami Hiramatsu2019-09-201-0/+19
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-7/+12
|\
| * perf-probe: Add user memory access attribute supportMasami Hiramatsu2019-05-251-7/+12
* | tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
|/
* perf probe: Use right type to access array elementsMasami Hiramatsu2018-03-191-8/+5
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu2017-01-161-2/+5
* perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu2017-01-161-7/+3
* perf probe: Skip if the function address is 0Masami Hiramatsu2016-09-291-1/+11
* perf probe: Ignore the error of finding inline instanceMasami Hiramatsu2016-09-291-2/+3
* perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria2016-09-011-134/+2
* perf uprobe: Skip prologue if program compiled without optimizationRavi Bangoria2016-09-011-0/+165
* perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu2016-09-011-11/+16
* perf probe: Use hexadecimal type by default if possibleMasami Hiramatsu2016-08-231-1/+2
* perf probe: Support hexadecimal castingMasami Hiramatsu2016-08-231-7/+10
* perf probe: Add supported for type casting by the running kernelMasami Hiramatsu2016-08-231-0/+1
* perf probe: Support signedness castingNaohiro Aota2016-08-091-3/+12
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-2/+2
* perf probe: Check the return value of strbuf APIsMasami Hiramatsu2016-05-101-12/+18
* perf probe: Use strbuf for making stringsMasami Hiramatsu2016-04-281-7/+7
* perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo2016-03-231-4/+4