/external/linux-tools-perf/util/ |
probe-finder.h | 69 Dwarf_Op *fb_ops; /* Frame base attribute */ member in struct:probe_finder
|
probe-finder.c | 810 Dwarf_Op *fb_ops, 851 if (fb_ops == NULL) 855 op = &fb_ops[0]; 1120 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, 1266 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); 1268 pf->fb_ops = NULL; 1270 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && 1274 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { 1285 /* *pf->fb_ops will be cached in libdw. Don't free it. */ 1286 pf->fb_ops = NULL [all...] |
/external/kernel-headers/original/linux/ |
fb.h | 634 struct fb_ops { struct [all...] |