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

  /external/valgrind/coregrind/
pub_core_options.h 394 extern UInt VG_(clo_resync_filter);
m_options.c 153 UInt VG_(clo_resync_filter) = 1; /* enabled, but quiet */ variable
155 UInt VG_(clo_resync_filter) = 0; /* disabled */ variable
m_main.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c     [all...]
syswrap-darwin.c 781 // If VG(clo_resync_filter) == 0, the filter is disabled, and
784 // If VG(clo_resync_filter) == 1, the filter is enabled,
788 // If VG(clo_resync_filter) == 2, the filter is enabled,
793 if (VG_(clo_resync_filter) >= 2)
977 if (VG_(clo_resync_filter) == 0)
    [all...]

Completed in 275 milliseconds