Home
last modified time | relevance | path

Searched defs:tevs (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dprobe-event.c281 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()
2325 struct probe_trace_event *tevs, in __add_probe_trace_events()
2457 struct probe_trace_event **tevs, in find_probe_trace_events_from_map()
2573 struct probe_trace_event **tevs, in convert_to_probe_trace_events()
2597 struct probe_trace_event *tevs; member
Dprobe-finder.h88 struct probe_trace_event *tevs; /* Found trace events */ member
Dprobe-finder.c1216 struct probe_trace_event **tevs, int max_tevs) in debuginfo__find_trace_events()