summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe ppc64le: Fix probe location when using DWARFRavi Bangoria2016-08-091-16/+21
* perf probe: Add function to post process kernel trace eventsRavi Bangoria2016-08-091-11/+18
* perf probe: Fix module name matchingKonstantin Khlebnikov2016-08-091-1/+3
* perf probe: Adjust map->reloc offset when finding kernel symbol from mapMasami Hiramatsu2016-08-091-1/+1
* perf probe: Warn unmatched function filter correctlyMasami Hiramatsu2016-07-181-2/+10
* perf probe: Support a special SDT probe formatMasami Hiramatsu2016-07-131-2/+10
* perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu2016-07-131-2/+15
* perf probe: Search SDT/cached event from all probe cachesMasami Hiramatsu2016-07-131-19/+86
* perf probe: Allow wildcard for cached eventsMasami Hiramatsu2016-07-131-4/+103
* perf probe: Accept %sdt and %cached event nameMasami Hiramatsu2016-07-131-24/+58
* perf probe: Fix to show correct error message for $vars and $paramsMasami Hiramatsu2016-07-131-1/+3
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-3/+3
* perf probe: Add group name supportMasami Hiramatsu2016-07-041-9/+14
* perf probe: Show all cached probesMasami Hiramatsu2016-07-011-0/+3
* perf probe: Use cache entry if possibleMasami Hiramatsu2016-07-011-2/+63
* perf intlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-1/+1
* perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-2/+2
* perf machine: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-221-4/+2
* perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu2016-06-151-0/+9
* perf probe: Uncomment and export synthesize_perf_probe_point()Masami Hiramatsu2016-06-141-17/+22
* perf probe: Add perf_probe_event__copy()Masami Hiramatsu2016-06-141-3/+73
* perf probe: Fix to add NULL check for strndupMasami Hiramatsu2016-06-141-0/+4
* perf probe: Check the return value of strbuf APIsMasami Hiramatsu2016-05-101-57/+86
* perf symbols: Fix kallsyms perf test on ppc64leNaveen N. Rao2016-05-051-2/+3
* perf probe: Use strbuf for making stringsMasami Hiramatsu2016-04-281-161/+85
* perf probe: Fix module probe issue if no dwarf supportRavi Bangoria2016-04-261-3/+73
* perf probe: Fix offline module name missmatch issueRavi Bangoria2016-04-261-14/+5
* perf probe: Set default kprobe group name if it is not givenMasami Hiramatsu2016-04-261-3/+7
* perf probe: Close target file on error pathMasami Hiramatsu2016-04-261-2/+7
* perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo2016-03-231-1/+1
* perf bpf: Allow BPF program config probing optionsWang Nan2015-11-181-2/+5
* perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu2015-11-061-5/+2
* perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...Wang Nan2015-11-051-0/+3
* perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu2015-10-021-3/+5
* perf probe: Fix a segfault bug in debuginfo_cacheMasami Hiramatsu2015-09-301-9/+12
* perf probe: Show correct source lines of probes on kmodulesMasami Hiramatsu2015-09-301-12/+23
* perf probe: Fix to remove dot suffix from second or latter eventsMasami Hiramatsu2015-09-301-13/+20
* perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo2015-09-301-2/+2
* perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo2015-09-301-3/+4
* Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-281-6/+7
|\
| * perf probe: Use existing routine to look for a kernel module by dso->short_nameArnaldo Carvalho de Melo2015-09-251-6/+7
* | perf probe: Export init/exit_probe_symbol_maps()Namhyung Kim2015-09-151-16/+15
* | perf probe: Free perf_probe_event in cleanup_perf_probe_events()Namhyung Kim2015-09-151-0/+1
* | tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-141-3/+2
* | perf probe: Print deleted events in cmd_probe()Namhyung Kim2015-09-041-5/+0
* | perf probe: Move print logic into cmd_probe()Namhyung Kim2015-09-041-19/+3
* | perf probe: Link trace_probe_event into perf_probe_eventWang Nan2015-09-041-40/+17
* | perf probe: Split add_perf_probe_events()Namhyung Kim2015-09-041-4/+35
|/
* perf probe: Support probing at absolute addressWang Nan2015-08-261-6/+156
* perf probe: Fix error reported when offset without functionWang Nan2015-08-261-3/+7
OpenPOWER on IntegriCloud