/frameworks/base/cmds/incidentd/src/ |
D | FdBuffer.cpp | 64 VLOG("Truncating data"); in read() 68 VLOG("No memory"); in read() 74 VLOG("timed out due to long read"); in read() 81 VLOG("timed out due to block calling poll"); in read() 85 VLOG("poll failed: %s", strerror(errno)); in read() 89 VLOG("return event has error %s", strerror(errno)); in read() 98 VLOG("Fail to read %d: %s", fd, strerror(errno)); in read() 102 VLOG("Reached EOF of fd=%d", fd); in read() 120 VLOG("Truncating data"); in readFully() 124 VLOG("No memory"); in readFully() [all …]
|
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.cpp | 81 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 …]
|
/frameworks/base/cmds/statsd/src/anomaly/ |
D | AlarmMonitor.cpp | 44 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()
|
D | AlarmTracker.cpp | 39 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()
|
D | AnomalyTracker.cpp | 39 VLOG("AnomalyTracker() called"); in AnomalyTracker() 52 VLOG("~AnomalyTracker() called"); in ~AnomalyTracker() 56 VLOG("resetStorage() called."); in resetStorage() 71 VLOG("advanceMostRecentBucketTo() called."); in advanceMostRecentBucketTo() 99 VLOG("addPastBucket(bucketValue) called."); in addPastBucket() 128 VLOG("addPastBucket(bucket) called."); in addPastBucket() 218 VLOG("Skipping anomaly declaration since within refractory period"); in declareAnomaly()
|
D | DurationAnomalyTracker.cpp | 30 VLOG("DurationAnomalyTracker() called"); in DurationAnomalyTracker() 34 VLOG("~DurationAnomalyTracker() called"); in ~DurationAnomalyTracker() 43 VLOG("Not setting anomaly alarm since it would fall in the refractory period."); in startAlarm()
|
D | subscriber_util.cpp | 31 VLOG("informSubscribers called."); in triggerSubscribers() 33 VLOG("No Subscriptions were associated."); in triggerSubscribers()
|
/frameworks/base/cmds/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 34 VLOG("creating SimpleConditionTracker %lld", (long long)mConditionId); in SimpleConditionTracker() 92 VLOG("~SimpleConditionTracker()"); in ~SimpleConditionTracker() 107 VLOG("%lld DUMP:", (long long)mConditionId); in dumpState() 109 VLOG("\t%s : %d", pair.first.toString().c_str(), pair.second); in dumpState() 112 VLOG("Changed to true keys: \n"); in dumpState() 114 VLOG("%s", key.toString().c_str()); in dumpState() 116 VLOG("Changed to false keys: \n"); in dumpState() 118 VLOG("%s", key.toString().c_str()); in dumpState() 226 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent() 239 VLOG("SimplePredicate %lld nonSlicedChange? %d", (long long)mConditionId, in handleConditionEvent() [all …]
|
D | CombinationConditionTracker.cpp | 30 VLOG("creating CombinationConditionTracker %lld", (long long)mConditionId); in CombinationConditionTracker() 34 VLOG("~CombinationConditionTracker() %lld", (long long)mConditionId); in ~CombinationConditionTracker() 42 VLOG("Combination predicate init() %lld", (long long)mConditionId); in init() 85 VLOG("Child initialization success %lld ", (long long)child); in init() 168 VLOG("CombinationPredicate %lld sliced may changed? %d", (long long)mConditionId, in evaluateCondition()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 135 VLOG("Could not find a broadcast receiver for %s", key.ToString().c_str()); in __anon24fc2e590602() 141 VLOG("Failed to send a broadcast for receiver %s", key.ToString().c_str()); in __anon24fc2e590602() 149 VLOG("Could not find receiver for uid %d", uid); in __anon24fc2e590702() 152 VLOG("StatsService::active configs broadcast succeeded for uid %d" , uid); in __anon24fc2e590702() 155 VLOG("StatsService::active configs broadcast failed for uid %d" , uid); in __anon24fc2e590702() 515 VLOG("Could not find receiver for %s, %s", args[1].c_str(), args[2].c_str()); in cmd_trigger_broadcast() 518 VLOG("StatsService::trigger broadcast succeeded to %s, %s", args[1].c_str(), in cmd_trigger_broadcast() 521 VLOG("StatsService::trigger broadcast failed to %s, %s", args[1].c_str(), args[2].c_str()); in cmd_trigger_broadcast() 550 VLOG("Reached end of args, or specify configs not set. Sending actual active configs,"); in cmd_trigger_active_config_broadcast() 562 VLOG("Adding config id %ld", static_cast<long>(configID)); in cmd_trigger_active_config_broadcast() [all …]
|
D | StatsLogProcessor.cpp | 462 VLOG("Active status changed for uid %d", uid); in OnLogEvent() 477 VLOG("StatsD would've sent an activation broadcast but the rate limit stopped us."); in OnLogEvent() 484 VLOG("StatsD sent activation notice for uid %d", uid); in OnLogEvent() 490 VLOG("StatsD sent EMPTY activation notice for uid %d", uid); in OnLogEvent() 520 VLOG("Updated configuration for key %s", key.ToString().c_str()); in OnConfigUpdatedLocked() 529 VLOG("StatsdConfig valid"); in OnConfigUpdatedLocked() 623 VLOG("output data size %zu", outData->size()); in onDumpReport() 684 VLOG("save history to disk"); in onConfigMetricsReportLocked() 769 VLOG("StatsD had to toss out metrics for %s", key.ToString().c_str()); in flushIfNecessaryLocked() 784 VLOG("StatsD would've sent a broadcast but the rate limit stopped us."); in flushIfNecessaryLocked() [all …]
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.cpp | 67 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() 175 VLOG(" duration: %lld", (long long)current_info.mDuration); in flushCurrentBucket() 199 VLOG(" add filling bucket with duration %lld", (long long)info.mDuration); in flushCurrentBucket() 236 VLOG("Key %s dont have condition key", key.toString().c_str()); in onSlicedConditionMayChange() 246 VLOG("Key %s started -> paused", key.toString().c_str()); in onSlicedConditionMayChange() [all …]
|
D | MaxDurationTracker.cpp | 70 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() 236 VLOG("key: %s, condition: %d", pair.first.toString().c_str(), conditionMet); in onSlicedConditionMayChange() 271 VLOG("MaxDurationTracker Key: %s Started->Paused ", key.toString().c_str()); in noteConditionChanged() 284 VLOG("MaxDurationTracker Key: %s Paused->Started", key.toString().c_str()); in noteConditionChanged()
|
/frameworks/base/cmds/statsd/src/external/ |
D | StatsPullerManager.cpp | 133 VLOG("Initiating pulling %d", tagId); in PullLocked() 140 VLOG("pulled %zu items", data->size()); in PullLocked() 155 VLOG("pulled %zu items", data->size()); in PullLocked() 174 VLOG("No need to set alarms. Skipping"); in updateAlarmLocked() 182 VLOG("StatsCompanionService not available. Alarm not set."); in updateAlarmLocked() 207 VLOG("Receiver already registered of %d", (int)receivers.size()); in RegisterReceiver() 229 VLOG("Updating next pull time %lld", (long long)mNextPullTimeNs); in RegisterReceiver() 233 VLOG("Puller for tagId %d registered of %d", tagId, (int)receivers.size()); in RegisterReceiver() 241 VLOG("Unknown pull code or no receivers: %d", tagId); in UnRegisterReceiver() 248 VLOG("Puller for tagId %d unregistered of %d", tagId, (int)receivers.size()); in UnRegisterReceiver() [all …]
|
D | StatsCallbackPuller.cpp | 42 VLOG("StatsCallbackPuller created for tag %d", tagId); in StatsCallbackPuller() 46 VLOG("StatsCallbackPuller called for tag %d", mTagId); in PullInternal() 108 VLOG("StatsCallbackPuller::pull succeeded for %d", mTagId); in PullInternal()
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_benchmarks.cpp | 239 VLOG(1) << "BenchmarkService::OnChannelCreate: cid=" in OnChannelOpen() 246 VLOG(1) << "BenchmarkService::OnChannelClose: cid=" in OnChannelClose() 255 VLOG(1) << "BenchmarkService::HandleMessage: op=nop"; in HandleMessage() 263 VLOG(1) << "BenchmarkService::HandleMessage: op=write send_length=" in HandleMessage() 282 VLOG(1) << "BenchmarkService::HandleMessage: op=read send_length=" in HandleMessage() 303 VLOG(1) << "BenchmarkService::HandleMessage: op=echo send_length=" in HandleMessage() 332 VLOG(1) << "BenchmarkService::HandleMessage: op=echo send_length=" in HandleMessage() 348 VLOG(1) << "BenchmarkService::HandleMessage: op=writevec send_length=" in HandleMessage() 357 VLOG(1) << "BenchmarkService::HandleMessage: op=echovec send_length=" in HandleMessage() 370 VLOG(1) << "BenchmarkService::HandleMessage: default case; op=" in HandleMessage() [all …]
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | ValueMetricProducer.cpp | 175 VLOG("value metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in ValueMetricProducer() 180 VLOG("~ValueMetricProducer() called"); in ~ValueMetricProducer() 189 VLOG("ValueMetric %lld onStateChanged time %lld, State %d, key %s, %d -> %d", in onStateChanged() 211 VLOG("Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onStateChanged() 228 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 251 VLOG("metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked() 311 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 363 VLOG("\t bucket [%lld - %lld] value %d: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 368 VLOG("\t bucket [%lld - %lld] value %d: %.2f", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 371 VLOG("Wrong value type for ValueMetric output: %d", value.getType()); in onDumpReportLocked() [all …]
|
D | MetricsManager.cpp | 172 VLOG("mIsActive is initialized to %d", mIsActive) in MetricsManager() 195 VLOG("~MetricsManager()"); in ~MetricsManager() 209 VLOG("Allowed uid %d", uid); in initLogSourceWhiteList() 336 VLOG("=========================Metric Reports Start=========================="); in onDumpReport() 369 VLOG("=========================Metric Reports End=========================="); in onDumpReport() 379 VLOG("log source %d not on the whitelist", event.GetUid()); in checkLogCredentials() 394 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the uid"); in eventSanityCheck() 402 VLOG("APP_BREADCRUMB_REPORTED has invalid uid: claimed %ld but caller is %d", in eventSanityCheck() 410 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the state field"); in eventSanityCheck() 413 VLOG("APP_BREADCRUMB_REPORTED does not have valid state %ld", appHookState); in eventSanityCheck() [all …]
|
D | CountMetricProducer.cpp | 116 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in CountMetricProducer() 121 VLOG("~CountMetricProducer() called"); in ~CountMetricProducer() 127 VLOG("CountMetric %lld onStateChanged time %lld, State%d, key %s, %d -> %d", in onStateChanged() 151 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 194 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 232 VLOG("\t bucket [%lld - %lld] count: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 253 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 312 VLOG("metric %lld %s->%lld", (long long)mMetricId, eventKey.toString().c_str(), in onMatchedLogEventInternalLocked() 330 VLOG("metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked() 348 VLOG("metric %lld, dump key value: %s -> %lld", (long long)mMetricId, in flushCurrentBucketLocked()
|
D | GaugeMetricProducer.cpp | 144 VLOG("Gauge metric %lld created. bucket size %lld start_time: %lld sliced %d", 150 VLOG("~GaugeMetricProducer() called"); in ~GaugeMetricProducer() 185 VLOG("Gauge metric %lld report now...", (long long)mMetricId); in onDumpReportLocked() 235 VLOG("Gauge dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 280 VLOG("Gauge \t bucket [%lld - %lld] includes %d atoms.", in onDumpReportLocked() 359 VLOG("GaugeMetric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 374 VLOG("GaugeMetric %lld onSlicedConditionMayChange overall condition %d", (long long)mMetricId, in onSlicedConditionMayChangeLocked() 462 VLOG("Gauge Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onMatchedLogEventInternalLocked() 539 VLOG("Gauge eventTime is %lld, less than next bucket start time %lld", in flushIfNeededLocked() 550 VLOG("Gauge metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked() [all …]
|
D | DurationMetricProducer.cpp | 137 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in DurationMetricProducer() 142 VLOG("~DurationMetric() called"); in ~DurationMetricProducer() 286 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 328 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 367 VLOG(" Duration metric, empty return"); in onDumpReportLocked() 385 VLOG("Duration metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked() 389 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 426 VLOG("\t bucket [%lld - %lld] duration: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 445 VLOG("flushing..........."); in flushIfNeededLocked() 458 VLOG("erase bucket for key %s", whatIt->first.toString().c_str()); in flushCurrentBucketLocked()
|
/frameworks/base/cmds/statsd/src/shell/ |
D | ShellSubscriber.cpp | 36 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()
|
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.cpp | 99 VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder with " << mInputs.size() in ExecutionBuilder() 362 VLOG(EXECUTION) << "getDuration(" << durationCode << "): " << *duration; in getDuration() 464 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull() 484 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial() 506 VLOG(EXECUTION) << "ExecutionBuilder::compute (from plan, iteratively)"; in asyncStartComputePartitioned() 514 VLOG(EXECUTION) << "looking for next StepExecutor"; in asyncStartComputePartitioned() 635 VLOG(EXECUTION) << "ExecutionBuilder::computeFenced (from plan, iteratively)"; in startComputeFenced() 645 VLOG(EXECUTION) << "looking for next StepExecutor"; in startComputeFenced() 711 VLOG(EXECUTION) << "Performing full fallback on the CPU."; in startComputeFenced() 716 VLOG(EXECUTION) << "syncWait failed, fd: " << syncFd; in startComputeFenced() [all …]
|
/frameworks/base/cmds/statsd/src/subscriber/ |
D | SubscriberReporter.cpp | 77 VLOG("SubscriberReporter::setBroadcastSubscriber called."); in setBroadcastSubscriber() 88 VLOG("SubscriberReporter::unsetBroadcastSubscriber called."); in unsetBroadcastSubscriber() 110 VLOG("SubscriberReporter::alertBroadcastSubscriber called."); in alertBroadcastSubscriber() 145 VLOG("SubscriberReporter::sendBroadcastLocked called."); in sendBroadcastLocked()
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 119 VLOG(DRIVER) << "getSupportedOperations"; in getSupportedOperations() 134 VLOG(DRIVER) << "getSupportedOperations_1_1"; in getSupportedOperations_1_1() 149 VLOG(DRIVER) << "getSupportedOperations_1_2"; in getSupportedOperations_1_2() 224 VLOG(DRIVER) << "getStatus()"; in getStatus() 248 VLOG(DRIVER) << "SampleDriver::allocate"; in allocate() 274 VLOG(DRIVER) << "SampleDriver::allocate -- type = " << toString(operand.type) in allocate() 298 VLOG(DRIVER) << "SampleDriver::allocate -- successfully allocates the requested memory"; in allocate() 481 VLOG(DRIVER) << "executor.run returned " << n; in asyncExecute() 497 VLOG(DRIVER) << "SampleDriver::asyncExecute timing = " << toString(timing); in asyncExecute() 512 VLOG(DRIVER) << "executeBase(" << SHOW_IF_DEBUG(toString(request)) << ")"; in executeBase() [all …]
|