Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H A 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/
H A 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 in HilogShowProcStatsInfo()
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h214 TagStatsRsp *tStats; member
235 TagStatsRsp *tStats; member
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp278 dStats[i].tStats = nullptr; in SendDomainStats()
341 procStats.tStats = nullptr; in SendProcStats()
415 TagStatsRsp *tStats = reinterpret_cast<TagStatsRsp *>(tmp); in SendTagStats() local
418 TagStatsRsp &tagStats = tStats[i]; in SendTagStats()

Completed in 4 milliseconds