Searched refs:clo_sanity_level (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_options.h85 extern Int VG_(clo_sanity_level);
H A Dm_options.c59 Int VG_(clo_sanity_level) = 1; variable
H A Dm_transtab.c1266 if (VG_(clo_sanity_level >= 4)) {
1342 if (VG_(clo_sanity_level >= 4)) {
H A Dm_signals.c2088 if (VG_(clo_sanity_level) > 2)
H A Dm_main.c567 else if VG_INT_CLO (arg, "--sanity-level", VG_(clo_sanity_level)) {}
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c932 if (VG_(clo_sanity_level >= 3))
937 if (VG_(clo_sanity_level >= 3))
1164 if (VG_(clo_sanity_level) > 2)
1873 if (VG_(clo_sanity_level) < 1) return;
1893 || VG_(clo_sanity_level) > 1
1894 || (VG_(clo_sanity_level) == 1
1931 if (VG_(clo_sanity_level) > 1) {
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c337 if (VG_(clo_sanity_level >= 3)) \

Completed in 375 milliseconds