Searched refs:die_get_cfa (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | dwarf-aux.h | 180 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
|
| H A D | annotate-data.c | 871 if (die_get_cfa(dloc->di->dbg, addr, &fbreg, &fb_offset) < 0) in update_var_state() 1274 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in check_matching_type() 1579 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, in find_data_type_die()
|
| H A D | dwarf-aux.c | 1748 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset) in die_get_cfa() function
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-x86.c | 461 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in update_insn_state_x86()
|