Searched refs:feat_writer (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/util/ |
| A D | header.h | 140 struct feat_writer { struct 141 int (*write)(struct feat_writer *fw, void *buf, size_t sz); argument 146 int (*copy)(struct feat_copier *fc, int feat, struct feat_writer *fw);
|
| A D | header.c | 3544 struct feat_writer fw; 3548 static int feat_writer_cb(struct feat_writer *fw, void *buf, size_t sz) in feat_writer_cb()
|
| /tools/perf/ |
| A D | builtin-inject.c | 2089 static int feat_copy(struct perf_inject *inject, int feat, struct feat_writer *fw) in feat_copy() 2115 static int feat_copy_cb(struct feat_copier *fc, int feat, struct feat_writer *fw) in feat_copy_cb()
|
Completed in 19 milliseconds