Home
last modified time | relevance | path

Searched refs:log_mask (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.cpp43 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet() local
44 if ((log_mask & mask) != mask) in GetLogIfAllCategoriesSet()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.cpp41 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet() local
42 if ((log_mask & mask) != mask) in GetLogIfAllCategoriesSet()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.cpp42 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet() local
43 if ((log_mask & mask) != mask) in GetLogIfAllCategoriesSet()
/external/lldb/source/
Dlldb-log.cpp62 uint32_t log_mask = log->GetMask().Get(); in GetLogIfAllCategoriesSet() local
63 if ((log_mask & mask) != mask) in GetLogIfAllCategoriesSet()
/external/fio/
Diolog.c1233 unsigned int log_mask = 0; in fio_writeout_logs() local
1248 if (!(log_mask & lt->mask)) { in fio_writeout_logs()
1252 log_mask |= lt->mask; in fio_writeout_logs()