Searched refs:perf_tool__process_synth_event (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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-6.1.9/tools/perf/util/ |
D | bpf-event.c | 328 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog() 362 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog() 405 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 202 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm() 254 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces() 287 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork() 531 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_mmap_events() 577 if (perf_tool__process_synth_event(tool, event, machine, process) < 0) { in perf_event__synthesize_cgroup() 728 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_modules() 817 if (perf_tool__process_synth_event(tool, comm_event, machine, process) != 0) in __event__synthesize_thread() 1162 err = perf_tool__process_synth_event(tool, event, machine, process); in __perf_event__synthesize_kernel_mmap()
|
D | synthetic-events.h | 77 int perf_tool__process_synth_event(struct perf_tool *tool, union perf_event *event, struct machine …
|