Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-inject.c37 struct perf_inject { struct
38 struct perf_tool tool;
39 struct perf_session *session;
40 bool build_ids;
64 static int output_bytes(struct perf_inject *inject, void *buf, size_t sz) in output_bytes() argument
/kernel/linux/linux-6.6/tools/perf/
Dbuiltin-inject.c106 struct perf_inject { struct
107 struct perf_tool tool;
108 struct perf_session *session;
109 bool build_ids;
110 bool build_id_all;
111 bool sched_stat;
112 bool have_auxtrace;
113 bool strip;
114 bool jit_mode;
115 bool in_place_update;
[all …]