Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dheader.c2848 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE]; variable
2850 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable
2901 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()
2909 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()
2910 feat_ops[feat].print(&ff, hd->fp); in perf_file_section__fprintf_info()
2913 feat_ops[feat].name); in perf_file_section__fprintf_info()
2951 fprintf(fp, "%s ", feat_ops[bit].name); in perf_header__fprintf_info()
2966 if (!feat_ops[type].write) in do_write_feat()
2974 err = feat_ops[type].write(ff, evlist); in do_write_feat()
2976 pr_debug("failed to write feature %s\n", feat_ops[type].name); in do_write_feat()
[all …]
Dsynthetic-events.c1821 extern const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
1847 if (!feat_ops[feat].synthesize) { in perf_event__synthesize_features()
1854 ret = feat_ops[feat].write(&ff, evlist); in perf_event__synthesize_features()