Searched refs:perf_tool__process_synth_event (Results 1 – 4 of 4) sorted by relevance
/linux-5.10/tools/perf/arch/x86/util/ |
D | event.c | 66 if (perf_tool__process_synth_event(tool, event, machine, in perf_event__synthesize_extra_kmaps()
|
/linux-5.10/tools/perf/util/ |
D | bpf-event.c | 252 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog() 286 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog() 329 return perf_tool__process_synth_event(data->tool, event, machine, in process_bpf_image()
|
D | synthetic-events.c | 50 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event() function 186 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm() 238 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces() 271 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork() 456 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_mmap_events() 502 if (perf_tool__process_synth_event(tool, event, machine, process) < 0) { in perf_event__synthesize_cgroup() 636 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_modules() 719 if (perf_tool__process_synth_event(tool, comm_event, machine, process) != 0) in __event__synthesize_thread() 1040 err = perf_tool__process_synth_event(tool, event, machine, process); in __perf_event__synthesize_kernel_mmap()
|
D | synthetic-events.h | 61 int perf_tool__process_synth_event(struct perf_tool *tool, union perf_event *event, struct machine …
|