Searched refs:jr_entry (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | jitdump.c | 40 union jr_entry *entry; 248 static union jr_entry * 252 union jr_entry *jr; in jit_get_next_entry() 311 jr = (union jr_entry *)jd->buf; in jit_get_next_entry() 378 static pid_t jr_entry_pid(struct jit_buf_desc *jd, union jr_entry *jr) in jr_entry_pid() 385 static pid_t jr_entry_tid(struct jit_buf_desc *jd, union jr_entry *jr) in jr_entry_tid() 423 static int jit_repipe_code_load(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_code_load() 542 static int jit_repipe_code_move(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_code_move() 632 static int jit_repipe_debug_info(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_debug_info() 659 jit_repipe_unwinding_info(struct jit_buf_desc *jd, union jr_entry *j [all...] |
H A D | jitdump.h | 116 union jr_entry { union
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | jitdump.c | 38 union jr_entry *entry; 240 static union jr_entry * 244 union jr_entry *jr; in jit_get_next_entry() 303 jr = (union jr_entry *)jd->buf; in jit_get_next_entry() 401 static int jit_repipe_code_load(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_code_load() 517 static int jit_repipe_code_move(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_code_move() 606 static int jit_repipe_debug_info(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_debug_info() 633 jit_repipe_unwinding_info(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_unwinding_info() 660 union jr_entry *jr; in jit_process_dump()
|
H A D | jitdump.h | 116 union jr_entry { union
|
Completed in 3 milliseconds