/packages/modules/StatsD/statsd/src/storage/ |
D | StorageManager.cpp | 80 VLOG("Path %s does not exist", TRAIN_INFO_DIR); in findTrainInfoFileNameLocked() 138 VLOG("Attempt to access %s but failed", file); in writeFile() 145 VLOG("Successfully wrote %s", file); in writeFile() 152 VLOG("Failed to chown %s to statsd", file); in writeFile() 172 VLOG("Attempt to access %s but failed", fileName.c_str()); in writeTrainInfo() 180 VLOG("Failed to wrtie train info magic"); in writeTrainInfo() 189 VLOG("Failed to wrtie train version code"); in writeTrainInfo() 199 VLOG("Failed to write train name size"); in writeTrainInfo() 207 VLOG("Failed to write train name"); in writeTrainInfo() 216 VLOG("Failed to write status"); in writeTrainInfo() [all …]
|
/packages/modules/StatsD/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() 92 VLOG("AlarmTracker sets the periodic alarm at: %lld", (long long)mAlarmSec); in informAlarmsFired()
|
D | AnomalyTracker.cpp | 39 VLOG("AnomalyTracker() called"); in AnomalyTracker() 44 VLOG("~AnomalyTracker() called"); in ~AnomalyTracker() 52 VLOG("resetStorage() called."); in resetStorage() 67 VLOG("advanceMostRecentBucketTo() called."); in advanceMostRecentBucketTo() 94 VLOG("addPastBucket(bucketValue) called."); in addPastBucket() 123 VLOG("addPastBucket(bucket) called."); in addPastBucket() 210 VLOG("Skipping anomaly declaration since within refractory period"); in declareAnomaly()
|
/packages/modules/StatsD/statsd/src/shell/ |
D | ShellSubscriber.cpp | 49 VLOG("ShellSubscriber: new subscription has come in"); in startNewSubscription() 64 VLOG("ShellSubscriber: new subscription has come in"); in startNewSubscription() 98 VLOG("ShellSubscriber: helper thread starting"); in pullAndSendHeartbeats() 113 VLOG("ShellSubscriber: removing client!"); in pullAndSendHeartbeats() 121 VLOG("ShellSubscriber: helper thread done!"); in pullAndSendHeartbeats() 124 VLOG("ShellSubscriber: helper thread sleeping for %" PRId64 "ms", sleepTimeMs); in pullAndSendHeartbeats() 145 VLOG("ShellSubscriber: removing client!"); in onLogEvent() 164 VLOG("ShellSubscriber: removing client!"); in flushSubscription() 186 VLOG("ShellSubscriber: removing client!"); in unsubscribe() 201 VLOG("ShellSubscriber: Updating allAtomIds"); in updateLogEventFilterLocked() [all …]
|
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.cpp | 76 VLOG("record first start...."); in noteStart() 87 VLOG("Oring: %s start, condition %d", key.toString().c_str(), condition); in noteStart() 92 VLOG("Oring: %s stop", key.toString().c_str()); in noteStop() 106 VLOG("record duration %lld, total duration %lld for state key %s", in noteStop() 129 VLOG("Oring Stop all: record duration %lld, total duration %lld for state key %s", in noteStopAll() 147 VLOG("OringDurationTracker Flushing............."); in flushCurrentBucket() 186 VLOG(" duration: %lld", (long long)current_info.mDuration); in flushCurrentBucket() 188 VLOG(" duration: %lld does not pass set threshold", in flushCurrentBucket() 216 VLOG(" add filling bucket with duration %lld", (long long)info.mDuration); in flushCurrentBucket() 259 VLOG("Key %s dont have condition key", key.toString().c_str()); in onSlicedConditionMayChange() [all …]
|
D | MaxDurationTracker.cpp | 77 VLOG("MaxDuration: key %s start condition %d", key.toString().c_str(), condition); in noteStart() 102 VLOG("MaxDuration: key %s stop", key.toString().c_str()); in noteStop() 119 VLOG("Max, key %s, Stop %lld %lld %lld", key.toString().c_str(), in noteStop() 128 VLOG(" record duration: %lld ", (long long)duration.lastDuration); in noteStop() 143 VLOG("Max: new max duration: %lld", (long long)mDuration); in noteStop() 181 VLOG("MaxDurationTracker flushing....."); in flushCurrentBucket() 216 VLOG(" final duration for last bucket: %lld", (long long)mDuration); in flushCurrentBucket() 218 VLOG(" duration: %lld does not pass set threshold", (long long)mDuration); in flushCurrentBucket() 255 VLOG("key: %s, condition: %d", pair.first.toString().c_str(), conditionMet); in onSlicedConditionMayChange() 290 VLOG("MaxDurationTracker Key: %s Started->Paused ", key.toString().c_str()); in noteConditionChanged() [all …]
|
/packages/modules/StatsD/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 36 VLOG("creating SimpleConditionTracker %lld", (long long)mConditionId); in SimpleConditionTracker() 56 VLOG("~SimpleConditionTracker()"); in ~SimpleConditionTracker() 132 VLOG("%lld DUMP:", (long long)mConditionId); in dumpState() 134 VLOG("\t%s : %d", pair.first.toString().c_str(), pair.second); in dumpState() 137 VLOG("Changed to true keys: \n"); in dumpState() 139 VLOG("%s", key.toString().c_str()); in dumpState() 141 VLOG("Changed to false keys: \n"); in dumpState() 143 VLOG("%s", key.toString().c_str()); in dumpState() 251 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent() 264 VLOG("SimplePredicate %lld nonSlicedChange? %d", (long long)mConditionId, in handleConditionEvent() [all …]
|
D | CombinationConditionTracker.cpp | 31 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() 109 VLOG("Child initialization success %lld ", (long long)child); in init() 242 VLOG("CombinationPredicate %lld sliced may changed? %d", (long long)mConditionId, in evaluateCondition()
|
/packages/modules/StatsD/statsd/src/ |
D | StatsService.cpp | 169 VLOG("Could not find a broadcast receiver for %s", key.ToString().c_str()); in __anon3b4d5f610602() 180 VLOG("Failed to send a broadcast for receiver %s", key.ToString().c_str()); in __anon3b4d5f610602() 187 VLOG("Could not find receiver for uid %d", uid); in __anon3b4d5f610702() 192 VLOG("StatsService::active configs broadcast succeeded for uid %d" , uid); in __anon3b4d5f610702() 199 VLOG("StatsService::active configs broadcast failed for uid %d", uid); in __anon3b4d5f610702() 586 VLOG("Could not find receiver for %s, %s", args[1].c_str(), args[2].c_str()); in cmd_trigger_broadcast() 589 VLOG("StatsService::trigger broadcast succeeded to %s, %s", args[1].c_str(), in cmd_trigger_broadcast() 592 VLOG("StatsService::trigger broadcast failed to %s, %s", args[1].c_str(), args[2].c_str()); in cmd_trigger_broadcast() 621 VLOG("Reached end of args, or specify configs not set. Sending actual active configs,"); in cmd_trigger_active_config_broadcast() 633 VLOG("Adding config id %ld", static_cast<long>(configID)); in cmd_trigger_active_config_broadcast() [all …]
|
D | StatsLogProcessor.cpp | 448 VLOG("informing anomaly alarm at time %lld", (long long)elapsedRealtimeNs); in OnLogEvent() 496 VLOG("Active status changed for uid %d", uid); in OnLogEvent() 511 VLOG("StatsD would've sent an activation broadcast but the rate limit stopped us."); in OnLogEvent() 518 VLOG("StatsD sent activation notice for uid %d", uid); in OnLogEvent() 524 VLOG("StatsD sent EMPTY activation notice for uid %d", uid); in OnLogEvent() 560 VLOG("Updated configuration for key %s", key.ToString().c_str()); in OnConfigUpdatedLocked() 602 VLOG("StatsdConfig valid"); in OnConfigUpdatedLocked() 669 VLOG("Unexpected call to StatsLogProcessor::onDumpReport for restricted metrics."); in onDumpReport() 734 VLOG("output data size %zu", outData->size()); in onDumpReport() 765 VLOG("Unexpected call to StatsLogProcessor::onConfigMetricsReportLocked for restricted " in onConfigMetricsReportLocked() [all …]
|
/packages/modules/StatsD/statsd/src/external/ |
D | StatsPullerManager.cpp | 92 VLOG("Initiating pulling %d", tagId); in PullLocked() 98 VLOG("pulled %zu items", data->size()); in PullLocked() 126 VLOG("No need to set alarms. Skipping"); in updateAlarmLocked() 134 VLOG("StatsCompanionService not available. Alarm not set."); in updateAlarmLocked() 159 VLOG("Receiver already registered of %d", (int)receivers.size()); in RegisterReceiver() 181 VLOG("Updating next pull time %lld", (long long)mNextPullTimeNs); in RegisterReceiver() 185 VLOG("Puller for tagId %d registered of %d", tagId, (int)receivers.size()); in RegisterReceiver() 193 VLOG("Unknown pull code or no receivers: %d", tagId); in UnRegisterReceiver() 200 VLOG("Puller for tagId %d unregistered of %d", tagId, (int)receivers.size()); in UnRegisterReceiver() 263 VLOG("pull failed at %lld, will try again later", (long long)elapsedTimeNs); in OnAlarmFired() [all …]
|
/packages/modules/adb/client/ |
D | usb_libusb.cpp | 324 VLOG(USB) << "USB write: " << dump_header(&packet->msg); in Write() 346 VLOG(USB) << "submitting zero transfer for payload length " << payload_length; in Write() 370 VLOG(USB) << "skipping device with incorrect class at " << device_address_; in FindInterface() 400 VLOG(USB) << "skipping non-adb interface at " << device_address_ << " (interface " in FindInterface() 413 VLOG(USB) << "found potential adb interface at " << device_address_ << " (interface " in FindInterface() 452 VLOG(USB) << "rejecting potential adb interface at " << device_address_ in FindInterface() 620 VLOG(USB) << "successfully opened adb device at " << device_address_ << ", " in OpenDevice() 743 VLOG(USB) << "registered new usb device '" << serial_ << "'"; in StartImpl() 783 VLOG(USB) << "resetting " << transport_->serial_name(); in Reset() 819 VLOG(USB) << "ignoring device " << connection->GetUsbDeviceAddress() in Create() [all …]
|
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionBuilder.cpp | 160 VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder with " << mInputs.size() in ExecutionBuilder() 413 VLOG(EXECUTION) << "getDuration(" << durationCode << "): " << *duration; in getDuration() 646 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull() 667 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial() 685 VLOG(EXECUTION) << "SimpleExecutionBuilder::computeInternal"; in computeInternal() 721 VLOG(EXECUTION) << "CompoundExecutionBuilder::computeInternal (from plan, iteratively)"; in computeInternal() 731 VLOG(EXECUTION) << "looking for next StepExecutor"; in computeInternal() 770 VLOG(EXECUTION) << "updateOutputShapes.zeroSizedInput"; in computeInternal() 779 VLOG(EXECUTION) << "OUTPUT_INSUFFICIENT_SIZE: " << toString(updateOutputShapes); in computeInternal() 827 VLOG(EXECUTION) << "fallbackUpdateOutputShapes.zeroSizedInput"; in computeInternal() [all …]
|
D | ExecutionPlan.cpp | 313 VLOG(EXECUTION) << "DynamicTemporaries: \"" << context << "\""; in vlogDump() 316 VLOG(EXECUTION) << "DynamicTemporaries: sourceOperandIndex = " << toString(temp.first) in vlogDump() 329 VLOG(EXECUTION) << "DynamicTemporaries::declare(sourceOperandIndex = " in declare() 347 VLOG(EXECUTION) << "DynamicTemporaries::redeclare(sourceOperandIndex = " in redeclare() 375 VLOG(EXECUTION) << "DynamicTemporaries::allocate(stepIndex = " << stepIndex << ")"; in allocate() 662 VLOG(COMPILATION) in findModelOutputsThatAreDownstreamInputs() 716 VLOG(COMPILATION) << "ExecutionStep(" << mIndex << ")::declareModelOutputIsDownstreamInput(" in declareModelOutputIsDownstreamInput() 737 VLOG(COMPILATION) << "ExecutionStep::finishStepModel, step " << mIndex; in logStepModel() 753 VLOG(COMPILATION) << name << ": " << toLog; in logStepModel() 760 VLOG(COMPILATION) << name << ": " << toLog; in logStepModel() [all …]
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | ValueMetricProducer.cpp | 152 VLOG("~ValueMetricProducer() called"); in ~ValueMetricProducer() 258 VLOG("ValueMetricProducer %lld onStateChanged time %lld, State %d, key %s, %d -> %d", in onStateChanged() 280 VLOG("Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onStateChanged() 301 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 326 VLOG("metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked() 400 VLOG(" dimension key %s", metricDimensionKey.toString().c_str()); in onDumpReportLocked() 461 VLOG("\t bucket [%lld - %lld]", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 473 VLOG("metric %lld done with dump report...", (long long)mMetricId); in onDumpReportLocked() 558 VLOG("Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onConditionChangedLocked() 686 VLOG("ValueMetric skip event with primary key %s because state change primary key " in onMatchedLogEventInternalLocked() [all …]
|
D | CountMetricProducer.cpp | 132 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)mMetricId, in CountMetricProducer() 137 VLOG("~CountMetricProducer() called"); in ~CountMetricProducer() 189 VLOG("CountMetric %lld onStateChanged time %lld, State%d, key %s, %d -> %d", in onStateChanged() 213 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 264 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 311 VLOG("\t bucket [%lld - %lld] count: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 335 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 404 VLOG("metric %lld %s->%lld", (long long)mMetricId, eventKey.toString().c_str(), in onMatchedLogEventInternalLocked() 422 VLOG("metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked() 469 VLOG("metric %lld, dump key value: %s -> %lld", (long long)mMetricId, in flushCurrentBucketLocked()
|
D | DurationMetricProducer.cpp | 168 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)mMetricId, in DurationMetricProducer() 178 VLOG("~DurationMetric() called"); in ~DurationMetricProducer() 441 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 485 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 524 VLOG(" Duration metric, empty return"); in onDumpReportLocked() 549 VLOG("Duration metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked() 553 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 599 VLOG("\t bucket [%lld - %lld] duration: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 618 VLOG("flushing..........."); in flushIfNeededLocked() 635 VLOG("erase bucket for key %s", whatIt->first.toString().c_str()); in flushCurrentBucketLocked() [all …]
|
D | GaugeMetricProducer.cpp | 150 VLOG("Gauge metric %lld created. bucket size %lld start_time: %lld sliced %d", 155 VLOG("~GaugeMetricProducer() called"); in ~GaugeMetricProducer() 256 VLOG("Gauge metric %lld report now...", (long long)mMetricId); in onDumpReportLocked() 314 VLOG("Gauge dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 365 VLOG("Gauge \t bucket [%lld - %lld] includes %d atoms.", in onDumpReportLocked() 447 VLOG("GaugeMetric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 463 VLOG("GaugeMetric %lld onSlicedConditionMayChange overall condition %d", (long long)mMetricId, in onSlicedConditionMayChangeLocked() 563 VLOG("Gauge Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onMatchedLogEventInternalLocked() 644 VLOG("Gauge eventTime is %lld, less than next bucket start time %lld", in flushIfNeededLocked() 655 VLOG("Gauge metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked() [all …]
|
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriverAidlUtils.cpp | 96 VLOG(DRIVER) << "invalid model passed to prepareModelBase"; in prepareModelBase() 102 VLOG(DRIVER) << "prepareModelBase"; in prepareModelBase() 108 VLOG(DRIVER) << log_message; in prepareModelBase() 115 VLOG(DRIVER) << log_message; in prepareModelBase() 121 VLOG(DRIVER) << "model is not fully supported"; in prepareModelBase()
|
/packages/modules/StatsD/statsd/src/subscriber/ |
D | SubscriberReporter.cpp | 61 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()
|
/packages/modules/NeuralNetworks/driver/sample_hidl/ |
D | SampleDriver.cpp | 116 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() 480 VLOG(DRIVER) << "executor.run returned " << n; in asyncExecute() 497 VLOG(DRIVER) << "SampleDriver::asyncExecute timing = " << toString(timing); in asyncExecute() 513 VLOG(DRIVER) << "executeBase(" << SHOW_IF_DEBUG(toString(request)) << ")"; in executeBase() [all …]
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | CanonicalPreparedModel.cpp | 135 VLOG(DRIVER) << "sample::PreparedModel::execute(" << SHOW_IF_DEBUG(request) << ")"; in execute() 165 VLOG(DRIVER) << "executor.run returned " << n; in execute() 183 VLOG(DRIVER) << "sample::PreparedModel::execute timing = " << timing; in execute() 197 VLOG(DRIVER) << "executeFenced(" << SHOW_IF_DEBUG(request) << ")"; in executeFenced() 252 VLOG(DRIVER) << "executor.run returned " << n; in executeFenced() 276 VLOG(DRIVER) << "executeFenced timingSinceLaunch = " << timingSinceLaunch; in executeFenced() 277 VLOG(DRIVER) << "executeFenced timingAfterFence = " << timingAfterFence; in executeFenced()
|
D | CanonicalDevice.cpp | 139 VLOG(DRIVER) << "sample::Device::getSupportedOperations"; in getSupportedOperations() 165 VLOG(DRIVER) << "sample::Device::prepareModel"; in prepareModel() 210 VLOG(DRIVER) << "sample::Device::allocate"; in allocate() 236 VLOG(DRIVER) << "sample::Device::allocate -- type = " << operand.type in allocate() 256 VLOG(DRIVER) << "sample::Device::allocate -- successfully allocates the requested memory"; in allocate()
|
/packages/modules/StatsD/statsd/src/state/ |
D | StateTracker.cpp | 57 VLOG("StateTracker new reset state: %d", resetState); in onLogEvent() 85 VLOG("StateTracker did not find state value for query key %s", queryKey.toString().c_str()); in getStateValue() 90 VLOG("StateTracker handle reset"); in handleReset() 100 VLOG("StateTracker clear state for primary key"); in clearStateForPrimaryKey()
|