Lines Matching defs:feat_ops
4018 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
4020 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE] = {
4065 return feat_ops[id].name ?: "INVALID";
4085 if (!feat_ops[feat].print)
4093 if (!feat_ops[feat].full_only || hd->full)
4094 feat_ops[feat].print(&ff, hd->fp);
4097 feat_ops[feat].name);
4135 fprintf(fp, "%s ", feat_ops[bit].name);
4163 if (!feat_ops[type].write)
4187 err = feat_ops[type].write(ff, evlist);
4189 pr_debug("failed to write feature %s\n", feat_ops[type].name);
4704 if (!feat_ops[feat].process)
4707 return feat_ops[feat].process(&fdd, data);
5020 if (feat_ops[feat].process && feat_ops[feat].process(&ff, NULL)) {
5028 if (!feat_ops[feat].full_only ||
5033 feat_ops[feat].name);
5041 if (feat_ops[feat].print)
5042 feat_ops[feat].print(&ff, stdout);
5044 printf("# %s", feat_ops[feat].name);