Searched refs:debugLog_getLevel (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_debuglog.h70 Int VG_(debugLog_getLevel) ( void );
H A Dm_debuglog.c838 Int VG_(debugLog_getLevel) ( void ) function
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low.c188 if (mod && VG_(debugLog_getLevel)() > 1) {
254 if (mod && VG_(debugLog_getLevel)() > 1) {
H A Dserver.h148 do { if (UNLIKELY(VG_(debugLog_getLevel)() >= level)) \
H A Dvalgrind-low-x86.c142 if (*mod && VG_(debugLog_getLevel)() > 2) {
H A Dvalgrind-low-amd64.c165 if (*mod && VG_(debugLog_getLevel)() > 2) {
H A Dremote-utils.c124 if (VG_(debugLog_getLevel)() >= 1) {
H A Dserver.c208 VG_(debugLog_getLevel)(), int_value);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c772 if (ARG1 == 2/*stderr*/ && VG_(debugLog_getLevel)() > 0)
H A Dsyswrap-generic.c1184 if (fd == 2 && VG_(debugLog_getLevel)() > 0)
2909 || (ARG1 == 2/*stderr*/ && VG_(debugLog_getLevel)() > 0) )

Completed in 126 milliseconds