Searched refs:finished_round (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dtool.h68 event_oe finished_round; member in struct:perf_tool
H A Dsession.c533 if (tool->finished_round == NULL) {
535 tool->finished_round = perf_event__process_finished_round;
537 tool->finished_round = process_finished_round_stub;
1708 return tool->finished_round(tool, event, oe);
/linux-master/tools/perf/
H A Dbuiltin-inject.c2068 inject->tool.finished_round = host__finished_round,
2188 .finished_round = perf_event__repipe_oe_synth,
2396 * does not obey finished_round semantics.
2398 inject.tool.finished_round = perf_event__drop_oe;
H A Dbuiltin-script.c2839 script->tool.finished_round = process_finished_round_event;

Completed in 141 milliseconds