Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dheader.h102 struct perf_header_feature_ops { struct
103 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;
/kernel/linux/linux-6.6/tools/perf/util/
Dheader.h104 struct perf_header_feature_ops { struct
105 int (*write)(struct feat_fd *ff, struct evlist *evlist);
106 void (*print)(struct feat_fd *ff, FILE *fp);
107 int (*process)(struct feat_fd *ff, void *data);
108 const char *name;
109 bool full_only;
110 bool synthesize;