Searched defs:counters (Results 1 - 25 of 82) sorted by relevance

1234

/external/linux-tools-perf/src/tools/perf/util/
H A Dvalues.h10 int counters; member in struct:perf_read_values
/external/v8/src/extensions/
H A Dstatistics-extension.cc57 heap->CollectAllGarbage(Heap::kNoGCFlags, "counters extension");
61 Counters* counters = isolate->counters(); local
65 AddCounter(args.GetIsolate(), result, counters->name(), #name);
71 AddCounter(args.GetIsolate(), result, counters->count_of_##name(), \
73 AddCounter(args.GetIsolate(), result, counters->size_of_##name(), \
79 AddCounter(args.GetIsolate(), result, counters->count_of_CODE_TYPE_##name(), \
81 AddCounter(args.GetIsolate(), result, counters->size_of_CODE_TYPE_##name(), \
88 counters->count_of_FIXED_ARRAY_##name(), \
91 counters
[all...]
/external/v8/src/ic/x64/
H A Dstub-cache-x64.cc110 Counters* counters = masm->isolate()->counters(); local
111 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1);
145 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc99 volatile int counters[kThreadCount]; member in struct:__sanitizer::AdvancedCallbackArgument
132 __sync_fetch_and_add(&callback_argument->counters[this_thread_index], 1);
150 counters_at_init[j] = __sync_fetch_and_add(&callback_argument->counters[j],
155 if (__sync_fetch_and_add(&callback_argument->counters[j], 0) !=
/external/v8/src/ic/arm64/
H A Dstub-cache-arm64.cc111 Counters* counters = masm->isolate()->counters(); local
112 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1, extra2,
143 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1, extra2,
/external/v8/src/ic/ia32/
H A Dstub-cache-ia32.cc144 Counters* counters = masm->isolate()->counters(); local
145 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1);
181 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1);
/external/v8/src/ic/x87/
H A Dstub-cache-x87.cc144 Counters* counters = masm->isolate()->counters(); local
145 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1);
181 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1);
/external/valgrind/cachegrind/
H A Dcg_branchpred.c68 counters. Given the address of the branch instruction, the array
91 static UChar counters[N_COUNTERS]; /* Counter array; presumably auto-zeroed */ variable
112 predicted_taken = counters[ indx ] >= 2;
122 if (counters[indx] < 3)
123 counters[indx]++;
125 if (counters[indx] > 0)
126 counters[indx]--;
129 tl_assert(counters[indx] <= 3);
/external/v8/test/mjsunit/tools/
H A Dprofile.js229 this.counters = {};
235 if (!(func in this.counters)) {
236 this.counters[func] = { self: 0, total: 0 };
238 this.counters[func].self += self;
239 this.counters[func].total += total;
273 assertTrue('' in this.counters);
274 this.root = this.counters[''];
275 delete this.counters[''];
283 for (var c in testDriver.counters) {
295 assertTrue(rec.label in testDriver.counters, 'uncounte
[all...]
/external/v8/src/ic/arm/
H A Dstub-cache-arm.cc128 Counters* counters = masm->isolate()->counters(); local
129 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1, extra2,
166 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1, extra2,
/external/v8/src/ic/mips/
H A Dstub-cache-mips.cc124 Counters* counters = masm->isolate()->counters(); local
125 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1, extra2,
160 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1, extra2,
/external/v8/src/ic/mips64/
H A Dstub-cache-mips64.cc125 Counters* counters = masm->isolate()->counters(); local
126 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1, extra2,
161 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1, extra2,
/external/freetype/src/pshinter/
H A Dpshrec.h104 /* masks and counters table descriptor */
119 PS_Mask_TableRec counters; member in struct:PS_DimensionRec_
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h110 __u64 pcnt, bcnt; /* Packet and byte counters */
120 /* The counters (actually `number' of these). */
121 struct xt_counters counters[0]; member in struct:xt_counters_info
/external/iptables/include/linux/netfilter/
H A Dx_tables.h110 __u64 pcnt, bcnt; /* Packet and byte counters */
120 /* The counters (actually `number' of these). */
121 struct xt_counters counters[0]; member in struct:xt_counters_info
/external/iptables/iptables/
H A Dip6tables-restore.c28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
33 {.name = "counters", .has_arg = false, .val = 'c'},
49 " [ --counters ]\n"
213 counters = 1;
358 if (counters) {
364 "invalid policy counters "
396 /* we have counters in our input */
426 if (counters && pcnt && bcnt) {
427 add_argv("--set-counters");
H A Diptables-restore.c25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
30 {.name = "counters", .has_arg = false, .val = 'c'},
48 " [ --counters ]\n"
213 counters = 1;
358 if (counters) {
364 "invalid policy counters "
396 /* we have counters in our input */
426 if (counters && pcnt && bcnt) {
427 add_argv("--set-counters");
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dx_tables.h110 __u64 pcnt, bcnt; /* Packet and byte counters */
120 /* The counters (actually `number' of these). */
121 struct xt_counters counters[0]; member in struct:xt_counters_info
/external/netperf/
H A Dnetcpu_kstat10.c57 print_cpu_time_counters(char *name, int instance, cpu_time_counters_t *counters) argument
61 "\t idle %llu\n",counters[instance].idle);
63 "\t user %llu\n",counters[instance].user);
65 "\t kernel %llu\n",counters[instance].kernel);
67 "\t interrupt %llu\n",counters[instance].interrupt);
120 get_cpu_counters(int cpu_num, cpu_time_counters_t *counters) argument
144 counters[cpu_num].idle = knp->value.ui64;
148 counters[cpu_num].user = knp->value.ui64;
152 counters[cpu_num].kernel = knp->value.ui64;
179 "get_cpu_counters could not find one or more of the expected counters!\
207 get_interrupt_counters(int cpu_num, cpu_time_counters_t *counters) argument
280 get_cpu_time_counters(cpu_time_counters_t *counters) argument
[all...]
H A Dnetcpu_pstatnew.c32 /* HP-UX 11.23 seems to have added three other cycle counters to the
147 counters and use their ratios for CPU util measurement. raj
157 print_cpu_time_counters(char *name, int instance, cpu_time_counters_t *counters) argument
161 "\t idle %llu\n",counters[instance].idle);
163 "\t user %llu\n",counters[instance].user);
165 "\t kernel %llu\n",counters[instance].kernel);
167 "\t interrupt %llu\n",counters[instance].interrupt);
251 /* we ass-u-me that these counters will never wrap during a
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshrec.h108 /* masks and counters table descriptor */
123 PS_Mask_TableRec counters; member in struct:PS_DimensionRec_
/external/kernel-headers/original/uapi/linux/netfilter_arp/
H A Darp_tables.h106 /* Packet and byte counters. */
107 struct xt_counters counters; member in struct:arpt_entry
176 /* Number of counters (must be equal to current number of entries). */
178 /* The old entries' counters. */
179 struct xt_counters __user *counters; member in struct:arpt_replace
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debtables.h51 /* nr of counters userspace expects back */
53 /* where the kernel will put the old counters */
54 struct ebt_counter __user *counters; member in struct:ebt_replace
67 /* nr of counters userspace expects back */
69 /* where the kernel will put the old counters */
70 struct ebt_counter *counters; member in struct:ebt_replace_kernel
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp27 void ClangASTMetrics::DumpCounters (Log *log, ClangASTMetrics::Counters &counters) argument
29 log->Printf(" Number of visible Decl queries by name : %" PRIu64, counters.m_visible_query_count);
30 log->Printf(" Number of lexical Decl queries : %" PRIu64, counters.m_lexical_query_count);
31 log->Printf(" Number of imports initiated by LLDB : %" PRIu64, counters.m_lldb_import_count);
32 log->Printf(" Number of imports conducted by Clang : %" PRIu64, counters.m_clang_import_count);
33 log->Printf(" Number of Decls completed : %" PRIu64, counters.m_decls_completed_count);
34 log->Printf(" Number of records laid out : %" PRIu64, counters.m_record_layout_count);
/external/v8/src/
H A Dhydrogen-bch.cc83 Counters* counters() const { return graph()->isolate()->counters(); } function in class:v8::internal::BASE_EMBEDDED
248 counters()->bounds_checks_eliminated()->Increment();
278 counters()->bounds_checks_hoisted()->Increment();
315 counters()->bounds_checks_eliminated()->Increment();

Completed in 2169 milliseconds

1234