Searched refs:DWARF_REG_PC (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/util/ |
| A D | dwarf-regs-x86.c | 36 { "rip", DWARF_REG_PC },
|
| A 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() 521 if (reg == DWARF_REG_PC) in check_variable() 805 check_variable(dloc, &var_die, type_die, DWARF_REG_PC, offset, in get_global_var_type() 819 check_variable(dloc, &var_die, type_die, DWARF_REG_PC, *var_offset, in get_global_var_type() 1450 else if (dloc->op->reg1 == DWARF_REG_PC) in find_data_type_die() 1485 if (reg == DWARF_REG_PC) { in find_data_type_die() 1501 if (reg != DWARF_REG_PC && dwarf_hasattr(&scopes[0], DW_AT_frame_base)) { in find_data_type_die() 1537 if (reg == DWARF_REG_PC) { in find_data_type_die() 1555 if (reg == DWARF_REG_PC) { in find_data_type_die() [all …]
|
| A D | annotate.c | 2747 if (op_loc->reg1 == DWARF_REG_PC) { in __hist_entry__get_data_type() 2756 op_loc->reg1 = DWARF_REG_PC; in __hist_entry__get_data_type()
|
| /tools/perf/util/include/ |
| A D | dwarf-regs.h | 88 #define DWARF_REG_PC 0xd3af9c /* random number */ macro
|
| /tools/perf/arch/x86/annotate/ |
| A D | instructions.c | 278 else if (src->reg1 == DWARF_REG_PC) { in update_insn_state_x86() 459 else if (sreg == DWARF_REG_PC) { in update_insn_state_x86()
|
Completed in 18 milliseconds