Searched refs:feat_ops (Results 1 – 1 of 1) sorted by relevance
1932 static const struct feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable1973 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()1976 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()1977 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info()1980 feat_ops[feat].name); in perf_file_section__fprintf_info()2006 if (!feat_ops[type].write) in do_write_feat()2011 err = feat_ops[type].write(fd, h, evlist); in do_write_feat()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()