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