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 404 extern UInt VG_(clo_resync_filter);
m_options.c 158 UInt VG_(clo_resync_filter) = 1; /* enabled, but quiet */ variable
160 UInt VG_(clo_resync_filter) = 0; /* disabled */ variable
m_main.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c     [all...]
syswrap-darwin.c 786 // If VG(clo_resync_filter) == 0, the filter is disabled, and
789 // If VG(clo_resync_filter) == 1, the filter is enabled,
793 // If VG(clo_resync_filter) == 2, the filter is enabled,
798 if (VG_(clo_resync_filter) >= 2)
982 if (VG_(clo_resync_filter) == 0)
    [all...]

Completed in 1040 milliseconds