perf_tool__process_synth_event   67 tools/perf/arch/x86/util/event.c 		if (perf_tool__process_synth_event(tool, event, machine,
perf_tool__process_synth_event  251 tools/perf/util/bpf-event.c 		err = perf_tool__process_synth_event(tool, event,
perf_tool__process_synth_event  285 tools/perf/util/bpf-event.c 		err = perf_tool__process_synth_event(tool, event,
perf_tool__process_synth_event  185 tools/perf/util/synthetic-events.c 	if (perf_tool__process_synth_event(tool, event, machine, process) != 0)
perf_tool__process_synth_event  237 tools/perf/util/synthetic-events.c 	if (perf_tool__process_synth_event(tool, event, machine, process) != 0)
perf_tool__process_synth_event  270 tools/perf/util/synthetic-events.c 	if (perf_tool__process_synth_event(tool, event, machine, process) != 0)
perf_tool__process_synth_event  403 tools/perf/util/synthetic-events.c 		if (perf_tool__process_synth_event(tool, event, machine, process) != 0) {
perf_tool__process_synth_event  459 tools/perf/util/synthetic-events.c 		if (perf_tool__process_synth_event(tool, event, machine, process) != 0) {
perf_tool__process_synth_event  542 tools/perf/util/synthetic-events.c 		if (perf_tool__process_synth_event(tool, comm_event, machine, process) != 0)
perf_tool__process_synth_event  863 tools/perf/util/synthetic-events.c 	err = perf_tool__process_synth_event(tool, event, machine, process);
perf_tool__process_synth_event   60 tools/perf/util/synthetic-events.h int perf_tool__process_synth_event(struct perf_tool *tool, union perf_event *event, struct machine *machine, perf_event__handler_t process);