Home
last modified time | relevance | path

Searched refs:PidTable (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h145 using PidTable = std::unordered_map<uint32_t, PidStatsEntry>; variable
157 const PidTable& GetPidTable() const;
169 PidTable pidStats;
/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp154 PidTable& t = pidStats; in UpdatePidTable()
209 const PidTable& LogStats::GetPidTable() const in GetPidTable()
Dservice_controller.cpp175 const PidTable& pTable = stats.GetPidTable(); in SendOverallStats()
292 const PidTable& pTable = stats.GetPidTable(); in SendProcStats()
339 const PidTable& pTable = stats.GetPidTable(); in SendProcLogTypeStats()
382 const PidTable& pTable = stats.GetPidTable(); in SendProcTagStats()