Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Devent.c43 static struct perf_sample synth_sample = { variable
172 if (process(tool, event, &synth_sample, machine) != 0) in perf_event__synthesize_comm()
204 if (process(tool, event, &synth_sample, machine) != 0) in perf_event__synthesize_fork()
312 if (process(tool, event, &synth_sample, machine) != 0) { in perf_event__synthesize_mmap_events()
368 if (process(tool, event, &synth_sample, machine) != 0) { in perf_event__synthesize_modules()
435 if (process(tool, comm_event, &synth_sample, machine) != 0) in __event__synthesize_thread()
661 err = process(tool, event, &synth_sample, machine); in perf_event__synthesize_kernel_mmap()