Home
last modified time | relevance | path

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

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