HomeSort by relevance Sort by last modified time
    Searched defs:n_guest_instrs (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/lackey/
lk_main.c 240 static ULong n_guest_instrs = 0; variable
268 n_guest_instrs++;
937 VG_(umsg)(" guest instrs: %'llu\n", n_guest_instrs);
944 10 * n_guest_instrs / n_SBs_entered);
947 tl_assert(n_guest_instrs); // Paranoia time.
949 10 * n_IRStmts / n_guest_instrs);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 525 UInt n_guest_instrs; member in struct:__anon16512

Completed in 48 milliseconds