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