Lines Matching refs:process
1913 int (*process)(struct perf_file_section *section, member
1923 .process = process_##func }
1926 .process = process_##func, .full_only = true }
2176 int (*process)(struct perf_file_section *section, in perf_header__process_sections()
2203 err = process(sec++, header, feat, fd, data); in perf_header__process_sections()
2417 if (!feat_ops[feat].process) in perf_file_section__process()
2420 return feat_ops[feat].process(section, ph, fd, data); in perf_file_section__process()
2657 perf_event__handler_t process) in perf_event__synthesize_attr() argument
2680 err = process(tool, ev, NULL, NULL); in perf_event__synthesize_attr()
2691 perf_event__handler_t process) in perf_event__synthesize_attrs() argument
2698 evsel->id, process); in perf_event__synthesize_attrs()
2750 perf_event__handler_t process) in perf_event__synthesize_tracing_data() argument
2781 process(tool, &ev, NULL, NULL); in perf_event__synthesize_tracing_data()
2836 perf_event__handler_t process, in perf_event__synthesize_build_id() argument
2857 err = process(tool, &ev, NULL, machine); in perf_event__synthesize_build_id()