OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessKDPLog
(Results
1 - 6
of
6
) sorted by null
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.cpp
1
//===--
ProcessKDPLog
.cpp ---------------------------------------*- C++ -*-===//
10
#include "
ProcessKDPLog
.h"
36
ProcessKDPLog
::GetLogIfAllCategoriesSet (uint32_t mask)
49
ProcessKDPLog
::DisableLog (const char **categories, Stream *feedback_strm)
96
ProcessKDPLog
::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm)
154
ProcessKDPLog
::ListLogCategories (Stream *strm)
176
ProcessKDPLog
::LogIf (uint32_t mask, const char *format, ...)
178
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet (mask));
Android.mk
14
ProcessKDPLog
.cpp \
ProcessKDPLog.h
1
//===--
ProcessKDPLog
.h -----------------------------------------*- C++ -*-===//
35
class
ProcessKDPLog
ThreadKDP.cpp
27
#include "
ProcessKDPLog
.h"
46
ProcessKDPLog
::LogIf(KDP_LOG_THREAD, "%p: ThreadKDP::ThreadKDP (tid = 0x%4.4x)", this, GetID());
51
ProcessKDPLog
::LogIf(KDP_LOG_THREAD, "%p: ThreadKDP::~ThreadKDP (tid = 0x%4.4x)", this, GetID());
ProcessKDP.cpp
38
#include "
ProcessKDPLog
.h"
397
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet (KDP_LOG_PROCESS));
430
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet (KDP_LOG_PROCESS));
541
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet (KDP_LOG_THREAD));
589
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet(KDP_LOG_PROCESS));
783
ProcessKDPLog
::DisableLog,
784
ProcessKDPLog
::EnableLog,
785
ProcessKDPLog
::ListLogCategories
808
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet(KDP_LOG_PROCESS));
823
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet(KDP_LOG_PROCESS))
[
all
...]
CommunicationKDP.cpp
33
#include "
ProcessKDPLog
.h"
105
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS));
185
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS));
234
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS | KDP_LOG_VERBOSE));
289
Log *log (
ProcessKDPLog
::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS));
[
all
...]
Completed in 89 milliseconds