aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-14perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo1-1/+1
2017-01-26Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-7/+4
2017-01-26perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()Markus Elfring1-3/+2
2017-01-26perf probe: Delete an unnecessary check in try_to_find_absolute_address()Markus Elfring1-4/+2
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu1-16/+29
2017-01-16perf probe: Add error checks to offline probe post-processingMasami Hiramatsu1-17/+33
2017-01-04perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu1-1/+47
2017-01-04perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu1-19/+6
2017-01-02perf probe: Fix to get correct modname from elf headerMasami Hiramatsu1-16/+16
2016-10-03perf probe: Check if *ptr2 is zero and not ptr2Colin Ian King1-1/+1
2016-09-29perf probe: Fix to cut off incompatible chars from group nameMasami Hiramatsu1-3/+7
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-9/+8
2016-09-01perf probe: Add helper function to check if probe with variableRavi Bangoria1-7/+15
2016-09-01perf probe: Ignore vmlinux buildid if offline kernel is givenMasami Hiramatsu1-0/+4
2016-09-01perf probe: Show trace event definitionMasami Hiramatsu1-0/+46
2016-09-01perf probe: Do not use map_load filters for functionArnaldo Carvalho de Melo1-19/+10
2016-08-09perf probe ppc64le: Fix probe location when using DWARFRavi Bangoria1-16/+21
2016-08-09perf probe: Add function to post process kernel trace eventsRavi Bangoria1-11/+18
2016-08-09perf probe: Fix module name matchingKonstantin Khlebnikov1-1/+3
2016-08-09perf probe: Adjust map->reloc offset when finding kernel symbol from mapMasami Hiramatsu1-1/+1
2016-07-18perf probe: Warn unmatched function filter correctlyMasami Hiramatsu1-2/+10
2016-07-13perf probe: Support a special SDT probe formatMasami Hiramatsu1-2/+10
2016-07-13perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu1-2/+15
2016-07-13perf probe: Search SDT/cached event from all probe cachesMasami Hiramatsu1-19/+86
2016-07-13perf probe: Allow wildcard for cached eventsMasami Hiramatsu1-4/+103
2016-07-13perf probe: Accept %sdt and %cached event nameMasami Hiramatsu1-24/+58
2016-07-13perf probe: Fix to show correct error message for $vars and $paramsMasami Hiramatsu1-1/+3
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-3/+3
2016-07-04perf probe: Add group name supportMasami Hiramatsu1-9/+14
2016-07-01perf probe: Show all cached probesMasami Hiramatsu1-0/+3
2016-07-01perf probe: Use cache entry if possibleMasami Hiramatsu1-2/+63
2016-06-23perf intlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-2/+2
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo1-4/+2
2016-06-15perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu1-0/+9
2016-06-14perf probe: Uncomment and export synthesize_perf_probe_point()Masami Hiramatsu1-17/+22
2016-06-14perf probe: Add perf_probe_event__copy()Masami Hiramatsu1-3/+73
2016-06-14perf probe: Fix to add NULL check for strndupMasami Hiramatsu1-0/+4
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu1-57/+86
2016-05-05perf symbols: Fix kallsyms perf test on ppc64leNaveen N. Rao1-2/+3
2016-04-28perf probe: Use strbuf for making stringsMasami Hiramatsu1-161/+85
2016-04-26perf probe: Fix module probe issue if no dwarf supportRavi Bangoria1-3/+73
2016-04-26perf probe: Fix offline module name missmatch issueRavi Bangoria1-14/+5
2016-04-26perf probe: Set default kprobe group name if it is not givenMasami Hiramatsu1-3/+7
2016-04-26perf probe: Close target file on error pathMasami Hiramatsu1-2/+7
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo1-1/+1
2015-11-18perf bpf: Allow BPF program config probing optionsWang Nan1-2/+5
2015-11-06perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu1-5/+2
2015-11-05perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns successWang Nan1-0/+3
2015-10-02perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu1-3/+5