Searched refs:DWARF_REG_PC (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/perf/util/include/ |
D | dwarf-regs.h | 6 #define DWARF_REG_PC 0xd3af9c /* random number */ macro
|
/linux-6.12.1/tools/perf/util/ |
D | annotate-data.c | 98 if (reg != DWARF_REG_PC && end <= pc) in pr_debug_location() 100 if (reg != DWARF_REG_PC && start > pc) in pr_debug_location() 487 if (reg == DWARF_REG_PC) in check_variable() 771 check_variable(dloc, &var_die, type_die, DWARF_REG_PC, offset, in get_global_var_type() 785 check_variable(dloc, &var_die, type_die, DWARF_REG_PC, *var_offset, in get_global_var_type() 1411 else if (dloc->op->reg1 == DWARF_REG_PC) in find_data_type_die() 1446 if (reg == DWARF_REG_PC) { in find_data_type_die() 1462 if (reg != DWARF_REG_PC && dwarf_hasattr(&scopes[0], DW_AT_frame_base)) { in find_data_type_die() 1498 if (reg == DWARF_REG_PC) { in find_data_type_die() 1516 if (reg == DWARF_REG_PC) { in find_data_type_die() [all …]
|
D | annotate.c | 2685 if (op_loc->reg1 == DWARF_REG_PC) { in hist_entry__get_data_type() 2694 op_loc->reg1 = DWARF_REG_PC; in hist_entry__get_data_type()
|
/linux-6.12.1/tools/perf/arch/x86/util/ |
D | dwarf-regs.c | 139 { "rip", DWARF_REG_PC },
|
/linux-6.12.1/tools/perf/arch/x86/annotate/ |
D | instructions.c | 277 else if (src->reg1 == DWARF_REG_PC) { in update_insn_state_x86() 453 else if (sreg == DWARF_REG_PC) { in update_insn_state_x86()
|