Home
last modified time | relevance | path

Searched refs:probe_trace_event (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dprobe-finder.h40 struct probe_trace_event **tevs,
88 struct probe_trace_event *tevs; /* Found trace events */
Dprobe-event.h35 struct probe_trace_event { struct
105 extern char *synthesize_probe_trace_command(struct probe_trace_event *tev);
Dprobe-event.c74 static void clear_probe_trace_event(struct probe_trace_event *tev);
281 static void clear_probe_trace_events(struct probe_trace_event *tevs, int ntevs) in clear_probe_trace_events()
494 static int add_exec_to_probe_trace_events(struct probe_trace_event *tevs, in add_exec_to_probe_trace_events()
521 static int add_module_to_probe_trace_events(struct probe_trace_event *tevs, in add_module_to_probe_trace_events()
555 static int post_process_probe_trace_events(struct probe_trace_event *tevs, in post_process_probe_trace_events()
592 struct probe_trace_event **tevs, in try_to_find_probe_trace_events()
919 struct probe_trace_event **tevs __maybe_unused, in try_to_find_probe_trace_events()
1388 struct probe_trace_event *tev) in parse_probe_trace_command()
1687 char *synthesize_probe_trace_command(struct probe_trace_event *tev) in synthesize_probe_trace_command()
1806 static int convert_to_perf_probe_event(struct probe_trace_event *tev, in convert_to_perf_probe_event()
[all …]
Dprobe-finder.c1161 struct probe_trace_event *tev; in add_probe_trace_event()
1216 struct probe_trace_event **tevs, int max_tevs) in debuginfo__find_trace_events()
1224 *tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs); in debuginfo__find_trace_events()