HomeSort by relevance Sort by last modified time
    Searched refs:clo_sanity_level (Results 1 - 9 of 9) sorted by null

  /external/valgrind/coregrind/
pub_core_options.h 98 extern Int VG_(clo_sanity_level);
m_options.c 72 Int VG_(clo_sanity_level) = 1; variable
m_transtab.c     [all...]
m_main.c     [all...]
m_signals.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.c 538 const Int save_clo_sanity_level = VG_(clo_sanity_level);
539 if (VG_(clo_sanity_level) < 4) VG_(clo_sanity_level) = 4;
541 VG_(clo_sanity_level) = save_clo_sanity_level;
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 338 if (VG_(clo_sanity_level) >= 3) \
    [all...]

Completed in 374 milliseconds