Searched refs:feat_writer (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | header.h | 125 struct feat_writer { struct 126 int (*write)(struct feat_writer *fw, void *buf, size_t sz); argument 131 int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw);
|
D | header.c | 3466 struct feat_writer fw; 3470 static int feat_writer_cb(struct feat_writer *fw, void *buf, size_t sz) in feat_writer_cb()
|
/linux-5.19.10/tools/perf/ |
D | builtin-inject.c | 841 static int feat_copy(struct perf_inject *inject, int feat, struct feat_writer *fw) in feat_copy() 867 static int feat_copy_cb(struct feat_copier *fc, int feat, struct feat_writer *fw) in feat_copy_cb()
|