Lines Matching defs:jit_buf_desc
33 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 */
43 bool use_arch_timestamp;
44 void *debug_data;
45 void *unwinding_data;
46 uint64_t unwinding_size;
47 uint64_t unwinding_mapped_size;
48 uint64_t eh_frame_hdr_size;
49 size_t nr_debug_entries;
50 uint32_t code_load_count;
51 u64 bytes_written;
52 struct rb_root code_root;
53 char dir[PATH_MAX];