Searched refs:jr_entry (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Djitdump.h116 union jr_entry { union
H A Djitdump.c40 union jr_entry *entry;
248 static union jr_entry *
252 union jr_entry *jr;
311 jr = (union jr_entry *)jd->buf;
378 static pid_t jr_entry_pid(struct jit_buf_desc *jd, union jr_entry *jr)
385 static pid_t jr_entry_tid(struct jit_buf_desc *jd, union jr_entry *jr)
423 static int jit_repipe_code_load(struct jit_buf_desc *jd, union jr_entry *jr)
542 static int jit_repipe_code_move(struct jit_buf_desc *jd, union jr_entry *jr)
632 static int jit_repipe_debug_info(struct jit_buf_desc *jd, union jr_entry *jr)
659 jit_repipe_unwinding_info(struct jit_buf_desc *jd, union jr_entry *j
[all...]

Completed in 102 milliseconds