Searched refs:get_dwarf_regnum (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/perf/util/include/ |
| H A D | dwarf-regs.h | 113 int get_dwarf_regnum(const char *name, unsigned int machine, unsigned int flags); 119 static inline int get_dwarf_regnum(const char *name __maybe_unused, in get_dwarf_regnum() function
|
| /linux-6.15/tools/perf/util/ |
| H A D | dwarf-regs.c | 82 int get_dwarf_regnum(const char *name, unsigned int machine, unsigned int flags __maybe_unused) in get_dwarf_regnum() function
|
| H A D | annotate.c | 2418 op_loc->reg1 = get_dwarf_regnum(regname, arch->e_machine, arch->e_flags); in extract_reg_offset() 2431 op_loc->reg2 = get_dwarf_regnum(regname, arch->e_machine, arch->e_flags); in extract_reg_offset() 2531 op_loc->reg1 = get_dwarf_regnum(s, arch->e_machine, arch->e_flags); in annotate_get_insn_location()
|