Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dsession.h207 int perf_event__process_finished_round(const struct perf_tool *tool,
H A Dtool.c268 tool->finished_round = perf_event__process_finished_round; in perf_tool__init()
H A Dsession.c775 int perf_event__process_finished_round(const struct perf_tool *tool __maybe_unused, in perf_event__process_finished_round() function
/linux-6.15/tools/perf/
H A Dbuiltin-inject.c1840 int ret = perf_event__process_finished_round(tool, event, oe); in host__finished_round()