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