Searched defs:perf_header_feature_ops (Results 1 – 1 of 1) sorted by relevance
104 struct perf_header_feature_ops { struct105 int (*write)(struct feat_fd *ff, struct evlist *evlist);106 void (*print)(struct feat_fd *ff, FILE *fp);107 int (*process)(struct feat_fd *ff, void *data);108 const char *name;109 bool full_only;110 bool synthesize;