Searched refs:perf_tool__process_synth_event (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
H A D | bpf-event.c | 265 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog() 299 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog() 342 return perf_tool__process_synth_event(data->tool, event, machine, in process_bpf_image()
|
H A D | synthetic-events.c | 50 int perf_tool__process_synth_event(const 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() 714 if (perf_tool__process_synth_event(args->tool, event, args->machine, args->process) != 0) in perf_event__synthesize_modules_maps_cb() 835 if (perf_tool__process_synth_event(tool, comm_event, machine, process) != 0) in __event__synthesize_thread() 1180 err = perf_tool__process_synth_event(tool, event, machine, process); in __perf_event__synthesize_kernel_mmap()
|
H A D | synthetic-events.h | 96 int perf_tool__process_synth_event(const struct perf_tool *tool, union perf_event *event, struct ma…
|
/linux/tools/perf/arch/x86/util/ |
H A D | event.c | 62 if (perf_tool__process_synth_event(args->tool, event, args->machine, args->process) != 0) in perf_event__synthesize_extra_kmaps_cb()
|