Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-finder.h86 Dwarf_Op *fb_ops; /* Frame base attribute */ member
Dprobe-finder.c176 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument
246 if (fb_ops == NULL) in convert_variable_location()
250 op = &fb_ops[0]; in convert_variable_location()
549 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable()
695 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
697 pf->fb_ops = NULL; in call_probe_finder()
699 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
703 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
717 pf->fb_ops = NULL; in call_probe_finder()
1217 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()
[all …]