HomeSort by relevance Sort by last modified time
    Searched refs:probe_trace_event (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.h 38 struct probe_trace_event **tevs,
82 struct probe_trace_event *tevs; /* Found trace events */
probe-event.h 33 struct probe_trace_event { struct
109 extern char *synthesize_probe_trace_command(struct probe_trace_event *tev);
probe-event.c 265 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,
    [all...]
probe-finder.c 1150 struct probe_trace_event *tev;
1190 struct probe_trace_event **tevs, int max_tevs)
1198 *tevs = zalloc(sizeof(struct probe_trace_event) * max_tevs);
    [all...]

Completed in 50 milliseconds