Lines Matching refs:StatsdStats
221 const std::map<int, std::pair<size_t, size_t>> StatsdStats::kAtomDimensionKeySizeLimitMap = {
227 StatsdStats::StatsdStats() in StatsdStats() function in android::os::statsd::StatsdStats
233 StatsdStats& StatsdStats::getInstance() { in getInstance()
234 static StatsdStats statsInstance; in getInstance()
238 void StatsdStats::addToIceBoxLocked(shared_ptr<ConfigStats>& stats) { in addToIceBoxLocked()
246 void StatsdStats::noteConfigReceived( in noteConfigReceived()
278 void StatsdStats::noteConfigRemovedInternalLocked(const ConfigKey& key) { in noteConfigRemovedInternalLocked()
288 void StatsdStats::noteConfigRemoved(const ConfigKey& key) { in noteConfigRemoved()
293 void StatsdStats::noteConfigResetInternalLocked(const ConfigKey& key) { in noteConfigResetInternalLocked()
300 void StatsdStats::noteConfigReset(const ConfigKey& key) { in noteConfigReset()
305 void StatsdStats::noteLogLost(int32_t wallClockTimeSec, int32_t count, int32_t lastError, in noteLogLost()
314 void StatsdStats::noteBatchSocketRead(int32_t size, int64_t lastReadTimeNs, int64_t currReadTimeNs, in noteBatchSocketRead()
358 void StatsdStats::noteBroadcastSent(const ConfigKey& key) { in noteBroadcastSent()
362 void StatsdStats::noteBroadcastSent(const ConfigKey& key, int32_t timeSec) { in noteBroadcastSent()
375 void StatsdStats::noteActiveStatusChanged(const ConfigKey& key, bool activated) { in noteActiveStatusChanged()
379 void StatsdStats::noteActiveStatusChanged(const ConfigKey& key, bool activated, int32_t timeSec) { in noteActiveStatusChanged()
394 void StatsdStats::noteActivationBroadcastGuardrailHit(const int uid) { in noteActivationBroadcastGuardrailHit()
398 void StatsdStats::noteActivationBroadcastGuardrailHit(const int uid, const int32_t timeSec) { in noteActivationBroadcastGuardrailHit()
407 void StatsdStats::noteDataDropped(const ConfigKey& key, const size_t totalBytes) { in noteDataDropped()
411 void StatsdStats::noteEventQueueOverflow(int64_t oldestEventTimestampNs, int32_t atomId, in noteEventQueueOverflow()
431 void StatsdStats::noteEventQueueSize(int32_t size, int64_t eventTimestampNs) { in noteEventQueueSize()
440 void StatsdStats::noteAtomDroppedLocked(int32_t atomId) { in noteAtomDroppedLocked()
448 void StatsdStats::noteAtomSocketLoss(const SocketLossInfo& lossInfo) { in noteAtomSocketLoss()
476 void StatsdStats::noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec) { in noteDataDropped()
491 void StatsdStats::noteMetricsReportSent(const ConfigKey& key, const size_t numBytes, in noteMetricsReportSent()
496 void StatsdStats::noteMetricsReportSent(const ConfigKey& key, const size_t numBytes, in noteMetricsReportSent()
511 void StatsdStats::noteDeviceInfoTableCreationFailed(const ConfigKey& key) { in noteDeviceInfoTableCreationFailed()
521 void StatsdStats::noteDbCorrupted(const ConfigKey& key) { in noteDbCorrupted()
531 void StatsdStats::noteDbSizeExceeded(const ConfigKey& key) { in noteDbSizeExceeded()
541 void StatsdStats::noteDbStatFailed(const ConfigKey& key) { in noteDbStatFailed()
551 void StatsdStats::noteDbConfigInvalid(const ConfigKey& key) { in noteDbConfigInvalid()
561 void StatsdStats::noteDbTooOld(const ConfigKey& key) { in noteDbTooOld()
571 void StatsdStats::noteDbDeletionConfigRemoved(const ConfigKey& key) { in noteDbDeletionConfigRemoved()
581 void StatsdStats::noteDbDeletionConfigUpdated(const ConfigKey& key) { in noteDbDeletionConfigUpdated()
591 void StatsdStats::noteConfigMetadataProviderPromotionFailed(const ConfigKey& key) { in noteConfigMetadataProviderPromotionFailed()
601 void StatsdStats::noteUidMapDropped(int deltas) { in noteUidMapDropped()
606 void StatsdStats::noteUidMapAppDeletionDropped() { in noteUidMapAppDeletionDropped()
611 void StatsdStats::setUidMapChanges(int changes) { in setUidMapChanges()
616 void StatsdStats::setCurrentUidMapMemory(int bytes) { in setCurrentUidMapMemory()
621 void StatsdStats::noteConditionDimensionSize(const ConfigKey& key, const int64_t id, int size) { in noteConditionDimensionSize()
635 void StatsdStats::noteMetricDimensionSize(const ConfigKey& key, const int64_t id, int size) { in noteMetricDimensionSize()
648 void StatsdStats::noteMetricDimensionInConditionSize(const ConfigKey& key, const int64_t id, in noteMetricDimensionInConditionSize()
662 void StatsdStats::noteMatcherMatched(const ConfigKey& key, const int64_t id) { in noteMatcherMatched()
672 void StatsdStats::noteAnomalyDeclared(const ConfigKey& key, const int64_t id) { in noteAnomalyDeclared()
681 void StatsdStats::noteRegisteredAnomalyAlarmChanged() { in noteRegisteredAnomalyAlarmChanged()
686 void StatsdStats::noteRegisteredPeriodicAlarmChanged() { in noteRegisteredPeriodicAlarmChanged()
691 void StatsdStats::updateMinPullIntervalSec(int pullAtomId, long intervalSec) { in updateMinPullIntervalSec()
697 void StatsdStats::notePull(int pullAtomId) { in notePull()
702 void StatsdStats::notePullFromCache(int pullAtomId) { in notePullFromCache()
707 void StatsdStats::notePullTime(int pullAtomId, int64_t pullTimeNs) { in notePullTime()
716 void StatsdStats::notePullDelay(int pullAtomId, int64_t pullDelayNs) { in notePullDelay()
726 void StatsdStats::notePullDataError(int pullAtomId) { in notePullDataError()
731 void StatsdStats::notePullTimeout(int pullAtomId, in notePullTimeout()
745 void StatsdStats::notePullExceedMaxDelay(int pullAtomId) { in notePullExceedMaxDelay()
750 void StatsdStats::noteAtomLogged(int atomId, int32_t /*timeSec*/, bool isSkipped) { in noteAtomLogged()
756 void StatsdStats::noteAtomLoggedLocked(int atomId, bool isSkipped) { in noteAtomLoggedLocked()
772 void StatsdStats::noteSystemServerRestart(int32_t timeSec) { in noteSystemServerRestart()
781 void StatsdStats::notePullFailed(int atomId) { in notePullFailed()
786 void StatsdStats::notePullUidProviderNotFound(int atomId) { in notePullUidProviderNotFound()
791 void StatsdStats::notePullerNotFound(int atomId) { in notePullerNotFound()
796 void StatsdStats::notePullBinderCallFailed(int atomId) { in notePullBinderCallFailed()
801 void StatsdStats::noteEmptyData(int atomId) { in noteEmptyData()
806 void StatsdStats::notePullerCallbackRegistrationChanged(int atomId, bool registered) { in notePullerCallbackRegistrationChanged()
815 void StatsdStats::noteHardDimensionLimitReached(int64_t metricId) { in noteHardDimensionLimitReached()
820 void StatsdStats::noteLateLogEventSkipped(int64_t metricId) { in noteLateLogEventSkipped()
825 void StatsdStats::noteSkippedForwardBuckets(int64_t metricId) { in noteSkippedForwardBuckets()
830 void StatsdStats::noteBadValueType(int64_t metricId) { in noteBadValueType()
835 void StatsdStats::noteBucketDropped(int64_t metricId) { in noteBucketDropped()
840 void StatsdStats::noteBucketUnknownCondition(int64_t metricId) { in noteBucketUnknownCondition()
845 void StatsdStats::noteConditionChangeInNextBucket(int64_t metricId) { in noteConditionChangeInNextBucket()
850 void StatsdStats::noteInvalidatedBucket(int64_t metricId) { in noteInvalidatedBucket()
855 void StatsdStats::noteBucketCount(int64_t metricId) { in noteBucketCount()
860 void StatsdStats::noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs) { in noteBucketBoundaryDelayNs()
869 void StatsdStats::noteAtomError(int atomTag, bool pull) { in noteAtomError()
883 bool StatsdStats::hasHitDimensionGuardrail(int64_t metricId) const { in hasHitDimensionGuardrail()
892 void StatsdStats::noteQueryRestrictedMetricSucceed(const int64_t configId, in noteQueryRestrictedMetricSucceed()
907 void StatsdStats::noteQueryRestrictedMetricFailed(const int64_t configId, in noteQueryRestrictedMetricFailed()
917 void StatsdStats::noteQueryRestrictedMetricFailed( in noteQueryRestrictedMetricFailed()
925 void StatsdStats::noteQueryRestrictedMetricFailedLocked( in noteQueryRestrictedMetricFailedLocked()
936 void StatsdStats::noteRestrictedMetricInsertError(const ConfigKey& configKey, in noteRestrictedMetricInsertError()
945 void StatsdStats::noteRestrictedMetricTableCreationError(const ConfigKey& configKey, in noteRestrictedMetricTableCreationError()
954 void StatsdStats::noteRestrictedMetricTableDeletionError(const ConfigKey& configKey, in noteRestrictedMetricTableDeletionError()
963 void StatsdStats::noteRestrictedMetricFlushLatency(const ConfigKey& configKey, in noteRestrictedMetricFlushLatency()
979 void StatsdStats::noteRestrictedConfigFlushLatency(const ConfigKey& configKey, in noteRestrictedConfigFlushLatency()
994 void StatsdStats::noteRestrictedConfigDbSize(const ConfigKey& configKey, in noteRestrictedConfigDbSize()
1012 void StatsdStats::noteRestrictedMetricCategoryChanged(const ConfigKey& configKey, in noteRestrictedMetricCategoryChanged()
1023 void StatsdStats::noteSubscriptionStarted(int subId, int32_t pushedAtomCount, in noteSubscriptionStarted()
1056 void StatsdStats::noteSubscriptionEnded(int subId) { in noteSubscriptionEnded()
1069 void StatsdStats::noteSubscriptionFlushed(int subId) { in noteSubscriptionFlushed()
1081 void StatsdStats::noteSubscriptionAtomPulled(int atomId) { in noteSubscriptionAtomPulled()
1086 void StatsdStats::noteSubscriptionPullThreadWakeup() { in noteSubscriptionPullThreadWakeup()
1091 StatsdStats::AtomMetricStats& StatsdStats::getAtomMetricStats(int64_t metricId) { in getAtomMetricStats()
1100 void StatsdStats::reset() { in reset()
1105 void StatsdStats::resetInternalLocked() { in resetInternalLocked()
1200 int StatsdStats::getPushedAtomErrorsLocked(int atomId) const { in getPushedAtomErrorsLocked()
1209 int StatsdStats::getPushedAtomDropsLocked(int atomId) const { in getPushedAtomDropsLocked()
1218 bool StatsdStats::hasRestrictedConfigErrors(const std::shared_ptr<ConfigStats>& configStats) const { in hasRestrictedConfigErrors()
1225 bool StatsdStats::hasEventQueueOverflow() const { in hasEventQueueOverflow()
1230 vector<std::pair<int32_t, int32_t>> StatsdStats::getQueueOverflowAtomsStats() const { in getQueueOverflowAtomsStats()
1239 bool StatsdStats::hasSocketLoss() const { in hasSocketLoss()
1244 void StatsdStats::dumpStats(int out) const { in dumpStats()
1842 void StatsdStats::dumpStats(vector<uint8_t>* output, bool reset) { in dumpStats()
2119 std::pair<size_t, size_t> StatsdStats::getAtomDimensionKeySizeLimits(int atomId, in getAtomDimensionKeySizeLimits()