Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-finder.c181 unsigned int regn; in convert_variable_location() local
251 regn = op->atom - DW_OP_breg0; in convert_variable_location()
255 regn = op->atom - DW_OP_reg0; in convert_variable_location()
257 regn = op->number; in convert_variable_location()
261 regn = op->number; in convert_variable_location()
270 regs = get_dwarf_regstr(regn, machine); in convert_variable_location()
274 "missing on this architecture.\n", regn); in convert_variable_location()