/frameworks/base/cmds/incidentd/src/ |
D | FdBuffer.cpp | 56 VLOG("Truncating data"); in read() 60 VLOG("No memory"); in read() 66 VLOG("timed out due to long read"); in read() 73 VLOG("timed out due to block calling poll"); in read() 77 VLOG("poll failed: %s", strerror(errno)); in read() 81 VLOG("return event has error %s", strerror(errno)); in read() 90 VLOG("Fail to read %d: %s", fd, strerror(errno)); in read() 94 VLOG("Reached EOF of fd=%d", fd); in read() 112 VLOG("Truncating data"); in readFully() 116 VLOG("No memory"); in readFully() [all …]
|
/frameworks/base/cmds/statsd/src/shell/ |
D | ShellSubscriber.cpp | 34 VLOG("start new shell subscription"); in startNewSubscription() 38 VLOG("Only one shell subscriber is allowed."); in startNewSubscription() 53 VLOG("timeout : %d", timeoutSec); in startNewSubscription() 56 VLOG("Now wait for client to exit"); in startNewSubscription() 74 VLOG("adding matcher for atom %d", pushed.atom_id()); in updateConfig() 88 VLOG("adding matcher for pulled atom %d", pulled.matcher().atom_id()); in updateConfig() 105 VLOG("%s", event->ToString().c_str()); in writeToOutputLocked() 107 VLOG("matched"); in writeToOutputLocked() 120 VLOG("%d atoms, proto size: %zu", count, bufferSize); in writeToOutputLocked() 133 VLOG("Pulling thread %lld done!", (long long)token); in startPull() [all …]
|
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.cpp | 106 VLOG("Attempt to access %s but failed", file); in writeFile() 113 VLOG("Successfully wrote %s", file); in writeFile() 120 VLOG("Failed to chown %s to statsd", file); in writeFile() 134 VLOG("Attempt to access %s but failed", TRAIN_INFO_PATH); in writeTrainInfo() 143 VLOG("Failed to wrtie train info magic"); in writeTrainInfo() 152 VLOG("Failed to wrtie train version code"); in writeTrainInfo() 162 VLOG("Failed to write train name size"); in writeTrainInfo() 170 VLOG("Failed to write train name"); in writeTrainInfo() 179 VLOG("Failed to write status"); in writeTrainInfo() 189 VLOG("Failed to write experiment id count"); in writeTrainInfo() [all …]
|
/frameworks/base/cmds/statsd/src/anomaly/ |
D | AlarmMonitor.cpp | 42 VLOG("Erasing link to statsCompanionService"); in setStatsCompanionService() 45 VLOG("Creating link to statsCompanionService"); in setStatsCompanionService() 64 VLOG("Adding alarm with time %u", alarm->timestampSec); in add() 78 VLOG("Removing alarm with time %u", alarm->timestampSec); in remove() 82 VLOG("Queue is empty. Cancel any alarm."); in remove() 87 VLOG("Soonest alarm is %u", soonestAlarmTimeSec); in remove() 97 VLOG("Removing alarms with time <= %u", timestampSec); in popSoonerThan() 109 VLOG("Queue is empty. Cancel any alarm."); in popSoonerThan() 120 VLOG("Updating reg alarm time to %u", timestampSec); in updateRegisteredAlarmTime_l() 126 VLOG("Cancelling reg alarm."); in cancelRegisteredAlarmTime_l()
|
D | AlarmTracker.cpp | 40 VLOG("AlarmTracker() called"); in AlarmTracker() 46 VLOG("AlarmTracker sets the periodic alarm at: %lld", (long long)mAlarmSec); in AlarmTracker() 53 VLOG("~AlarmTracker() called"); in ~AlarmTracker() 80 VLOG("AlarmTracker triggers the subscribers."); in informAlarmsFired() 87 VLOG("AlarmTracker sets the periodic alarm at: %lld", (long long)mAlarmSec); in informAlarmsFired()
|
D | AnomalyTracker.cpp | 37 VLOG("AnomalyTracker() called"); in AnomalyTracker() 50 VLOG("~AnomalyTracker() called"); in ~AnomalyTracker() 54 VLOG("resetStorage() called."); in resetStorage() 69 VLOG("advanceMostRecentBucketTo() called."); in advanceMostRecentBucketTo() 97 VLOG("addPastBucket(bucketValue) called."); in addPastBucket() 126 VLOG("addPastBucket(bucket) called."); in addPastBucket() 216 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()
|
/frameworks/base/cmds/statsd/src/condition/ |
D | StateTracker.cpp | 73 VLOG("~StateTracker()"); in ~StateTracker() 84 VLOG("StateTracker %lld DUMP:", (long long)mConditionId); in dumpState() 86 VLOG("\t%s -> %s", value.first.toString().c_str(), value.second.toString().c_str()); in dumpState() 88 VLOG("Last Changed to True: "); in dumpState() 90 VLOG("%s", value.toString().c_str()); in dumpState() 92 VLOG("Last Changed to False: "); in dumpState() 94 VLOG("%s", value.toString().c_str()); in dumpState() 126 VLOG("Yes, already evaluated, %lld %d", (long long)mConditionId, conditionCache[mIndex]); in evaluateCondition() 138 VLOG("StateTracker evaluate event %s", event.ToString().c_str()); in evaluateCondition() 154 VLOG("StateTracker: key %s state %s", primaryKey.toString().c_str(), state.toString().c_str()); in evaluateCondition() [all …]
|
D | SimpleConditionTracker.cpp | 34 VLOG("creating SimpleConditionTracker %lld", (long long)mConditionId); in SimpleConditionTracker() 98 VLOG("~SimpleConditionTracker()"); in ~SimpleConditionTracker() 111 VLOG("%lld DUMP:", (long long)mConditionId); in dumpState() 113 VLOG("\t%s : %d", pair.first.toString().c_str(), pair.second); in dumpState() 116 VLOG("Changed to true keys: \n"); in dumpState() 118 VLOG("%s", key.toString().c_str()); in dumpState() 120 VLOG("Changed to false keys: \n"); in dumpState() 122 VLOG("%s", key.toString().c_str()); in dumpState() 233 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent() 246 VLOG("SimplePredicate %lld nonSlicedChange? %d", (long long)mConditionId, in handleConditionEvent() [all …]
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.cpp | 79 VLOG("record first start...."); in noteStart() 90 VLOG("Oring: %s start, condition %d", key.toString().c_str(), condition); in noteStart() 95 VLOG("Oring: %s stop", key.toString().c_str()); in noteStop() 106 VLOG("record duration %lld, total %lld ", (long long)timestamp - mLastStartTime, in noteStop() 127 VLOG("Oring Stop all: record duration %lld %lld ", (long long)timestamp - mLastStartTime, in noteStopAll() 141 VLOG("OringDurationTracker Flushing............."); in flushCurrentBucket() 169 VLOG(" duration: %lld", (long long)current_info.mDuration); in flushCurrentBucket() 187 VLOG(" add filling bucket with duration %lld", (long long)info.mDuration); in flushCurrentBucket() 226 VLOG("Key %s dont have condition key", key.toString().c_str()); in onSlicedConditionMayChange() 243 VLOG("Key %s started -> paused", key.toString().c_str()); in onSlicedConditionMayChange() [all …]
|
D | MaxDurationTracker.cpp | 93 VLOG("MaxDuration: key %s start condition %d", key.toString().c_str(), condition); in noteStart() 119 VLOG("MaxDuration: key %s stop", key.toString().c_str()); in noteStop() 136 VLOG("Max, key %s, Stop %lld %lld %lld", key.toString().c_str(), in noteStop() 145 VLOG(" record duration: %lld ", (long long)duration.lastDuration); in noteStop() 160 VLOG("Max: new max duration: %lld", (long long)mDuration); in noteStop() 191 VLOG("MaxDurationTracker flushing....."); in flushCurrentBucket() 225 VLOG(" final duration for last bucket: %lld", (long long)mDuration); in flushCurrentBucket() 266 VLOG("key: %s, condition: %d", pair.first.toString().c_str(), conditionMet); in onSlicedConditionMayChange() 296 VLOG("MaxDurationTracker Key: %s Started->Paused ", key.toString().c_str()); in noteConditionChanged() 309 VLOG("MaxDurationTracker Key: %s Paused->Started", key.toString().c_str()); in noteConditionChanged()
|
/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 | MetricsManager.cpp | 136 VLOG("mIsActive is initialized to %d", mIsActive) in MetricsManager() 152 VLOG("~MetricsManager()"); in ~MetricsManager() 166 VLOG("Allowed uid %d", uid); in initLogSourceWhiteList() 241 VLOG("=========================Metric Reports Start=========================="); in onDumpReport() 270 VLOG("=========================Metric Reports End=========================="); in onDumpReport() 282 VLOG("log source %d not on the whitelist", event.GetUid()); in checkLogCredentials() 297 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the uid"); in eventSanityCheck() 302 VLOG("APP_BREADCRUMB_REPORTED has invalid uid: claimed %ld but caller is %d", in eventSanityCheck() 310 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the state field"); in eventSanityCheck() 313 VLOG("APP_BREADCRUMB_REPORTED does not have valid state %ld", appHookState); in eventSanityCheck() [all …]
|
D | ValueMetricProducer.cpp | 158 VLOG("value metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in ValueMetricProducer() 163 VLOG("~ValueMetricProducer() called"); in ~ValueMetricProducer() 181 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 206 VLOG("metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked() 263 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 319 VLOG("\t bucket [%lld - %lld] value %d: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 324 VLOG("\t bucket [%lld - %lld] value %d: %.2f", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 327 VLOG("Wrong value type for ValueMetric output: %d", value.getType()); in onDumpReportLocked() 337 VLOG("metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked() 409 VLOG("Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onConditionChangedLocked() [all …]
|
D | CountMetricProducer.cpp | 109 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in CountMetricProducer() 114 VLOG("~CountMetricProducer() called"); in ~CountMetricProducer() 137 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 187 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 231 VLOG("\t bucket [%lld - %lld] count: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 252 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 310 VLOG("metric %lld %s->%lld", (long long)mMetricId, eventKey.toString().c_str(), in onMatchedLogEventInternalLocked() 328 VLOG("metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked() 346 VLOG("metric %lld, dump key value: %s -> %lld", (long long)mMetricId, in flushCurrentBucketLocked()
|
D | GaugeMetricProducer.cpp | 143 VLOG("Gauge metric %lld created. bucket size %lld start_time: %lld sliced %d", in GaugeMetricProducer() 149 VLOG("~GaugeMetricProducer() called"); in ~GaugeMetricProducer() 185 VLOG("Gauge metric %lld report now...", (long long)mMetricId); in onDumpReportLocked() 233 VLOG("Gauge dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 293 VLOG("Gauge \t bucket [%lld - %lld] includes %d atoms.", in onDumpReportLocked() 373 VLOG("GaugeMetric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 388 VLOG("GaugeMetric %lld onSlicedConditionMayChange overall condition %d", (long long)mMetricId, in onSlicedConditionMayChangeLocked() 468 VLOG("Gauge Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onMatchedLogEventInternalLocked() 543 VLOG("Gauge eventTime is %lld, less than next bucket start time %lld", in flushIfNeededLocked() 554 VLOG("Gauge metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked() [all …]
|
D | EventMetricProducer.cpp | 70 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in EventMetricProducer() 75 VLOG("~EventMetricProducer() called"); in ~EventMetricProducer() 121 VLOG("metric %lld dump report now... proto size: %zu ", in onDumpReportLocked() 135 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 170 VLOG("Could not find StatsCompanionService"); in __anon24fc2e590502() 173 VLOG("Statscompanion could not find a broadcast receiver for %s", in __anon24fc2e590502() 185 VLOG("Could not access statsCompanion"); in __anon24fc2e590602() 188 VLOG("Could not find receiver for uid %d", uid); in __anon24fc2e590602() 192 VLOG("StatsService::active configs broadcast succeeded for uid %d" , uid); in __anon24fc2e590602() 574 VLOG("Could not access statsCompanion"); in cmd_trigger_broadcast() 576 VLOG("Could not find receiver for %s, %s", args[1].c_str(), args[2].c_str()) in cmd_trigger_broadcast() 579 VLOG("StatsService::trigger broadcast succeeded to %s, %s", args[1].c_str(), in cmd_trigger_broadcast() 609 VLOG("Reached end of args, or specify configs not set. Sending actual active configs,"); in cmd_trigger_active_config_broadcast() 621 VLOG("Adding config id %ld", static_cast<long>(configID)); in cmd_trigger_active_config_broadcast() [all …]
|
D | StatsLogProcessor.cpp | 255 VLOG("Active status changed for uid %d", uid); in OnLogEvent() 269 VLOG("StatsD would've sent an activation broadcast but the rate limit stopped us."); in OnLogEvent() 276 VLOG("StatsD sent activation notice for uid %d", uid); in OnLogEvent() 282 VLOG("StatsD sent EMPTY activation notice for uid %d", uid); in OnLogEvent() 312 VLOG("Updated configuration for key %s", key.ToString().c_str()); in OnConfigUpdatedLocked() 320 VLOG("StatsdConfig valid"); in OnConfigUpdatedLocked() 412 VLOG("output data size %zu", outData->size()); in onDumpReport() 473 VLOG("save history to disk"); in onConfigMetricsReportLocked() 557 VLOG("StatsD had to toss out metrics for %s", key.ToString().c_str()); in flushIfNecessaryLocked() 571 VLOG("StatsD would've sent a broadcast but the rate limit stopped us."); in flushIfNecessaryLocked() [all …]
|
/frameworks/base/cmds/statsd/src/external/ |
D | StatsPullerManager.cpp | 278 VLOG("Initiating pulling %d", tagId); in Pull() 282 VLOG("pulled %d items", (int)data->size()); in Pull() 288 VLOG("Unknown tagId %d", tagId); in Pull() 300 VLOG("No need to set alarms. Skipping"); in updateAlarmLocked() 308 VLOG("StatsCompanionService not available. Alarm not set."); in updateAlarmLocked() 332 VLOG("Receiver already registered of %d", (int)receivers.size()); in RegisterReceiver() 354 VLOG("Updating next pull time %lld", (long long)mNextPullTimeNs); in RegisterReceiver() 358 VLOG("Puller for tagId %d registered of %d", tagId, (int)receivers.size()); in RegisterReceiver() 364 VLOG("Unknown pull code or no receivers: %d", tagId); in UnRegisterReceiver() 371 VLOG("Puller for tagId %d unregistered of %d", tagId, (int)receivers.size()); in UnRegisterReceiver() [all …]
|
D | StatsCallbackPuller.cpp | 34 VLOG("StatsCallbackPuller created for tag %d", tagId); in StatsCallbackPuller() 38 VLOG("StatsCallbackPuller called for tag %d", mTagId) in PullInternal() 55 VLOG("StatsCallbackPuller::pull succeeded for %d", mTagId); in PullInternal()
|
/frameworks/base/cmds/statsd/src/subscriber/ |
D | SubscriberReporter.cpp | 34 VLOG("SubscriberReporter::setBroadcastSubscriber called."); in setBroadcastSubscriber() 41 VLOG("SubscriberReporter::unsetBroadcastSubscriber called."); in unsetBroadcastSubscriber() 53 VLOG("SubscriberReporter::removeConfig called."); in removeConfig() 69 VLOG("SubscriberReporter::alertBroadcastSubscriber called."); in alertBroadcastSubscriber() 104 VLOG("SubscriberReporter::sendBroadcastLocked called."); in sendBroadcastLocked()
|
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.cpp | 97 VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder with " << mInputs.size() in ExecutionBuilder() 360 VLOG(EXECUTION) << "getDuration(" << durationCode << "): " << *duration; in getDuration() 462 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull() 482 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial() 504 VLOG(EXECUTION) << "ExecutionBuilder::compute (from plan, iteratively)"; in asyncStartComputePartitioned() 512 VLOG(EXECUTION) << "looking for next StepExecutor"; in asyncStartComputePartitioned() 633 VLOG(EXECUTION) << "ExecutionBuilder::computeFenced (from plan, iteratively)"; in startComputeFenced() 643 VLOG(EXECUTION) << "looking for next StepExecutor"; in startComputeFenced() 709 VLOG(EXECUTION) << "Performing full fallback on the CPU."; in startComputeFenced() 714 VLOG(EXECUTION) << "syncWait failed, fd: " << syncFd; in startComputeFenced() [all …]
|
D | ExecutionPlan.cpp | 432 VLOG(COMPILATION) << "ExecutionStep::finishStepModel, step " << mIndex; in logStepModel() 448 VLOG(COMPILATION) << name << ": " << toLog; in logStepModel() 455 VLOG(COMPILATION) << name << ": " << toLog; in logStepModel() 487 VLOG(COMPILATION) << "StepModelOutput (operand#" << toString(stepModelOutput.first) in finishStepModel() 565 VLOG(COMPILATION) << "ExecutionStep::finishStepModel, compilation on " << mDevice->getName(); in finishStepModel() 572 VLOG(COMPILATION) << "Step#" << mIndex << ": execute on " << mDevice->getName(); in dump() 600 VLOG(COMPILATION) << toString(*step); in dump() 602 VLOG(COMPILATION) << toString(*step); in dump() 604 VLOG(COMPILATION) << toString(*step); in dump() 635 VLOG(COMPILATION) in finish() [all …]
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 118 VLOG(DRIVER) << "getSupportedOperations"; in getSupportedOperations() 133 VLOG(DRIVER) << "getSupportedOperations_1_1"; in getSupportedOperations_1_1() 148 VLOG(DRIVER) << "getSupportedOperations_1_2"; in getSupportedOperations_1_2() 223 VLOG(DRIVER) << "getStatus()"; in getStatus() 247 VLOG(DRIVER) << "SampleDriver::allocate"; in allocate() 273 VLOG(DRIVER) << "SampleDriver::allocate -- type = " << toString(operand.type) in allocate() 297 VLOG(DRIVER) << "SampleDriver::allocate -- successfully allocates the requested memory"; in allocate() 480 VLOG(DRIVER) << "executor.run returned " << n; in asyncExecute() 496 VLOG(DRIVER) << "SampleDriver::asyncExecute timing = " << toString(timing); in asyncExecute() 511 VLOG(DRIVER) << "executeBase(" << SHOW_IF_DEBUG(toString(request)) << ")"; in executeBase() [all …]
|