Home
last modified time | relevance | path

Searched refs:VLOG (Results 1 – 25 of 73) sorted by relevance

123

/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp81 VLOG("Path %s does not exist", TRAIN_INFO_DIR); in findTrainInfoFileNameLocked()
129 VLOG("Attempt to access %s but failed", file); in writeFile()
136 VLOG("Successfully wrote %s", file); in writeFile()
143 VLOG("Failed to chown %s to statsd", file); in writeFile()
163 VLOG("Attempt to access %s but failed", fileName.c_str()); in writeTrainInfo()
171 VLOG("Failed to wrtie train info magic"); in writeTrainInfo()
180 VLOG("Failed to wrtie train version code"); in writeTrainInfo()
190 VLOG("Failed to write train name size"); in writeTrainInfo()
198 VLOG("Failed to write train name"); in writeTrainInfo()
207 VLOG("Failed to write status"); in writeTrainInfo()
[all …]
/packages/modules/StatsD/statsd/src/
DStatsService.cpp131 VLOG("Could not find a broadcast receiver for %s", key.ToString().c_str()); in __anon55b448e80602()
137 VLOG("Failed to send a broadcast for receiver %s", key.ToString().c_str()); in __anon55b448e80602()
145 VLOG("Could not find receiver for uid %d", uid); in __anon55b448e80702()
148 VLOG("StatsService::active configs broadcast succeeded for uid %d" , uid); in __anon55b448e80702()
151 VLOG("StatsService::active configs broadcast failed for uid %d" , uid); in __anon55b448e80702()
512 VLOG("Could not find receiver for %s, %s", args[1].c_str(), args[2].c_str()); in cmd_trigger_broadcast()
515 VLOG("StatsService::trigger broadcast succeeded to %s, %s", args[1].c_str(), in cmd_trigger_broadcast()
518 VLOG("StatsService::trigger broadcast failed to %s, %s", args[1].c_str(), args[2].c_str()); in cmd_trigger_broadcast()
547 VLOG("Reached end of args, or specify configs not set. Sending actual active configs,"); in cmd_trigger_active_config_broadcast()
559 VLOG("Adding config id %ld", static_cast<long>(configID)); in cmd_trigger_active_config_broadcast()
[all …]
DStatsLogProcessor.cpp438 VLOG("informing anomaly alarm at time %lld", (long long)elapsedRealtimeNs); in OnLogEvent()
474 VLOG("Active status changed for uid %d", uid); in OnLogEvent()
489 VLOG("StatsD would've sent an activation broadcast but the rate limit stopped us."); in OnLogEvent()
496 VLOG("StatsD sent activation notice for uid %d", uid); in OnLogEvent()
502 VLOG("StatsD sent EMPTY activation notice for uid %d", uid); in OnLogEvent()
532 VLOG("Updated configuration for key %s", key.ToString().c_str()); in OnConfigUpdatedLocked()
546 VLOG("StatsdConfig valid"); in OnConfigUpdatedLocked()
649 VLOG("output data size %zu", outData->size()); in onDumpReport()
710 VLOG("save history to disk"); in onConfigMetricsReportLocked()
796 VLOG("StatsD had to toss out metrics for %s", key.ToString().c_str()); in flushIfNecessaryLocked()
[all …]
/packages/modules/StatsD/statsd/src/anomaly/
DAlarmMonitor.cpp44 VLOG("Erasing link to statsCompanionService"); in setStatsCompanionService()
47 VLOG("Creating link to statsCompanionService"); in setStatsCompanionService()
66 VLOG("Adding alarm with time %u", alarm->timestampSec); in add()
80 VLOG("Removing alarm with time %u", alarm->timestampSec); in remove()
84 VLOG("Queue is empty. Cancel any alarm."); in remove()
89 VLOG("Soonest alarm is %u", soonestAlarmTimeSec); in remove()
99 VLOG("Removing alarms with time <= %u", timestampSec); in popSoonerThan()
111 VLOG("Queue is empty. Cancel any alarm."); in popSoonerThan()
122 VLOG("Updating reg alarm time to %u", timestampSec); in updateRegisteredAlarmTime_l()
128 VLOG("Cancelling reg alarm."); in cancelRegisteredAlarmTime_l()
DAlarmTracker.cpp39 VLOG("AlarmTracker() called"); in AlarmTracker()
45 VLOG("AlarmTracker sets the periodic alarm at: %lld", (long long)mAlarmSec); in AlarmTracker()
52 VLOG("~AlarmTracker() called"); in ~AlarmTracker()
79 VLOG("AlarmTracker triggers the subscribers."); in informAlarmsFired()
86 VLOG("AlarmTracker sets the periodic alarm at: %lld", (long long)mAlarmSec); in informAlarmsFired()
DAnomalyTracker.cpp39 VLOG("AnomalyTracker() called"); in AnomalyTracker()
44 VLOG("~AnomalyTracker() called"); in ~AnomalyTracker()
52 VLOG("resetStorage() called."); in resetStorage()
67 VLOG("advanceMostRecentBucketTo() called."); in advanceMostRecentBucketTo()
95 VLOG("addPastBucket(bucketValue) called."); in addPastBucket()
124 VLOG("addPastBucket(bucket) called."); in addPastBucket()
214 VLOG("Skipping anomaly declaration since within refractory period"); in declareAnomaly()
/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp67 VLOG("record first start...."); in noteStart()
78 VLOG("Oring: %s start, condition %d", key.toString().c_str(), condition); in noteStart()
83 VLOG("Oring: %s stop", key.toString().c_str()); in noteStop()
97 VLOG("record duration %lld, total duration %lld for state key %s", in noteStop()
120 VLOG("Oring Stop all: record duration %lld, total duration %lld for state key %s", in noteStopAll()
137 VLOG("OringDurationTracker Flushing............."); in flushCurrentBucket()
176 VLOG(" duration: %lld", (long long)current_info.mDuration); in flushCurrentBucket()
178 VLOG(" duration: %lld does not pass set threshold", (long long)mDuration); in flushCurrentBucket()
202 VLOG(" add filling bucket with duration %lld", (long long)info.mDuration); in flushCurrentBucket()
244 VLOG("Key %s dont have condition key", key.toString().c_str()); in onSlicedConditionMayChange()
[all …]
DMaxDurationTracker.cpp70 VLOG("MaxDuration: key %s start condition %d", key.toString().c_str(), condition); in noteStart()
95 VLOG("MaxDuration: key %s stop", key.toString().c_str()); in noteStop()
112 VLOG("Max, key %s, Stop %lld %lld %lld", key.toString().c_str(), in noteStop()
121 VLOG(" record duration: %lld ", (long long)duration.lastDuration); in noteStop()
136 VLOG("Max: new max duration: %lld", (long long)mDuration); in noteStop()
167 VLOG("MaxDurationTracker flushing....."); in flushCurrentBucket()
201 VLOG(" final duration for last bucket: %lld", (long long)mDuration); in flushCurrentBucket()
203 VLOG(" duration: %lld does not pass set threshold", (long long)mDuration); in flushCurrentBucket()
239 VLOG("key: %s, condition: %d", pair.first.toString().c_str(), conditionMet); in onSlicedConditionMayChange()
274 VLOG("MaxDurationTracker Key: %s Started->Paused ", key.toString().c_str()); in noteConditionChanged()
[all …]
/packages/modules/StatsD/statsd/src/condition/
DSimpleConditionTracker.cpp36 VLOG("creating SimpleConditionTracker %lld", (long long)mConditionId); in SimpleConditionTracker()
59 VLOG("~SimpleConditionTracker()"); in ~SimpleConditionTracker()
130 VLOG("%lld DUMP:", (long long)mConditionId); in dumpState()
132 VLOG("\t%s : %d", pair.first.toString().c_str(), pair.second); in dumpState()
135 VLOG("Changed to true keys: \n"); in dumpState()
137 VLOG("%s", key.toString().c_str()); in dumpState()
139 VLOG("Changed to false keys: \n"); in dumpState()
141 VLOG("%s", key.toString().c_str()); in dumpState()
249 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent()
262 VLOG("SimplePredicate %lld nonSlicedChange? %d", (long long)mConditionId, in handleConditionEvent()
[all …]
DCombinationConditionTracker.cpp31 VLOG("creating CombinationConditionTracker %lld", (long long)mConditionId); in CombinationConditionTracker()
35 VLOG("~CombinationConditionTracker() %lld", (long long)mConditionId); in ~CombinationConditionTracker()
43 VLOG("Combination predicate init() %lld", (long long)mConditionId); in init()
99 VLOG("Child initialization success %lld ", (long long)child); in init()
225 VLOG("CombinationPredicate %lld sliced may changed? %d", (long long)mConditionId, in evaluateCondition()
/packages/modules/StatsD/statsd/src/external/
DStatsPullerManager.cpp129 VLOG("Initiating pulling %d", tagId); in PullLocked()
135 VLOG("pulled %zu items", data->size()); in PullLocked()
155 VLOG("No need to set alarms. Skipping"); in updateAlarmLocked()
163 VLOG("StatsCompanionService not available. Alarm not set."); in updateAlarmLocked()
188 VLOG("Receiver already registered of %d", (int)receivers.size()); in RegisterReceiver()
210 VLOG("Updating next pull time %lld", (long long)mNextPullTimeNs); in RegisterReceiver()
214 VLOG("Puller for tagId %d registered of %d", tagId, (int)receivers.size()); in RegisterReceiver()
222 VLOG("Unknown pull code or no receivers: %d", tagId); in UnRegisterReceiver()
229 VLOG("Puller for tagId %d unregistered of %d", tagId, (int)receivers.size()); in UnRegisterReceiver()
279 VLOG("pull failed at %lld, will try again later", (long long)elapsedTimeNs); in OnAlarmFired()
[all …]
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp159 VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder with " << mInputs.size() in ExecutionBuilder()
412 VLOG(EXECUTION) << "getDuration(" << durationCode << "): " << *duration; in getDuration()
607 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull()
628 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial()
646 VLOG(EXECUTION) << "SimpleExecutionBuilder::computeInternal"; in computeInternal()
682 VLOG(EXECUTION) << "CompoundExecutionBuilder::computeInternal (from plan, iteratively)"; in computeInternal()
692 VLOG(EXECUTION) << "looking for next StepExecutor"; in computeInternal()
731 VLOG(EXECUTION) << "updateOutputShapes.zeroSizedInput"; in computeInternal()
740 VLOG(EXECUTION) << "OUTPUT_INSUFFICIENT_SIZE: " << toString(updateOutputShapes); in computeInternal()
788 VLOG(EXECUTION) << "fallbackUpdateOutputShapes.zeroSizedInput"; in computeInternal()
[all …]
DExecutionPlan.cpp273 VLOG(EXECUTION) << "DynamicTemporaries: \"" << context << "\""; in vlogDump()
276 VLOG(EXECUTION) << "DynamicTemporaries: sourceOperandIndex = " << toString(temp.first) in vlogDump()
289 VLOG(EXECUTION) << "DynamicTemporaries::declare(sourceOperandIndex = " in declare()
307 VLOG(EXECUTION) << "DynamicTemporaries::redeclare(sourceOperandIndex = " in redeclare()
335 VLOG(EXECUTION) << "DynamicTemporaries::allocate(stepIndex = " << stepIndex << ")"; in allocate()
622 VLOG(COMPILATION) in findModelOutputsThatAreDownstreamInputs()
676 VLOG(COMPILATION) << "ExecutionStep(" << mIndex << ")::declareModelOutputIsDownstreamInput(" in declareModelOutputIsDownstreamInput()
697 VLOG(COMPILATION) << "ExecutionStep::finishStepModel, step " << mIndex; in logStepModel()
713 VLOG(COMPILATION) << name << ": " << toLog; in logStepModel()
720 VLOG(COMPILATION) << name << ": " << toLog; in logStepModel()
[all …]
/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp182 VLOG("value metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in ValueMetricProducer()
187 VLOG("~ValueMetricProducer() called"); in ~ValueMetricProducer()
238 VLOG("ValueMetric %lld onStateChanged time %lld, State %d, key %s, %d -> %d", in onStateChanged()
260 VLOG("Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onStateChanged()
277 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked()
300 VLOG("metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked()
359 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked()
414 VLOG("\t bucket [%lld - %lld] value %d: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked()
419 VLOG("\t bucket [%lld - %lld] value %d: %.2f", (long long)bucket.mBucketStartNs, in onDumpReportLocked()
422 VLOG("Wrong value type for ValueMetric output: %d", value.getType()); in onDumpReportLocked()
[all …]
DMetricsManager.cpp112 VLOG("~MetricsManager()"); in ~MetricsManager()
272 VLOG("mIsActive is initialized to %d", mIsActive); in initializeConfigActiveStatus()
286 VLOG("Allowed uid %d", uid); in initAllowedLogSources()
413 VLOG("=========================Metric Reports Start=========================="); in onDumpReport()
446 VLOG("=========================Metric Reports End=========================="); in onDumpReport()
456 VLOG("log source %d not on the whitelist", event.GetUid()); in checkLogCredentials()
471 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the uid"); in eventSanityCheck()
479 VLOG("APP_BREADCRUMB_REPORTED has invalid uid: claimed %ld but caller is %d", in eventSanityCheck()
487 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the state field"); in eventSanityCheck()
490 VLOG("APP_BREADCRUMB_REPORTED does not have valid state %ld", appHookState); in eventSanityCheck()
[all …]
DCountMetricProducer.cpp122 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in CountMetricProducer()
127 VLOG("~CountMetricProducer() called"); in ~CountMetricProducer()
174 VLOG("CountMetric %lld onStateChanged time %lld, State%d, key %s, %d -> %d", in onStateChanged()
198 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked()
241 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked()
279 VLOG("\t bucket [%lld - %lld] count: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked()
300 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked()
359 VLOG("metric %lld %s->%lld", (long long)mMetricId, eventKey.toString().c_str(), in onMatchedLogEventInternalLocked()
377 VLOG("metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked()
416 VLOG("metric %lld, dump key value: %s -> %lld", (long long)mMetricId, in flushCurrentBucketLocked()
DGaugeMetricProducer.cpp147 VLOG("Gauge metric %lld created. bucket size %lld start_time: %lld sliced %d",
153 VLOG("~GaugeMetricProducer() called"); in ~GaugeMetricProducer()
246 VLOG("Gauge metric %lld report now...", (long long)mMetricId); in onDumpReportLocked()
296 VLOG("Gauge dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked()
341 VLOG("Gauge \t bucket [%lld - %lld] includes %d atoms.", in onDumpReportLocked()
420 VLOG("GaugeMetric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked()
435 VLOG("GaugeMetric %lld onSlicedConditionMayChange overall condition %d", (long long)mMetricId, in onSlicedConditionMayChangeLocked()
523 VLOG("Gauge Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onMatchedLogEventInternalLocked()
600 VLOG("Gauge eventTime is %lld, less than next bucket start time %lld", in flushIfNeededLocked()
611 VLOG("Gauge metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked()
[all …]
DDurationMetricProducer.cpp159 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in DurationMetricProducer()
166 VLOG("~DurationMetric() called"); in ~DurationMetricProducer()
422 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked()
464 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked()
503 VLOG(" Duration metric, empty return"); in onDumpReportLocked()
521 VLOG("Duration metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked()
525 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked()
562 VLOG("\t bucket [%lld - %lld] duration: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked()
581 VLOG("flushing..........."); in flushIfNeededLocked()
594 VLOG("erase bucket for key %s", whatIt->first.toString().c_str()); in flushCurrentBucketLocked()
/packages/modules/NeuralNetworks/driver/sample/
DSampleDriver.cpp116 VLOG(DRIVER) << "getSupportedOperations"; in getSupportedOperations()
132 VLOG(DRIVER) << "getSupportedOperations_1_1"; in getSupportedOperations_1_1()
148 VLOG(DRIVER) << "getSupportedOperations_1_2"; in getSupportedOperations_1_2()
229 VLOG(DRIVER) << "getStatus()"; in getStatus()
254 VLOG(DRIVER) << "SampleDriver::allocate"; in allocate()
280 VLOG(DRIVER) << "SampleDriver::allocate -- type = " << toString(operand.type) in allocate()
305 VLOG(DRIVER) << "SampleDriver::allocate -- successfully allocates the requested memory"; in allocate()
491 VLOG(DRIVER) << "executor.run returned " << n; in asyncExecute()
508 VLOG(DRIVER) << "SampleDriver::asyncExecute timing = " << toString(timing); in asyncExecute()
524 VLOG(DRIVER) << "executeBase(" << SHOW_IF_DEBUG(toString(request)) << ")"; in executeBase()
[all …]
DCanonicalPreparedModel.cpp140 VLOG(DRIVER) << "sample::PreparedModel::execute(" << SHOW_IF_DEBUG(request) << ")"; in execute()
170 VLOG(DRIVER) << "executor.run returned " << n; in execute()
188 VLOG(DRIVER) << "sample::PreparedModel::execute timing = " << timing; in execute()
200 VLOG(DRIVER) << "executeFenced(" << SHOW_IF_DEBUG(request) << ")"; in executeFenced()
251 VLOG(DRIVER) << "executor.run returned " << n; in executeFenced()
274 VLOG(DRIVER) << "executeFenced timingSinceLaunch = " << timingSinceLaunch; in executeFenced()
275 VLOG(DRIVER) << "executeFenced timingAfterFence = " << timingAfterFence; in executeFenced()
DCanonicalDevice.cpp139 VLOG(DRIVER) << "sample::Device::getSupportedOperations"; in getSupportedOperations()
163 VLOG(DRIVER) << "sample::Device::prepareModel"; in prepareModel()
208 VLOG(DRIVER) << "sample::Device::allocate"; in allocate()
234 VLOG(DRIVER) << "sample::Device::allocate -- type = " << operand.type in allocate()
254 VLOG(DRIVER) << "sample::Device::allocate -- successfully allocates the requested memory"; in allocate()
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverUtils.cpp76 VLOG(DRIVER) << "invalid model passed to prepareModelBase"; in prepareModelBase()
82 VLOG(DRIVER) << "prepareModelBase"; in prepareModelBase()
88 VLOG(DRIVER) << log_message; in prepareModelBase()
95 VLOG(DRIVER) << log_message; in prepareModelBase()
101 VLOG(DRIVER) << "model is not fully supported"; in prepareModelBase()
DSampleDriver.cpp146 VLOG(DRIVER) << "SampleDriver::allocate"; in allocate()
183 VLOG(DRIVER) << "SampleDriver::allocate -- type = " << toString(operand.type) in allocate()
211 VLOG(DRIVER) << "SampleDriver::allocate -- successfully allocates the requested memory"; in allocate()
392 VLOG(DRIVER) << "executeSynchronously(" << SHOW_IF_DEBUG(halRequest.toString()) << ")"; in executeSynchronously()
444 VLOG(DRIVER) << "executor.run returned " << n; in executeSynchronously()
467 VLOG(DRIVER) << "executeSynchronously timing = " << timing.toString(); in executeSynchronously()
481 VLOG(DRIVER) << "executeFenced(" << SHOW_IF_DEBUG(halRequest.toString()) << ")"; in executeFenced()
559 VLOG(DRIVER) << "executor.run returned " << n; in executeFenced()
585 VLOG(DRIVER) << "executeFenced timingSinceLaunch = " << timingSinceLaunch.toString(); in executeFenced()
586 VLOG(DRIVER) << "executeFenced timingAfterFence = " << timingAfterFence.toString(); in executeFenced()
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriber.cpp36 VLOG("ShellSubscriber: new subscription %d has come in", myToken); in startNewSubscription()
121 VLOG("adding matcher for pulled atom %d", pulled.matcher().atom_id()); in readConfig()
128 VLOG("ShellSubscriber: helper thread %d starting", myToken); in pullAndSendHeartbeats()
134 VLOG("ShellSubscriber: helper thread %d done!", myToken); in pullAndSendHeartbeats()
150 VLOG("Pulled %zu atoms with id %d", data.size(), pullInfo.mPullerMatcher.atom_id()); in pullAndSendHeartbeats()
173 VLOG("ShellSubscriber: helper thread %d sleeping for %lld ms", myToken, in pullAndSendHeartbeats()
/packages/modules/StatsD/statsd/src/subscriber/
DSubscriberReporter.cpp61 VLOG("SubscriberReporter::setBroadcastSubscriber called with configKey %s and subscriberId " in setBroadcastSubscriber()
80 VLOG("SubscriberReporter::unsetBroadcastSubscriber called."); in unsetBroadcastSubscriber()
102 VLOG("SubscriberReporter::alertBroadcastSubscriber called."); in alertBroadcastSubscriber()
137 VLOG("SubscriberReporter::sendBroadcastLocked called."); in sendBroadcastLocked()

123