summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf probe: Show better error message when failed to find variableHe Kuang2015-05-121-4/+6
* perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-121-13/+44
* perf probe: Remove length limitation for showing available variablesHe Kuang2015-05-121-7/+10
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-111-1/+3
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-061-1/+3
| |\
| | * perf probe: Fix bug with global variables handlingHe Kuang2015-04-271-1/+3
* | | perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-081-6/+21
* | | perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2015-05-081-1/+1
* | | perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-081-9/+8
* | | perf probe: Support $params special probe argumentMasami Hiramatsu2015-05-081-13/+16
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-181-2/+71
|\ \ | |/
| * perf probe: Fix segfault when probe with lazy_line to fileHe Kuang2015-04-131-1/+1
| * perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-131-1/+70
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-141-13/+12
|\ \ | |/
| * perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu2015-04-021-1/+7
| * perf probe: Remove bias offset to find probe point by addressMasami Hiramatsu2015-03-021-4/+1
| * perf probe: Fix to handle optimized not-inlined functionsMasami Hiramatsu2015-02-061-8/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ | |/ |/|
OpenPOWER on IntegriCloud