Searched refs:fb_ops (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/util/ |
D | probe-finder.h | 69 Dwarf_Op *fb_ops; /* Frame base attribute */ member
|
D | probe-finder.c | 810 Dwarf_Op *fb_ops, in convert_variable_location() argument 851 if (fb_ops == NULL) in convert_variable_location() 855 op = &fb_ops[0]; in convert_variable_location() 1120 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable() 1266 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 1268 pf->fb_ops = NULL; in call_probe_finder() 1270 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 1274 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder() 1286 pf->fb_ops = NULL; in call_probe_finder() 1681 af->pf.fb_ops, NULL); in collect_variables_cb()
|
/external/kernel-headers/original/linux/ |
D | fb.h | 634 struct fb_ops { struct 876 struct fb_ops *fbops;
|