Home
last modified time | relevance | path

Searched refs:DWARF_REG_PC (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/perf/util/include/
Ddwarf-regs.h6 #define DWARF_REG_PC 0xd3af9c /* random number */ macro
/linux-6.12.1/tools/perf/util/
Dannotate-data.c98 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 …]
Dannotate.c2685 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/
Ddwarf-regs.c139 { "rip", DWARF_REG_PC },
/linux-6.12.1/tools/perf/arch/x86/annotate/
Dinstructions.c277 else if (src->reg1 == DWARF_REG_PC) { in update_insn_state_x86()
453 else if (sreg == DWARF_REG_PC) { in update_insn_state_x86()