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

/linux-4.4.14/tools/perf/util/
H A Dheader.c1932 static const struct feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable in typeref:struct:feature_ops
1973 if (!feat_ops[feat].print) perf_file_section__fprintf_info()
1976 if (!feat_ops[feat].full_only || hd->full) perf_file_section__fprintf_info()
1977 feat_ops[feat].print(ph, fd, hd->fp); perf_file_section__fprintf_info()
1980 feat_ops[feat].name); perf_file_section__fprintf_info()
2006 if (!feat_ops[type].write) do_write_feat()
2011 err = feat_ops[type].write(fd, h, evlist); do_write_feat()
2417 if (!feat_ops[feat].process) perf_file_section__process()
2420 return feat_ops[feat].process(section, ph, fd, data); perf_file_section__process()

Completed in 63 milliseconds