Home
last modified time | relevance | path

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

/linux/tools/perf/util/dwarf-regs-arch/
H A Ddwarf-regs-x86.c72 { "eip", DWARF_REG_PC }, { "ip", DWARF_REG_PC },
142 { "rip", DWARF_REG_PC }, { "eip", DWARF_REG_PC }, { "ip", DWARF_REG_PC },
/linux/tools/perf/util/
H A Dannotate-data.c103 if (reg != DWARF_REG_PC && end <= pc) in pr_debug_location()
105 if (reg != DWARF_REG_PC && start > pc) in pr_debug_location()
530 if (reg == DWARF_REG_PC) in check_variable()
833 check_variable(dloc, &var_die, type_die, DWARF_REG_PC, *var_offset, in get_global_var_type()
1546 else if (dloc->op->reg1 == DWARF_REG_PC) in find_data_type_die()
1581 if (reg == DWARF_REG_PC) { in find_data_type_die()
1597 if (reg != DWARF_REG_PC && dwarf_hasattr(&scopes[0], DW_AT_frame_base)) { in find_data_type_die()
1633 if (reg == DWARF_REG_PC) { in find_data_type_die()
1649 if (reg == DWARF_REG_PC) { in find_data_type_die()
1676 if (!found && reg != DWARF_REG_PC) { in find_data_type_die()
[all...]
H A Dannotate.c2867 if (op_loc->reg1 == DWARF_REG_PC) { in __hist_entry__get_data_type()
2876 op_loc->reg1 = DWARF_REG_PC; in __hist_entry__get_data_type()
/linux/tools/perf/util/include/
H A Ddwarf-regs.h88 #define DWARF_REG_PC 0xd3af9c /* random number */ macro
/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c302 else if (src->reg1 == DWARF_REG_PC) { in update_insn_state_x86()
322 src->reg1 != DWARF_REG_PC && tsr->kind == TSR_KIND_TYPE && !dst->mem_ref)) { in update_insn_state_x86()
372 src->reg1 != DWARF_REG_PC && tsr->kind == TSR_KIND_TYPE && !dst->mem_ref)) { in update_insn_state_x86()
652 else if (sreg == DWARF_REG_PC) { in update_insn_state_x86()