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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.h38 struct probe_trace_event **tevs,
82 struct probe_trace_event *tevs; /* Found trace events */
H A Dprobe-event.h33 struct probe_trace_event { struct
109 extern char *synthesize_probe_trace_command(struct probe_trace_event *tev);
H A Dprobe-event.c265 static int add_module_to_probe_trace_events(struct probe_trace_event *tevs,
302 struct probe_trace_event **tevs,
650 struct probe_trace_event **tevs __maybe_unused,
1098 struct probe_trace_event *tev)
1395 char *synthesize_probe_trace_command(struct probe_trace_event *tev)
1434 static int convert_to_perf_probe_event(struct probe_trace_event *tev,
1515 static void clear_probe_trace_event(struct probe_trace_event *tev)
1670 struct probe_trace_event tev;
1733 struct probe_trace_event tev;
1763 static int write_probe_trace_event(int fd, struct probe_trace_event *te
[all...]
H A Dprobe-finder.c1150 struct probe_trace_event *tev;
1190 struct probe_trace_event **tevs, int max_tevs)
1198 *tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs);

Completed in 100 milliseconds