Home
last modified time | relevance | path

Searched defs:perf_header_feature_ops (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dheader.h124 struct perf_header_feature_ops { struct
125 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;