Searched refs:TagEntry (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogStatistics.h457 struct TagEntry : public EntryBaseDropped { struct in inherits:EntryBaseDropped
462 explicit TagEntry(const LogBufferElement* element) function in struct:TagEntry
701 typedef LogHashtable<uint32_t, TagEntry> tagTable_t;
762 LogFindWorst<TagEntry> sortTags(uid_t uid, pid_t pid, size_t len, log_id) {
763 return LogFindWorst<TagEntry>(tagTable.sort(uid, pid, len));
H A DLogStatistics.cpp485 std::string TagEntry::formatHeader(const std::string& name, log_id_t id) const {
493 std::string TagEntry::format(const LogStatistics& /* stat */,

Completed in 48 milliseconds