Lines Matching defs:feat_ops
3096 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
3098 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE] = {
3151 if (!feat_ops[feat].print)
3159 if (!feat_ops[feat].full_only || hd->full)
3160 feat_ops[feat].print(&ff, hd->fp);
3163 feat_ops[feat].name);
3201 fprintf(fp, "%s ", feat_ops[bit].name);
3216 if (!feat_ops[type].write)
3224 err = feat_ops[type].write(ff, evlist);
3226 pr_debug("failed to write feature %s\n", feat_ops[type].name);
3648 if (!feat_ops[feat].process)
3651 return feat_ops[feat].process(&fdd, data);
3923 if (!feat_ops[feat].process)
3930 if (feat_ops[feat].process(&ff, NULL))
3933 if (!feat_ops[feat].print || !tool->show_feat_hdr)
3936 if (!feat_ops[feat].full_only ||
3938 feat_ops[feat].print(&ff, stdout);
3941 feat_ops[feat].name);