Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Djitdump.c34 struct jit_buf_desc { struct
35 struct perf_data *output;
36 struct perf_session *session;
37 struct machine *machine;
38 union jr_entry *entry;
39 void *buf;
40 uint64_t sample_type;
41 size_t bufsize;
42 FILE *in;
43 bool needs_bswap; /* handles cross-endianness */
[all …]