Searched refs:LogStatistics (Results 1 – 4 of 4) sorted by relevance
30 size_t LogStatistics::SizesTotal;32 LogStatistics::LogStatistics() : enable(false) { in LogStatistics() function in LogStatistics45 return LogStatistics::sizesTotal(); in sizesTotal()73 void LogStatistics::add(LogBufferElement* element) { in add()118 void LogStatistics::subtract(LogBufferElement* element) { in subtract()155 void LogStatistics::drop(LogBufferElement* element) { in drop()184 const char* LogStatistics::uidToName(uid_t uid) const { in uidToName()251 std::string UidEntry::format(const LogStatistics& stat, log_id_t id) const { in format()266 for (LogStatistics::uidTable_t::const_iterator it = in format()364 std::string PidEntry::format(const LogStatistics& stat, in format()[all …]
39 class LogStatistics; variable161 std::string format(const LogStatistics& stat, uid_t uid, pid_t pid,292 std::string format(const LogStatistics& stat, log_id_t id) const;362 std::string format(const LogStatistics& stat, log_id_t id) const;437 std::string format(const LogStatistics& stat, log_id_t id) const;476 std::string format(const LogStatistics& stat, log_id_t id) const;515 class LogStatistics {573 LogStatistics();
19 LogStatistics.cpp \
81 LogStatistics stats;