Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dheader.h140 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);
H A Dheader.c3526 struct feat_writer fw;
3530 static int feat_writer_cb(struct feat_writer *fw, void *buf, size_t sz) in feat_writer_cb()
/linux-6.15/tools/perf/
H A Dbuiltin-inject.c2083 static int feat_copy(struct perf_inject *inject, int feat, struct feat_writer *fw) in feat_copy()
2109 static int feat_copy_cb(struct feat_copier *fc, int feat, struct feat_writer *fw) in feat_copy_cb()