Searched refs:synth_sample (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | event.c | 39 static struct perf_sample synth_sample = { variable 125 if (process(tool, event, &synth_sample, machine) != 0) in perf_event__synthesize_comm() 158 if (process(tool, event, &synth_sample, machine) != 0) { in perf_event__synthesize_comm() 236 if (process(tool, event, &synth_sample, machine) != 0) { in perf_event__synthesize_mmap_events() 292 if (process(tool, event, &synth_sample, machine) != 0) { in perf_event__synthesize_modules() 502 err = process(tool, event, &synth_sample, machine); in perf_event__synthesize_kernel_mmap()
|