Searched refs:feat_ops (Results 1 – 2 of 2) sorted by relevance
3468 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()3477 feat_ops[feat].print(&ff, hd->fp); in perf_file_section__fprintf_info()3480 feat_ops[feat].name); in perf_file_section__fprintf_info()3518 fprintf(fp, "%s ", feat_ops[bit].name); in perf_header__fprintf_info()3546 if (!feat_ops[type].write) in do_write_feat()4085 if (!feat_ops[feat].process) in perf_file_section__process()4360 if (!feat_ops[feat].process) in perf_event__process_feature()4367 if (feat_ops[feat].process(&ff, NULL)) { in perf_event__process_feature()4375 if (!feat_ops[feat].full_only || in perf_event__process_feature()4377 feat_ops[feat].print(&ff, stdout); in perf_event__process_feature()[all …]
2370 extern const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];2396 if (!feat_ops[feat].synthesize) { in perf_event__synthesize_features()2403 ret = feat_ops[feat].write(&ff, evlist); in perf_event__synthesize_features()