Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 5 of 5) sorted by relevance

/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c51 size_t nops; in check_return_reg() local
54 result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops); in check_return_reg()
65 if ((nops != 0 || ops != NULL) && in check_return_reg()
66 !(nops == 1 && ops[0].atom == DW_OP_regx && in check_return_reg()
74 result = dwarf_frame_cfa(frame, &ops, &nops); in check_return_reg()
84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
/tools/build/feature/
Dtest-dwarf_getlocations.c10 size_t nops; in main() local
12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); in main()
/tools/perf/util/
Dprobe-finder.c171 size_t nops; in convert_variable_location() local
184 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location()
206 &nops, 1) > 0) in convert_variable_location()
212 if (nops == 0) in convert_variable_location()
659 size_t nops; in call_probe_finder() local
685 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
686 if (ret <= 0 || nops == 0) { in call_probe_finder()
689 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
693 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
Ddwarf-aux.c1096 size_t nops; in die_get_var_range() local
1114 &start, &end, &op, &nops)) > 0) { in die_get_var_range()
/tools/objtool/Documentation/
Dstack-validation.txt73 replacing the frame pointer related instructions with nops, here's