Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dheader.c3405 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE]; variable
3407 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE] = { variable
3466 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()
3474 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info()
3475 feat_ops[feat].print(&ff, hd->fp); in perf_file_section__fprintf_info()
3478 feat_ops[feat].name); in perf_file_section__fprintf_info()
3516 fprintf(fp, "%s ", feat_ops[bit].name); in perf_header__fprintf_info()
3544 if (!feat_ops[type].write) in do_write_feat()
3568 err = feat_ops[type].write(ff, evlist); in do_write_feat()
3570 pr_debug("failed to write feature %s\n", feat_ops[type].name); in do_write_feat()
[all …]
Dsynthetic-events.c2271 extern const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
2297 if (!feat_ops[feat].synthesize) { in perf_event__synthesize_features()
2304 ret = feat_ops[feat].write(&ff, evlist); in perf_event__synthesize_features()