Searched refs:LogTags (Results 1 – 17 of 17) sorted by relevance
/aosp12/system/logging/logd/ |
H A D | LogTags.cpp | 49 static LogTags* logtags; 52 const char LogTags::dynamic_event_log_tags[] = "/dev/event-log-tags"; 295 void LogTags::ReadPersistEventLogTags() { in ReadPersistEventLogTags() 354 LogTags::LogTags() { in LogTags() function in LogTags 367 const char* LogTags::tagToName(uint32_t tag) const { in tagToName() 390 LogTags* me = logtags; in tagToName() 398 const char* LogTags::tagToFormat(uint32_t tag) const { in tagToFormat() 410 uint32_t LogTags::nameToTag(const char* name) const { in nameToTag() 491 void LogTags::WritePmsgEventLogTags(uint32_t tag, uid_t uid) { in WritePmsgEventLogTags() 616 void LogTags::WriteDebugEventLogTags(uint32_t tag, uid_t uid) { in WriteDebugEventLogTags() [all …]
|
H A D | CommandListener.h | 30 CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, LogStatistics* log_statistics); 37 LogTags* tags_; 51 LogTags* tags() const { return parent_->tags_; } \
|
H A D | SerializedLogBuffer.h | 42 SerializedLogBuffer(LogReaderList* reader_list, LogTags* tags, LogStatistics* stats); 69 LogTags* tags_;
|
H A D | SimpleLogBuffer.h | 32 SimpleLogBuffer(LogReaderList* reader_list, LogTags* tags, LogStatistics* stats); 73 LogTags* tags_;
|
H A D | LogTags.h | 26 class LogTags { 107 LogTags();
|
H A D | RecordingLogBuffer.h | 31 RecordingLogBuffer(LogReaderList* reader_list, LogTags* tags, LogStatistics* stats) in RecordingLogBuffer()
|
H A D | ChattyLogBuffer.h | 51 ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune,
|
H A D | ReplayMessages.cpp | 228 LogTags tags_; 277 LogTags tags_;
|
H A D | LogBufferTest.h | 178 LogTags tags_;
|
H A D | Android.bp | 69 "LogTags.cpp",
|
H A D | main.cpp | 236 LogTags log_tags; in main()
|
H A D | CommandListener.cpp | 44 CommandListener::CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, in CommandListener()
|
H A D | SimpleLogBuffer.cpp | 24 SimpleLogBuffer::SimpleLogBuffer(LogReaderList* reader_list, LogTags* tags, LogStatistics* stats) in SimpleLogBuffer()
|
H A D | SerializedLogBuffer.cpp | 94 SerializedLogBuffer::SerializedLogBuffer(LogReaderList* reader_list, LogTags* tags, in SerializedLogBuffer()
|
H A D | SerializedLogBufferTest.cpp | 35 LogTags tags; in TEST()
|
H A D | ChattyLogBuffer.cpp | 43 ChattyLogBuffer::ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, in ChattyLogBuffer()
|
/aosp12/system/logging/logd/fuzz/ |
H A D | log_buffer_log_fuzzer.cpp | 105 LogTags tags; in LLVMFuzzerTestOneInput()
|