Searched refs:process_synthesized_event (Results 1 – 2 of 2) sorted by relevance
/tools/perf/ |
D | builtin-record.c | 79 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event() function 489 err = perf_event__synthesize_modules(tool, process_synthesized_event, in perf_event__synthesize_guest_os() 499 err = perf_event__synthesize_kernel_mmap(tool, process_synthesized_event, in perf_event__synthesize_guest_os() 631 process_synthesized_event, in record__synthesize_workload() 755 process_synthesized_event); in record__synthesize() 771 process_synthesized_event); in record__synthesize() 781 process_synthesized_event, machine); in record__synthesize() 787 session, process_synthesized_event); in record__synthesize() 792 err = perf_event__synthesize_kernel_mmap(tool, process_synthesized_event, in record__synthesize() 798 err = perf_event__synthesize_modules(tool, process_synthesized_event, in record__synthesize() [all …]
|
D | builtin-stat.c | 253 static int process_synthesized_event(struct perf_tool *tool __maybe_unused, in process_synthesized_event() function 270 process_synthesized_event, in write_stat_round_event() 286 process_synthesized_event, NULL); in perf_evsel__write_stat_event() 428 process_synthesized_event); in perf_stat_synthesize_config() 447 err = perf_event__synthesize_event_update_unit(NULL, counter, process_synthesized_event); in perf_stat_synthesize_config() 455 err = perf_event__synthesize_event_update_scale(NULL, counter, process_synthesized_event); in perf_stat_synthesize_config() 463 err = perf_event__synthesize_event_update_cpus(NULL, counter, process_synthesized_event); in perf_stat_synthesize_config() 475 err = perf_event__synthesize_event_update_name(NULL, counter, process_synthesized_event); in perf_stat_synthesize_config() 484 process_synthesized_event, in perf_stat_synthesize_config() 492 process_synthesized_event, NULL); in perf_stat_synthesize_config() [all …]
|