Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dheader.c3468 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()
3477 feat_ops[feat].print(&ff, hd->fp); in perf_file_section__fprintf_info()
3480 feat_ops[feat].name); in perf_file_section__fprintf_info()
3518 fprintf(fp, "%s ", feat_ops[bit].name); in perf_header__fprintf_info()
3546 if (!feat_ops[type].write) in do_write_feat()
4033 if (!feat_ops[feat].process) in perf_file_section__process()
4317 if (!feat_ops[feat].process) in perf_event__process_feature()
4324 if (feat_ops[feat].process(&ff, NULL)) { in perf_event__process_feature()
4332 if (!feat_ops[feat].full_only || in perf_event__process_feature()
4334 feat_ops[feat].print(&ff, stdout); in perf_event__process_feature()
[all …]
H A 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()