Searched refs:feat_ops (Results 1 – 1 of 1) sorted by relevance
1940 static const struct feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable1981 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()1984 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()1985 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info()1988 feat_ops[feat].name); in perf_file_section__fprintf_info()2014 if (!feat_ops[type].write) in do_write_feat()2019 err = feat_ops[type].write(fd, h, evlist); in do_write_feat()2425 if (!feat_ops[feat].process) in perf_file_section__process()2428 return feat_ops[feat].process(section, ph, fd, data); in perf_file_section__process()