Home
last modified time | relevance | path

Searched refs:perf_tool__process_synth_event (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/arch/x86/util/
H A Devent.c62 if (perf_tool__process_synth_event(args->tool, event, args->machine, args->process) != 0) in perf_event__synthesize_extra_kmaps_cb()
/linux/tools/perf/util/
H A Dbpf-event.c433 err = perf_tool__process_synth_event(tool, event, machine, in synthesize_perf_record_bpf_metadata()
631 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog()
675 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog()
727 return perf_tool__process_synth_event(data->tool, event, machine, in process_bpf_image()
H A Dsynthetic-events.c51 int perf_tool__process_synth_event(const struct perf_tool *tool, in perf_tool__process_synth_event() function
203 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm()
255 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces()
288 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork()
538 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_mmap_events()
584 if (perf_tool__process_synth_event(tool, event, machine, process) < 0) { in perf_event__synthesize_cgroup()
721 if (perf_tool__process_synth_event(args->tool, event, args->machine, args->process) != 0) in perf_event__synthesize_modules_maps_cb()
845 if (perf_tool__process_synth_event(tool, comm_event, machine, process) != 0) in __event__synthesize_thread()
1188 err = perf_tool__process_synth_event(tool, event, machine, process); in __perf_event__synthesize_kernel_mmap()
H A Dsynthetic-events.h98 int perf_tool__process_synth_event(const struct perf_tool *tool, union perf_event *event, struct ma…