Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/
Dbuiltin-inject.c38 struct perf_inject { struct
39 struct perf_tool tool;
40 struct perf_session *session;
41 bool build_ids;
42 bool build_id_all;
43 bool sched_stat;
44 bool have_auxtrace;
68 static int output_bytes(struct perf_inject *inject, void *buf, size_t sz) in output_bytes() argument