Home
last modified time | relevance | path

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

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