/frameworks/base/cmds/incidentd/src/ |
D | FdBuffer.cpp | 56 VLOG("timed out due to long read"); in read() 63 VLOG("timed out due to block calling poll"); in read() 67 VLOG("poll failed: %s", strerror(errno)); in read() 71 VLOG("return event has error %s", strerror(errno)); in read() 79 VLOG("Fail to read %d: %s", fd, strerror(errno)); in read() 83 VLOG("Reached EOF of fd=%d", fd); in read() 101 VLOG("Truncating data"); in readFully() 109 VLOG("Fail to read %d: %s", fd, strerror(errno)); in readFully() 112 VLOG("Done reading %zu bytes", mBuffer.size()); in readFully() 153 VLOG("timed out due to long read"); in readProcessedDataInStream() [all …]
|
D | incidentd_util.cpp | 71 VLOG("[In child]cmd %s", argv[0]); in fork_execute_cmd() 129 VLOG("return by signal: %s", strerror(WTERMSIG(status))); in statusCode() 132 VLOG("return by exit: %s", strerror(WEXITSTATUS(status))); in statusCode() 140 VLOG("try to kill child process %d", pid); in kill_child()
|
/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 | 36 VLOG("AnomalyTracker() called"); in AnomalyTracker() 49 VLOG("~AnomalyTracker() called"); in ~AnomalyTracker() 53 VLOG("resetStorage() called."); in resetStorage() 68 VLOG("advanceMostRecentBucketTo() called."); in advanceMostRecentBucketTo() 96 VLOG("addPastBucket(bucketValue) called."); in addPastBucket() 125 VLOG("addPastBucket(bucket) called."); in addPastBucket() 213 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 | 38 VLOG("creating SimpleConditionTracker %lld", (long long)mConditionId); in SimpleConditionTracker() 102 VLOG("~SimpleConditionTracker()"); in ~SimpleConditionTracker() 115 VLOG("%lld DUMP:", (long long)mConditionId); in dumpState() 117 VLOG("\t%s : %d", pair.first.toString().c_str(), pair.second); in dumpState() 120 VLOG("Changed to true keys: \n"); in dumpState() 122 VLOG("%s", key.toString().c_str()); in dumpState() 124 VLOG("Changed to false keys: \n"); in dumpState() 126 VLOG("%s", key.toString().c_str()); in dumpState() 237 VLOG("erase key %s", outputKey.toString().c_str()); in handleConditionEvent() 250 VLOG("SimplePredicate %lld nonSlicedChange? %d", (long long)mConditionId, in handleConditionEvent() [all …]
|
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.cpp | 74 VLOG("Attempt to access %s but failed", file); in writeFile() 82 VLOG("Successfully wrote %s", file); in writeFile() 84 VLOG("Failed to write %s", file); in writeFile() 89 VLOG("Failed to chown %s to statsd", file); in writeFile() 97 VLOG("Attempt to delete %s but is not found", file); in deleteFile() 99 VLOG("Successfully deleted %s", file); in deleteFile() 106 VLOG("Directory does not exist: %s", path); in deleteAllFiles() 121 VLOG("Directory does not exist: %s", path); in deleteSuffixedFiles() 143 VLOG("no stats-data directory on disk"); in sendBroadcast() 151 VLOG("file %s", name); in sendBroadcast() [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/base/cmds/statsd/src/external/ |
D | StatsPullerManagerImpl.cpp | 181 VLOG("Initiating pulling %d", tagId); in Pull() 185 VLOG("pulled %d items", (int)data->size()); in Pull() 188 VLOG("Unknown tagId %d", tagId); in Pull() 204 VLOG("No need to set alarms. Skipping"); in updateAlarmLocked() 212 VLOG("StatsCompanionService not available. Alarm not set."); in updateAlarmLocked() 236 VLOG("Receiver already registered of %d", (int)receivers.size()); in RegisterReceiver() 258 VLOG("Updating next pull time %lld", (long long)mNextPullTimeNs); in RegisterReceiver() 262 VLOG("Puller for tagId %d registered of %d", tagId, (int)receivers.size()); in RegisterReceiver() 268 VLOG("Unknown pull code or no receivers: %d", tagId); in UnRegisterReceiver() 275 VLOG("Puller for tagId %d unregistered of %d", tagId, (int)receivers.size()); in UnRegisterReceiver() [all …]
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricsManager.cpp | 124 VLOG("~MetricsManager()"); in ~MetricsManager() 138 VLOG("Allowed uid %d", uid); in initLogSourceWhiteList() 200 VLOG("=========================Metric Reports Start=========================="); in onDumpReport() 229 VLOG("=========================Metric Reports End=========================="); in onDumpReport() 247 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the uid"); in onLogEvent() 252 VLOG("APP_BREADCRUMB_REPORTED has invalid uid: claimed %ld but caller is %d", in onLogEvent() 260 VLOG("APP_BREADCRUMB_REPORTED had error when parsing the state field"); in onLogEvent() 263 VLOG("APP_BREADCRUMB_REPORTED does not have valid state %ld", appHookState); in onLogEvent() 274 VLOG("Davey occurred had error when parsing the uid"); in onLogEvent() 279 VLOG("DAVEY_OCCURRED has invalid uid: claimed %ld but caller is %d", jankUid, in onLogEvent() [all …]
|
D | ValueMetricProducer.cpp | 134 VLOG("value metric %lld created. bucket size %lld start_time: %lld", in ValueMetricProducer() 148 VLOG("~ValueMetricProducer() called"); in ~ValueMetricProducer() 156 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 174 VLOG("metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked() 217 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 261 VLOG("\t bucket [%lld - %lld] count: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 268 VLOG("metric %lld dump report now...", (long long)mMetricId); in onDumpReportLocked() 277 VLOG("Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onConditionChangedLocked() 368 VLOG("Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onMatchedLogEventInternalLocked() 393 VLOG("Already recorded value for this dimension %s", eventKey.toString().c_str()); in onMatchedLogEventInternalLocked() [all …]
|
D | CountMetricProducer.cpp | 104 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)metric.id(), in CountMetricProducer() 109 VLOG("~CountMetricProducer() called"); in ~CountMetricProducer() 132 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked() 178 VLOG(" dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 222 VLOG("\t bucket [%lld - %lld] count: %lld", (long long)bucket.mBucketStartNs, in onDumpReportLocked() 240 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 298 VLOG("metric %lld %s->%lld", (long long)mMetricId, eventKey.toString().c_str(), in onMatchedLogEventInternalLocked() 315 VLOG("metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked() 332 VLOG("metric %lld, dump key value: %s -> %lld", (long long)mMetricId, in flushCurrentBucketLocked()
|
D | GaugeMetricProducer.cpp | 134 VLOG("Gauge metric %lld created. bucket size %lld start_time: %lld sliced %d", in GaugeMetricProducer() 149 VLOG("~GaugeMetricProducer() called"); in ~GaugeMetricProducer() 183 VLOG("Gauge metric %lld report now...", (long long)mMetricId); in onDumpReportLocked() 230 VLOG("Gauge dimension key %s", dimensionKey.toString().c_str()); in onDumpReportLocked() 302 VLOG("Gauge \t bucket [%lld - %lld] includes %d atoms.", in onDumpReportLocked() 351 VLOG("GaugeMetric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked() 362 VLOG("GaugeMetric %lld onSlicedConditionMayChange overall condition %d", (long long)mMetricId, in onSlicedConditionMayChangeLocked() 422 VLOG("Gauge Skip event due to late arrival: %lld vs %lld", (long long)eventTimeNs, in onMatchedLogEventInternalLocked() 491 VLOG("Gauge eventTime is %lld, less than next bucket start time %lld", in flushIfNeededLocked() 502 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() 117 VLOG("metric %lld dump report now... proto size: %zu ", in onDumpReportLocked() 129 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked()
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 44 VLOG(DRIVER) << "getSupportedOperations"; in getSupportedOperations() 55 VLOG(DRIVER) << "prepareModel"; in prepareModel() 60 VLOG(DRIVER) << "prepareModel"; in prepareModel() 72 VLOG(DRIVER) << "prepareModel_1_1"; in prepareModel_1_1() 95 VLOG(DRIVER) << "getStatus()"; in getStatus() 124 VLOG(DRIVER) << "executor.run returned " << n; in asyncExecute() 135 VLOG(DRIVER) << "execute(" << SHOW_IF_DEBUG(toString(request)) << ")"; in execute()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 160 VLOG("Could not find StatsCompanionService"); in __anon24fc2e590502() 163 VLOG("Statscompanion could not find a broadcast receiver for %s", in __anon24fc2e590502() 472 VLOG("Could not access statsCompanion"); in cmd_trigger_broadcast() 474 VLOG("Could not find receiver for %s, %s", args[1].c_str(), args[2].c_str()) in cmd_trigger_broadcast() 477 VLOG("StatsService::trigger broadcast succeeded to %s, %s", args[1].c_str(), in cmd_trigger_broadcast() 726 VLOG("StatsService::cmd_remove_all_configs was called"); in cmd_remove_all_configs() 739 VLOG("StatsService::cmd_clear_puller_cache with Pid %i, Uid %i", in cmd_clear_puller_cache() 752 VLOG("StatsService::cmd_print_logs with Pid %i, Uid %i", ipc->getCallingPid(), in cmd_print_logs() 770 VLOG("StatsService::informAllUidData was called"); in informAllUidData() 772 VLOG("StatsService::informAllUidData succeeded"); in informAllUidData() [all …]
|
/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/ml/nn/runtime/ |
D | Manager.cpp | 53 VLOG(MANAGER) << "Capab " << capabilities.float32Performance.execTime; in initialize() 54 VLOG(MANAGER) << "Capab " << capabilities.quantized8Performance.execTime; in initialize() 55 VLOG(MANAGER) << "Capab " << capabilities.relaxedFloat32toFloat16Performance.execTime; in initialize() 135 VLOG(MANAGER) << "findAvailableDevices"; in findAvailableDevices() 145 VLOG(MANAGER) << "Found interface " << name.c_str(); in findAvailableDevices() 164 VLOG(MANAGER) << "DeviceManager::DeviceManager"; in DeviceManager()
|
D | ExecutionBuilder.cpp | 134 VLOG(EXECUTION) << "ExecutionBuilder::ExecutionBuilder"; in ExecutionBuilder() 222 VLOG(EXECUTION) << "cpuFallbackFull"; in cpuFallbackFull() 247 VLOG(EXECUTION) << "cpuFallbackPartial"; in cpuFallbackPartial() 272 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (from plan, iteratively)"; in asyncStartComputePartitioned() 275 VLOG(EXECUTION) << "looking for next StepExecutor"; in asyncStartComputePartitioned() 394 VLOG(EXECUTION) << "Checking " << device->getName(); in startCompute() 397 … VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on " << device->getName(); in startCompute() 408 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on CPU"; in startCompute() 509 VLOG(EXECUTION) << prefix << "POINTER(" << SHOW_IF_DEBUG(arg.buffer) << ")"; in logArguments() 512 VLOG(EXECUTION) << prefix << "MEMORY(" in logArguments() [all …]
|
D | ExecutionPlan.cpp | 292 VLOG(COMPILATION) << "ExecutionStep::finishSubModel, step " << mIndex; in logSubModel() 310 VLOG(COMPILATION) << name << ": " << toLog; in logSubModel() 317 VLOG(COMPILATION) << name << ": " << toLog; in logSubModel() 387 VLOG(COMPILATION) << "SubModelOutput (operand#" << subModelOutput.first in finishSubModel() 432 VLOG(COMPILATION) << "ExecutionStep::finishSubModel, compilation"; in finishSubModel() 440 VLOG(COMPILATION) << "ExecutionStep#" << mIndex in dump() 453 VLOG(COMPILATION) << "ExecutionPlan::CompoundBody::finish -- finishSubModel failed"; in finish() 458 … VLOG(COMPILATION) << "ExecutionPlan::CompoundBody::finish -- mHasSubModelOutputOfUnknownSize"; in finish() 473 VLOG(COMPILATION) << "ExecutionPlan::SimpleBody::finish, compilation"; in finish() 503 VLOG(EXECUTION) << "ExecutionPlan::makeController -- unsuccessful finish"; in makeController() [all …]
|
/frameworks/base/cmds/statsd/src/subscriber/ |
D | IncidentdReporter.cpp | 34 VLOG("The alert %lld contains zero section in config(%d,%lld)", (unsigned long long)rule_id, in GenerateIncidentReport() 70 VLOG("Calling incidentd %p", service.get()); in GenerateIncidentReport() 72 VLOG("Report incident status: %s", s.toString8().string()); in GenerateIncidentReport()
|
D | SubscriberReporter.cpp | 35 VLOG("SubscriberReporter::setBroadcastSubscriber called."); in setBroadcastSubscriber() 42 VLOG("SubscriberReporter::unsetBroadcastSubscriber called."); in unsetBroadcastSubscriber() 54 VLOG("SubscriberReporter::removeConfig called."); in removeConfig() 70 VLOG("SubscriberReporter::alertBroadcastSubscriber called."); in alertBroadcastSubscriber() 105 VLOG("SubscriberReporter::sendBroadcastLocked called."); in sendBroadcastLocked()
|