Searched refs:feat_writer (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dheader.h126 /* feat_writer writes a feature section to output */
127 struct feat_writer { struct
128 int (*write)(struct feat_writer *fw, void *buf, size_t sz);
131 /* feat_copier copies a feature section using feat_writer to output */
133 int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw);
H A Dheader.c3549 struct feat_writer fw;
3553 static int feat_writer_cb(struct feat_writer *fw, void *buf, size_t sz)
/linux-master/tools/perf/
H A Dbuiltin-inject.c1894 static int feat_copy(struct perf_inject *inject, int feat, struct feat_writer *fw)
1920 static int feat_copy_cb(struct feat_copier *fc, int feat, struct feat_writer *fw)

Completed in 127 milliseconds