Home
last modified time | relevance | path

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

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