Home
last modified time | relevance | path

Searched refs:dump_instr (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/callgrind/
Dclo.c522 else if VG_BOOL_CLO(arg, "--dump-instr", CLG_(clo).dump_instr) {} in CLG_()
640 CLG_(clo).dump_instr = False; in CLG_()
Ddump.c473 if (CLG_(clo).dump_instr) { in fprint_pos()
593 if (!CLG_(clo).dump_instr && !CLG_(clo).dump_bb && target.line==0) { in fprint_jcc()
714 if (CLG_(clo).dump_bbs || CLG_(clo).dump_instr || in fprint_bbcc()
1301 CLG_(clo).dump_instr ? " instr" : "", in new_dumpfile()
Dglobal.h87 Bool dump_instr; member
Dsim.c1472 CLG_(clo).dump_instr = True; in cachesim_parse_opt()
Dmain.c2014 if (!CLG_(clo).dump_line && !CLG_(clo).dump_instr && !CLG_(clo).dump_bb) { in CLG_()
/external/python/cpython2/Python/
Dcompile.c3876 dump_instr(const struct instr *i)
3901 dump_instr(b->b_instr + i);