Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp123 auto itt = tt.find(info.tag); in UpdateTagTable() local
124 if (itt != tt.end()) { in UpdateTagTable()
125 UpdateStats(itt->second, info); in UpdateTagTable()
264 for (auto &itt : it.second.tagStats) { in Print()
265 cout << " Tag: " << itt.first << endl; in Print()
267 itt.second.Print(); in Print()
286 for (auto &itt : t.second.tagStats) { in Print()
287 cout << " Tag: " << itt.first << endl; in Print()
289 itt.second.Print(); in Print()
H A Dservice_controller.cpp329 for (auto &itt : it.second.stats) { in SendProcStats()
330 if (itt.GetTotalLines() == 0) { in SendProcStats()
354 for (auto &itt : it.second.stats) { in SendProcLogTypeStats()
355 if (itt.GetTotalLines() == 0) { in SendProcLogTypeStats()
376 for (auto &itt : it.second.stats) { in SendProcLogTypeStats()
378 if (itt.GetTotalLines() == 0) { in SendProcLogTypeStats()
383 StatsEntry2StatsRsp(itt, logTypeStats.stats); in SendProcLogTypeStats()
417 for (auto &itt : tagTable) { in SendTagStats()
419 if (strncpy_s(tagStats.tag, MAX_TAG_LEN, itt.first.c_str(), MAX_TAG_LEN - 1) != 0) { in SendTagStats()
423 StatsEntry2StatsRsp(itt in SendTagStats()
[all...]

Completed in 2 milliseconds