Lines Matching defs:feat_ops
3407 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE];
3409 const struct perf_header_feature_ops feat_ops[HEADER_LAST_FEATURE] = {
3468 if (!feat_ops[feat].print)
3476 if (!feat_ops[feat].full_only || hd->full)
3477 feat_ops[feat].print(&ff, hd->fp);
3480 feat_ops[feat].name);
3518 fprintf(fp, "%s ", feat_ops[bit].name);
3546 if (!feat_ops[type].write)
3570 err = feat_ops[type].write(ff, evlist);
3572 pr_debug("failed to write feature %s\n", feat_ops[type].name);
4033 if (!feat_ops[feat].process)
4036 return feat_ops[feat].process(&fdd, data);
4317 if (!feat_ops[feat].process)
4324 if (feat_ops[feat].process(&ff, NULL)) {
4329 if (!feat_ops[feat].print || !tool->show_feat_hdr)
4332 if (!feat_ops[feat].full_only ||
4334 feat_ops[feat].print(&ff, stdout);
4337 feat_ops[feat].name);