Lines Matching refs:jit_buf_desc
34 struct jit_buf_desc {
109 jit_close(struct jit_buf_desc *jd)
134 jit_open(struct jit_buf_desc *jd, const char *name)
241 jit_get_next_entry(struct jit_buf_desc *jd)
358 jit_inject_event(struct jit_buf_desc *jd, union perf_event *event)
370 static uint64_t convert_timestamp(struct jit_buf_desc *jd, uint64_t timestamp)
401 static int jit_repipe_code_load(struct jit_buf_desc *jd, union jr_entry *jr)
517 static int jit_repipe_code_move(struct jit_buf_desc *jd, union jr_entry *jr)
606 static int jit_repipe_debug_info(struct jit_buf_desc *jd, union jr_entry *jr)
633 jit_repipe_unwinding_info(struct jit_buf_desc *jd, union jr_entry *jr)
658 jit_process_dump(struct jit_buf_desc *jd)
686 jit_inject(struct jit_buf_desc *jd, char *path)
798 struct jit_buf_desc jd;