Searched defs:perf_header_feature_ops (Results 1 – 1 of 1) sorted by relevance
118 struct perf_header_feature_ops { struct119 int (*write)(struct feat_fd *ff, struct evlist *evlist);120 void (*print)(struct feat_fd *ff, FILE *fp);121 int (*process)(struct feat_fd *ff, void *data);122 const char *name;123 bool full_only;124 bool synthesize;