Searched refs:synth_sample (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | event.c | 51 static struct perf_sample synth_sample = { variable 181 if (process(tool, event, &synth_sample, machine) != 0) in perf_event__synthesize_comm() 213 if (process(tool, event, &synth_sample, machine) != 0) in perf_event__synthesize_fork() 339 if (process(tool, event, &synth_sample, machine) != 0) { in perf_event__synthesize_mmap_events() 397 if (process(tool, event, &synth_sample, machine) != 0) { in perf_event__synthesize_modules() 467 if (process(tool, comm_event, &synth_sample, machine) != 0) in __event__synthesize_thread() 696 err = process(tool, event, &synth_sample, machine); in perf_event__synthesize_kernel_mmap()
|