Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-finder.c284 Dwarf_Op *fb_ops, in convert_variable_location() argument
325 if (fb_ops == NULL) in convert_variable_location()
329 op = &fb_ops[0]; in convert_variable_location()
608 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable()
758 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
760 pf->fb_ops = NULL; in call_probe_finder()
762 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
766 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
778 pf->fb_ops = NULL; in call_probe_finder()
1231 af->pf.fb_ops, NULL); in collect_variables_cb()
Dprobe-finder.h74 Dwarf_Op *fb_ops; /* Frame base attribute */ member