Home
last modified time | relevance | path

Searched refs:get_dwarf_regstr (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/include/
H A Ddwarf-regs.h98 const char *get_dwarf_regstr(unsigned int n, unsigned int machine, unsigned int flags);
/linux/tools/perf/util/
H A Ddwarf-regs.c31 const char *get_dwarf_regstr(unsigned int n, unsigned int machine, unsigned int flags) in get_dwarf_regstr() function
H A Dprobe-finder.c182 regs = get_dwarf_regstr(regn, pf->e_machine, pf->e_flags); in convert_variable_location()