summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar2016-02-021-25/+37
* perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu2015-11-251-7/+6
* perf probe: Fix to free temporal Dwarf_FrameMasami Hiramatsu2015-11-191-3/+6
* perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan2015-11-131-6/+14
* perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu2015-11-131-1/+3
* perf probe: Improve error message when %return is on inlined functionMasami Hiramatsu2015-09-301-4/+9
* perf probe: Show correct source lines of probes on kmodulesMasami Hiramatsu2015-09-301-0/+42
* perf probe: Begin and end libdwfl report session correctlyMasami Hiramatsu2015-09-301-0/+3
* perf probe: Support probing at absolute addressWang Nan2015-08-261-18/+3
* perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo2015-07-201-1/+1
* perf tools: Reference count struct dsoArnaldo Carvalho de Melo2015-06-081-1/+1
* perf probe: Ignore tail calls to probed functionsNaveen N. Rao2015-05-141-3/+9
OpenPOWER on IntegriCloud