Searched refs:counters (Results 1 – 15 of 15) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_stat.cpp | 90 bool ShowCounters(const std::vector<CountersInfo>& counters, double duration_in_sec); 162 std::vector<CountersInfo> counters; in Run() local 163 if (!event_selection_set_.ReadCounters(&counters)) { in Run() 168 if (!ShowCounters(counters, duration_in_sec)) { in Run() 349 bool StatCommand::ShowCounters(const std::vector<CountersInfo>& counters, double duration_in_sec) { in ShowCounters() argument 353 for (auto& counters_info : counters) { in ShowCounters() 355 for (auto& counter_info : counters_info.counters) { in ShowCounters() 367 for (auto& counters_info : counters) { in ShowCounters() 371 for (auto& counter_info : counters_info.counters) { in ShowCounters()
|
D | event_selection_set.h | 37 std::vector<CounterInfo> counters; member 74 bool ReadCounters(std::vector<CountersInfo>* counters);
|
D | event_selection_set.cpp | 234 bool EventSelectionSet::ReadCounters(std::vector<CountersInfo>* counters) { in ReadCounters() argument 235 counters->clear(); in ReadCounters() 246 counters_info.counters.push_back(counter_info); in ReadCounters() 248 counters->push_back(counters_info); in ReadCounters()
|
/system/core/metricsd/uploader/ |
D | metricsd_service_runner.cc | 29 std::shared_ptr<CrashCounters> counters) in MetricsdServiceRunner() argument 30 : counters_(counters) {} in MetricsdServiceRunner()
|
D | bn_metricsd_impl.cc | 33 BnMetricsdImpl::BnMetricsdImpl(const std::shared_ptr<CrashCounters>& counters) in BnMetricsdImpl() argument 34 : counters_(counters) { in BnMetricsdImpl()
|
D | metricsd_service_runner.h | 30 MetricsdServiceRunner(std::shared_ptr<CrashCounters> counters);
|
D | bn_metricsd_impl.h | 25 explicit BnMetricsdImpl(const std::shared_ptr<CrashCounters>& counters);
|
/system/keymaster/ |
D | Android.mk | 36 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp 92 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp 129 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp 172 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
|
/system/gatekeeper/ |
D | Android.mk | 35 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
|
/system/core/metricsd/ |
D | README.md | 66 memory (via `base::StatisticsRecorder`) and increments the crash counters when a 79 gathers health information about the system and maintains long running counters
|
/system/connectivity/shill/doc/ |
D | device-api.txt | 172 Reset the device's persisted counters of transmitted 627 these counters from all interfaces every 60 seconds 671 these counters from all interfaces every 60 seconds
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 15919 contexts used different counters. 15957 encryption key for each context. Objects and sessions use different sequence counters. The sequence
|
D | raw_structures_fixed.txt | 15910 contexts used different counters. 15948 encryption key for each context. Objects and sessions use different sequence counters. The sequence
|
D | raw_commands.txt | 2641 // Start counters and timers 26749 // Reset counters 31744 When a new NV counter is created, the TPM may search all the counters to determine which has the
|
D | raw_commands_fixed.txt | 2641 // Start counters and timers 26760 // Reset counters 31753 When a new NV counter is created, the TPM may search all the counters to determine which has the
|