jit_buf_desc
jit_close(struct jit_buf_desc *jd)
jit_open(struct jit_buf_desc *jd, const char *name)
jit_get_next_entry(struct jit_buf_desc *jd)
jit_inject_event(struct jit_buf_desc *jd, union perf_event *event)
static pid_t jr_entry_pid(struct jit_buf_desc *jd, union jr_entry *jr)
static pid_t jr_entry_tid(struct jit_buf_desc *jd, union jr_entry *jr)
static uint64_t convert_timestamp(struct jit_buf_desc *jd, uint64_t timestamp)
static int jit_repipe_code_load(struct jit_buf_desc *jd, union jr_entry *jr)
static int jit_repipe_code_move(struct jit_buf_desc *jd, union jr_entry *jr)
static int jit_repipe_debug_info(struct jit_buf_desc *jd, union jr_entry *jr)
jit_repipe_unwinding_info(struct jit_buf_desc *jd, union jr_entry *jr)
jit_emit_elf(struct jit_buf_desc *jd,
jit_process_dump(struct jit_buf_desc *jd)
jit_inject(struct jit_buf_desc *jd, const char *path)
struct jit_buf_desc jd;