Home
last modified time | relevance | path

Searched refs:perf_event__process_finished_round (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dsession.h209 int perf_event__process_finished_round(const struct perf_tool *tool,
H A Dtool.c298 tool->finished_round = perf_event__process_finished_round; in perf_tool__init()
H A Dsession.c781 int perf_event__process_finished_round(const struct perf_tool *tool __maybe_unused, in perf_event__process_finished_round() function
/linux/tools/perf/
H A Dbuiltin-inject.c1835 int ret = perf_event__process_finished_round(tool, event, oe); in host__finished_round()