Searched refs:feat_ops (Results 1 – 1 of 1) sorted by relevance
2570 static const struct feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable2616 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()2624 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()2625 feat_ops[feat].print(&ff, hd->fp); in perf_file_section__fprintf_info()2628 feat_ops[feat].name); in perf_file_section__fprintf_info()2664 fprintf(fp, "%s ", feat_ops[bit].name); in perf_header__fprintf_info()2679 if (!feat_ops[type].write) in do_write_feat()2687 err = feat_ops[type].write(ff, evlist); in do_write_feat()2689 pr_debug("failed to write feature %s\n", feat_ops[type].name); in do_write_feat()3111 if (!feat_ops[feat].process) in perf_file_section__process()[all …]