Searched refs:fb_ops (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | probe-finder.h | 86 Dwarf_Op *fb_ops; /* Frame base attribute */ member
|
D | probe-finder.c | 163 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument 233 if (fb_ops == NULL) in convert_variable_location() 237 op = &fb_ops[0]; in convert_variable_location() 537 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable() 679 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 681 pf->fb_ops = NULL; in call_probe_finder() 683 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 687 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder() 701 pf->fb_ops = NULL; in call_probe_finder() 1201 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb() [all …]
|