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.h208 int perf_event__process_finished_round(const struct perf_tool *tool,
H A Dtool.c288 tool->finished_round = perf_event__process_finished_round; in perf_tool__init()
H A Dsession.c780 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.c1846 int ret = perf_event__process_finished_round(tool, event, oe); in host__finished_round()