Home
last modified time | relevance | path

Searched refs:feat_ops (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dheader.c2201 static const struct feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable
2244 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()
2247 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()
2248 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info()
2251 feat_ops[feat].name); in perf_file_section__fprintf_info()
2277 if (!feat_ops[type].write) in do_write_feat()
2282 err = feat_ops[type].write(fd, h, evlist); in do_write_feat()
2688 if (!feat_ops[feat].process) in perf_file_section__process()
2691 return feat_ops[feat].process(section, ph, fd, data); in perf_file_section__process()