HomeSort by relevance Sort by last modified time
    Searched full:statsd (Results 76 - 100 of 296) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/cmds/statsd/src/socket/
StatsSocketListener.h 34 namespace statsd { namespace in namespace:android::os
52 } // namespace statsd
  /frameworks/base/cmds/statsd/tests/anomaly/
AlarmTracker_test.cpp 31 namespace statsd { namespace in namespace:android::os
62 } // namespace statsd
  /frameworks/base/cmds/statsd/tests/metrics/
metrics_test_helper.h 25 namespace statsd { namespace in namespace:android::os
57 } // namespace statsd
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
MemInfoParser.java 16 package com.android.statsd.loadtest;
58 if (lineMatcher.group(2).equals("statsd")) {
  /system/core/libstats/
statsd_writer.c 64 .name = "statsd",
177 // If we dropped events before, try to tell statsd.
215 * ENOTCONN occurs if statsd has died.
216 * ENOENT occurs if statsd is not running and socket is missing.
217 * ECONNREFUSED occurs if we can not reconnect to statsd.
218 * EAGAIN occurs if statsd is overloaded.
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
BaseTestCase.java 17 package android.cts.statsd.atom;
146 // if ro.statsd.enable doesn't exist, statsd is running by default.
147 if ("false".equals(getDevice().getProperty("ro.statsd.enable"))
149 CLog.d("Statsd is not enabled on the device");
  /frameworks/base/cmds/statsd/benchmark/
metric_util.h 17 #include "frameworks/base/cmds/statsd/src/stats_log.pb.h"
18 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
25 namespace statsd { namespace in namespace:android::os
150 // Create a statsd log event processor upon the start time in seconds, config and key.
159 } // namespace statsd
log_event_benchmark.cpp 22 namespace statsd { namespace in namespace:android::os
72 } // namespace statsd
  /frameworks/base/cmds/statsd/src/condition/
CombinationConditionTracker.h 21 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
25 namespace statsd { namespace in namespace:android::os
116 } // namespace statsd
SimpleConditionTracker.h 23 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
28 namespace statsd { namespace in namespace:android::os
143 } // namespace statsd
StateTracker.h 21 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
26 namespace statsd { namespace in namespace:android::os
129 } // namespace statsd
ConditionWizard.cpp 21 namespace statsd { namespace in namespace:android::os
83 } // namespace statsd
ConditionWizard.h 26 namespace statsd { namespace in namespace:android::os
73 } // namespace statsd
  /frameworks/base/cmds/statsd/src/guardrail/
StatsdStats.h 30 namespace statsd { namespace in namespace:android::os
82 // Keeps track of stats of statsd.
113 // Max memory allowed for storing metrics per configuration. If this limit is exceeded, statsd
241 * Report that statsd modified the anomaly alarm registered with StatsCompanionService.
246 * Report that statsd modified the periodic alarm registered with StatsCompanionService.
256 * Records that an app was deleted (from statsd's map).
276 * Records statsd met an error while reading from logd.
286 * Records statsd skipped an event.
305 * Output statsd stats in human readable format to [out] file.
350 // Stores the number of times statsd modified the anomaly alarm registered wit
    [all...]
  /frameworks/base/cmds/statsd/src/matchers/
LogMatchingTracker.h 20 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
32 namespace statsd { namespace in namespace:android::os
94 } // namespace statsd
  /frameworks/base/cmds/statsd/src/metrics/
CountMetricProducer.h 28 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h"
33 namespace statsd { namespace in namespace:android::os
105 } // namespace statsd
  /frameworks/base/cmds/statsd/src/subscriber/
SubscriberReporter.h 23 #include "frameworks/base/cmds/statsd/src/statsd_config.pb.h" // subscription
33 namespace statsd { namespace in namespace:android::os
110 } // namespace statsd
  /frameworks/base/cmds/statsd/tests/
ConfigManager_test.cpp 26 using namespace android::os::statsd;
32 namespace statsd { namespace in namespace:android::os
38 } // namespace statsd
  /frameworks/base/cmds/statsd/src/
StatsService.h 44 namespace statsd { namespace in namespace:android::os
90 * Binder call for clients to get metadata across all configs in statsd.
139 /** Inform statsCompanion that statsd is ready. */
219 * Dump memory usage by statsd.
254 * Tracks the configurations that have been passed to statsd.
291 } // namespace statsd
  /cts/hostsidetests/statsd/src/android/cts/statsd/validation/
ValidationTests.java 16 package android.cts.statsd.validation;
20 import android.cts.statsd.atom.DeviceAtomTestCase;
61 * Side-by-side comparison between statsd and batterystats.
65 private static final String TAG = "Statsd.ValidationTests";
110 //=================== verify that statsd is correct ===============//
176 // Get the statsd wakelock time and make sure it's reasonable.
177 assertTrue("Could not find any wakelocks with uid " + EXPECTED_UID + " in statsd",
179 assertTrue("Did not find any wakelocks with tag " + EXPECTED_TAG + " in statsd",
183 assertTrue("Wakelock in statsd with uid " + EXPECTED_UID + " and tag " + EXPECTED_TAG +
186 assertTrue("Wakelock in statsd with uid " + EXPECTED_UID + " and tag " + EXPECTED_TAG
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_stats.h 100 /* Add two statsd structs together */
103 /* Print out statsd structure */
  /frameworks/base/cmds/statsd/src/anomaly/
DurationAnomalyTracker.h 24 namespace statsd { namespace in namespace:android::os
77 } // namespace statsd
subscriber_util.cpp 31 namespace statsd { namespace in namespace:android::os
74 } // namespace statsd
  /frameworks/base/cmds/statsd/src/external/
StatsCompanionServicePuller.cpp 37 namespace statsd { namespace in namespace:android::os
82 } // namespace statsd
StatsPuller.cpp 28 namespace statsd { namespace in namespace:android::os
90 } // namespace statsd

Completed in 396 milliseconds

1 2 34 5 6 7 8 91011>>