aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-03-19perf probe: Use right type to access array elementsMasami Hiramatsu1-8/+5
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu1-2/+5
2017-01-16perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu1-7/+3
2016-09-29perf probe: Skip if the function address is 0Masami Hiramatsu1-1/+11
2016-09-29perf probe: Ignore the error of finding inline instanceMasami Hiramatsu1-2/+3
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria1-134/+2
2016-09-01perf uprobe: Skip prologue if program compiled without optimizationRavi Bangoria1-0/+165
2016-09-01perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu1-11/+16
2016-08-23perf probe: Use hexadecimal type by default if possibleMasami Hiramatsu1-1/+2
2016-08-23perf probe: Support hexadecimal castingMasami Hiramatsu1-7/+10
2016-08-23perf probe: Add supported for type casting by the running kernelMasami Hiramatsu1-0/+1
2016-08-09perf probe: Support signedness castingNaohiro Aota1-3/+12
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-2/+2
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu1-12/+18
2016-04-28perf probe: Use strbuf for making stringsMasami Hiramatsu1-7/+7
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo1-4/+4
2016-02-02perf probe: Search both .eh_frame and .debug_frame sections for probe locationHemant Kumar1-25/+37
2015-11-25perf probe: Fix to free temporal Dwarf_Frame correctlyMasami Hiramatsu1-7/+6
2015-11-19perf probe: Fix to free temporal Dwarf_FrameMasami Hiramatsu1-3/+6
2015-11-13perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan1-6/+14
2015-11-13perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu1-1/+3
2015-09-30perf probe: Improve error message when %return is on inlined functionMasami Hiramatsu1-4/+9
2015-09-30perf probe: Show correct source lines of probes on kmodulesMasami Hiramatsu1-0/+42
2015-09-30perf probe: Begin and end libdwfl report session correctlyMasami Hiramatsu1-0/+3
2015-08-26perf probe: Support probing at absolute addressWang Nan1-18/+3
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo1-1/+1
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo1-1/+1
2015-05-14perf probe: Ignore tail calls to probed functionsNaveen N. Rao1-3/+9
2015-05-12perf probe: Show better error message when failed to find variableHe Kuang1-4/+6
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang1-13/+44
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang1-7/+10
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar1-1/+3
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu1-6/+21
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu1-1/+1
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu1-9/+8
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu1-13/+16
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2015-04-27perf probe: Fix bug with global variables handlingHe Kuang1-1/+3
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+71
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+12
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-13perf probe: Fix segfault when probe with lazy_line to fileHe Kuang1-1/+1
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota1-1/+70
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu1-1/+7
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1