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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-finder.h21 struct probe_trace_event **tevs,
36 struct probe_trace_event *tevs; /* Result trace events */
H A Dprobe-event.h31 struct probe_trace_event { struct
99 extern char *synthesize_probe_trace_command(struct probe_trace_event *tev);
H A Dprobe-event.c158 struct probe_trace_event **tevs,
396 struct probe_trace_event **tevs __unused,
789 struct probe_trace_event *tev)
1033 char *synthesize_probe_trace_command(struct probe_trace_event *tev)
1064 static int convert_to_perf_probe_event(struct probe_trace_event *tev,
1141 static void clear_probe_trace_event(struct probe_trace_event *tev)
1272 struct probe_trace_event tev;
1317 struct probe_trace_event tev;
1347 static int write_probe_trace_event(int fd, struct probe_trace_event *tev)
1407 struct probe_trace_event *tev
[all...]
H A Dprobe-finder.c750 struct probe_trace_event *tev;
1084 struct probe_trace_event **tevs, int max_tevs)
1094 pf.tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs);

Completed in 70 milliseconds