Searched refs:__perf_event__synthesize_id_index (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
H A D | synthetic-events.h | 77 int __perf_event__synthesize_id_index(const struct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine, size_t from);
|
H A D | synthetic-events.c | 1847 int __perf_event__synthesize_id_index(const struct perf_tool *tool, perf_event__handler_t process, in __perf_event__synthesize_id_index() function 1942 return __perf_event__synthesize_id_index(tool, process, evlist, machine, 0); in perf_event__synthesize_id_index()
|
/linux/tools/perf/ |
H A D | builtin-inject.c | 1303 return __perf_event__synthesize_id_index(&inject->tool, perf_event__repipe, in synthesize_id_index()
|