Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/arch/x86/util/
Devent.c67 if (perf_tool__process_synth_event(tool, event, machine, in perf_event__synthesize_extra_kmaps()
/Linux-v5.4/tools/perf/util/
Dsynthetic-events.c48 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event() function
185 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm()
237 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces()
270 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork()
403 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_mmap_events()
459 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_modules()
542 if (perf_tool__process_synth_event(tool, comm_event, machine, process) != 0) in __event__synthesize_thread()
863 err = perf_tool__process_synth_event(tool, event, machine, process); in __perf_event__synthesize_kernel_mmap()
Dbpf-event.c251 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog()
285 err = perf_tool__process_synth_event(tool, event, in perf_event__synthesize_one_bpf_prog()
Dsynthetic-events.h60 int perf_tool__process_synth_event(struct perf_tool *tool, union perf_event *event, struct machine …