Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsession.h160 int perf_event__process_finished_round(struct perf_tool *tool,
H A Dsession.c535 tool->finished_round = perf_event__process_finished_round; in perf_tool__fill_defaults()
1079 int perf_event__process_finished_round(struct perf_tool *tool __maybe_unused, in perf_event__process_finished_round() function
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c1651 int ret = perf_event__process_finished_round(tool, event, oe); in host__finished_round()