Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dheader.c3295 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE]; variable
3297 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable
3354 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()
3362 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()
3363 feat_ops[feat].print(&ff, hd->fp); in perf_file_section__fprintf_info()
3366 feat_ops[feat].name); in perf_file_section__fprintf_info()
3404 fprintf(fp, "%s ", feat_ops[bit].name); in perf_header__fprintf_info()
3419 if (!feat_ops[type].write) in do_write_feat()
3427 err = feat_ops[type].write(ff, evlist); in do_write_feat()
3429 pr_debug("failed to write feature %s\n", feat_ops[type].name); in do_write_feat()
[all …]
Dsynthetic-events.c2119 extern const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
2145 if (!feat_ops[feat].synthesize) { in perf_event__synthesize_features()
2152 ret = feat_ops[feat].write(&ff, evlist); in perf_event__synthesize_features()