Home
last modified time | relevance | path

Searched refs:dropped (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dflow_control.cpp38 uint32_t dropped; member
61 ret = static_cast<int>(it->second.dropped); in FlowCtrlDomain()
62 it->second.dropped = 0; in FlowCtrlDomain()
68 it->second.dropped++; in FlowCtrlDomain()
H A Dlog_collector.cpp35 string dropLog = to_string(droppedCount) + " line(s) dropped!"; in InsertDropInfo()
86 bool dropped = false; in onDataRecv() local
95 dropped = true; in onDataRecv()
116 .dropped = dropped ? 1 : 0, in onDataRecv()
H A Dlog_stats.cpp69 entry.dropped += info.dropped; in UpdateStats()
78 entry.dropped = 0; in ResetStatsEntry()
97 entry.dropped = info.dropped; in StatsInfo2NewStatsEntry()
H A Dservice_controller.cpp174 rsp.dropped = entry.dropped; in StatsEntry2StatsRsp()
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h39 uint16_t dropped; member
51 uint32_t dropped; member
119 std::cout << "Dropped: " << dropped << sep; in Print()
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp140 if (tsNow > tsStart) { /* new statistic period, return how many lines were dropped */ in HiLogFlowCtrlProcess()
141 int dropped = atomic_exchange_explicit(&gDropped, 0, memory_order_relaxed); in HiLogFlowCtrlProcess() local
144 return dropped; in HiLogFlowCtrlProcess()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h196 uint32_t dropped; member
/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp124 cout << setw(DROPPED_W) << rsp.dropped << colCmd; in PrintStats()

Completed in 5 milliseconds