Searched defs:perf_header_feature_ops (Results 1 – 1 of 1) sorted by relevance
124 struct perf_header_feature_ops { struct125 int (*write)(struct feat_fd *ff, struct evlist *evlist);126 void (*print)(struct feat_fd *ff, FILE *fp);127 int (*process)(struct feat_fd *ff, void *data);128 const char *name;129 bool full_only;130 bool synthesize;