Home
last modified time | relevance | path

Searched refs:tStats (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
Dlog_ioctl.cpp80 pStats.tStats = nullptr; in ReceiveProcTagStats()
85 pStats.tStats = nullptr; in ReceiveProcTagStats()
94 pStats.tStats = nullptr; in ReceiveProcTagStats()
99 pStats.tStats = reinterpret_cast<TagStatsRsp*>(tmp); in ReceiveProcTagStats()
173 dStats.tStats = nullptr; in ReceiveDomainTagStats()
178 dStats.tStats = nullptr; in ReceiveDomainTagStats()
187 dStats.tStats = nullptr; in ReceiveDomainTagStats()
192 dStats.tStats = reinterpret_cast<TagStatsRsp*>(tmp); in ReceiveDomainTagStats()
271 if (dStats.tStats == nullptr) { in DeleteLogStatsInfo()
274 delete []dStats.tStats; in DeleteLogStatsInfo()
[all …]
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp191 if (dStats.tStats == nullptr) { in HilogShowDomainStatsInfo()
195 SortTagList(vt, dStats.tStats, dStats.tagNum); in HilogShowDomainStatsInfo()
197 TagStatsRsp &tStats = vt[k]; in HilogShowDomainStatsInfo() local
200 cout << setw(TAG_W) << tStats.tag << colCmd; in HilogShowDomainStatsInfo()
201 PrintStats(tStats.stats); in HilogShowDomainStatsInfo()
260 if (pStats.tStats == nullptr) { in HilogShowProcStatsInfo()
264 SortTagList(vt, pStats.tStats, pStats.tagNum); in HilogShowProcStatsInfo()
266 TagStatsRsp &tStats = vt[j]; in HilogShowProcStatsInfo() local
267 HiLogShowProcInfo("-", pStats.pid, name, std::string(tStats.tag)); in HilogShowProcStatsInfo()
268 PrintStats(tStats.stats); in HilogShowProcStatsInfo()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h193 TagStatsRsp *tStats; member
214 TagStatsRsp *tStats; member
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp266 dStats[i].tStats = nullptr; in SendDomainStats()
329 procStats.tStats = nullptr; in SendProcStats()
403 TagStatsRsp *tStats = reinterpret_cast<TagStatsRsp *>(tmp); in SendTagStats() local
406 TagStatsRsp &tagStats = tStats[i]; in SendTagStats()