Home
last modified time | relevance | path

Searched refs:__perf_event__synthesize_id_index (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dsynthetic-events.h77 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 Dsynthetic-events.c1847 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 Dbuiltin-inject.c1303 return __perf_event__synthesize_id_index(&inject->tool, perf_event__repipe, in synthesize_id_index()