Searched refs:perf_tool__process_synth_event (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/arch/x86/util/ |
D | event.c | 65 if (perf_tool__process_synth_event(tool, event, machine, in perf_event__synthesize_extra_kmaps()
|
/Linux-v4.19/tools/perf/util/ |
D | event.c | 91 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event() function 230 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm() 282 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces() 314 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork() 448 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_mmap_events() 505 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_modules() 593 if (perf_tool__process_synth_event(tool, comm_event, machine, process) != 0) in __event__synthesize_thread() 954 err = perf_tool__process_synth_event(tool, event, machine, process); in __perf_event__synthesize_kernel_mmap()
|
D | event.h | 753 int perf_tool__process_synth_event(struct perf_tool *tool,
|