Searched refs:feat_ops (Results 1 – 1 of 1) sorted by relevance
1846 static const struct feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable1886 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()1889 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()1890 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info()1893 feat_ops[feat].name); in perf_file_section__fprintf_info()1919 if (!feat_ops[type].write) in do_write_feat()1924 err = feat_ops[type].write(fd, h, evlist); in do_write_feat()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()