Lines Matching refs:process
1827 int (*process)(struct perf_file_section *section, member
1837 .process = process_##func }
1840 .process = process_##func, .full_only = true }
2089 int (*process)(struct perf_file_section *section, in perf_header__process_sections()
2116 err = process(sec++, header, feat, fd, data); in perf_header__process_sections()
2330 if (!feat_ops[feat].process) in perf_file_section__process()
2333 return feat_ops[feat].process(section, ph, fd, data); in perf_file_section__process()
2568 perf_event__handler_t process) in perf_event__synthesize_attr() argument
2591 err = process(tool, ev, NULL, NULL); in perf_event__synthesize_attr()
2602 perf_event__handler_t process) in perf_event__synthesize_attrs() argument
2609 evsel->id, process); in perf_event__synthesize_attrs()
2661 perf_event__handler_t process) in perf_event__synthesize_tracing_data() argument
2692 process(tool, &ev, NULL, NULL); in perf_event__synthesize_tracing_data()
2747 perf_event__handler_t process, in perf_event__synthesize_build_id() argument
2768 err = process(tool, &ev, NULL, machine); in perf_event__synthesize_build_id()