HomeSort by relevance Sort by last modified time
    Searched defs:counters (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/oprofile/module/ia64/
op_ia64_model.h 28 struct op_msr_group counters; member in struct:op_msrs
op_pmu.c 20 /* number of counters physically present */
23 /* performance counters are in pairs: pmcN and pmdN. The pmc register acts
50 * pmc0 is a bit mask for overflowed counters (bits 4-7)
466 printk(KERN_ERR "oprofile: no counters have been enabled.\n");
492 struct op_msr_group * counters = &cpu_msrs[cpu].counters; local
495 counters->addrs = NULL;
496 counters->saved = NULL;
500 counters->saved = kmalloc(
502 if (!counters->saved
526 struct op_msr_group * counters = &cpu_msrs[cpu].counters; local
    [all...]
  /external/kernel-headers/original/linux/
percpu_counter.h 20 s32 *counters; member in struct:percpu_counter
33 fbc->counters = alloc_percpu(s32);
38 free_percpu(fbc->counters);
  /external/linux-tools-perf/util/
values.h 10 int counters; member in struct:perf_read_values
  /external/oprofile/module/x86/
op_x86_model.h 27 struct op_msr_group counters; member in struct:op_msrs
op_nmi.c 168 printk(KERN_ERR "oprofile: no counters have been enabled.\n");
193 struct op_msr_group * counters = &cpu_msrs[cpu].counters; local
196 counters->addrs = NULL;
197 counters->saved = NULL;
201 counters->addrs = kmalloc(nr_ctrs * sizeof(uint), GFP_KERNEL);
202 if (!counters->addrs)
205 counters->saved = kmalloc(
207 if (!counters->saved)
222 rdmsr(counters->addrs[i]
246 struct op_msr_group * counters = &cpu_msrs[cpu].counters; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 34 * This is a table of counters, keyed by ElemNumber objects, each
50 * Get the list of counters that corresponds to
55 * @return the list of counters that corresponds to
61 Vector counters = (Vector) this.get(numberElem); local
63 return (null == counters) ? putElemNumber(numberElem) : counters;
78 Vector counters = new Vector(); local
80 this.put(numberElem, counters);
82 return counters;
86 * Place to collect new counters
131 Vector counters = getCounters(numberElem); local
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 70 ErrorCounters counters; local
71 counters.num_conflicting_commits = 1;
72 counters.consecutive_transient_error_commits = 5;
73 counters.consecutive_errors = 3;
75 scoped_ptr<DictionaryValue> value(counters.ToValue());
77 ExpectIntegerValue(counters.num_conflicting_commits,
79 ExpectIntegerValue(counters.consecutive_transient_error_commits,
81 ExpectIntegerValue(counters.consecutive_errors,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 98 volatile int counters[kThreadCount]; member in struct:__sanitizer::AdvancedCallbackArgument
131 __sync_fetch_and_add(&callback_argument->counters[this_thread_index], 1);
149 counters_at_init[j] = __sync_fetch_and_add(&callback_argument->counters[j],
154 if (__sync_fetch_and_add(&callback_argument->counters[j], 0) !=
  /external/valgrind/main/cachegrind/
cg_branchpred.c 66 counters. Given the address of the branch instruction, the array
89 static UChar counters[N_COUNTERS]; /* Counter array; presumably auto-zeroed */ variable
110 predicted_taken = counters[ indx ] >= 2;
120 if (counters[indx] < 3)
121 counters[indx]++;
123 if (counters[indx] > 0)
124 counters[indx]--;
127 tl_assert(counters[indx] <= 3);
  /external/v8/test/mjsunit/tools/
profile.js 229 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, 'uncounted: ' + rec.label)
    [all...]
  /external/iptables/iptables/
ip6tables-restore.c 28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
33 {.name = "counters", .has_arg = false, .val = 'c'},
48 " [ --counters ]\n"
150 counters = 1;
293 if (counters) {
299 "invalid policy counters "
337 /* we have counters in our input */
367 if (counters && pcnt && bcnt) {
368 add_argv("--set-counters");
iptables-restore.c 25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
30 {.name = "counters", .has_arg = false, .val = 'c'},
48 " [ --counters ]\n"
153 counters = 1;
298 if (counters) {
304 "invalid policy counters "
342 /* we have counters in our input */
372 if (counters && pcnt && bcnt) {
373 add_argv("--set-counters");
  /external/v8/src/
code-stubs.cc 53 masm->isolate()->counters()->code_stubs()->Increment();
82 Counters* counters = isolate->counters(); local
83 counters->total_stubs_code_size()->Increment(code->instruction_size());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
x_tables.h 112 u_int64_t pcnt, bcnt; /* Packet and byte counters */
123 /* The counters (actually `number' of these). */
124 struct xt_counters counters[0]; member in struct:xt_counters_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 112 u_int64_t pcnt, bcnt; /* Packet and byte counters */
123 /* The counters (actually `number' of these). */
124 struct xt_counters counters[0]; member in struct:xt_counters_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 112 u_int64_t pcnt, bcnt; /* Packet and byte counters */
123 /* The counters (actually `number' of these). */
124 struct xt_counters counters[0]; member in struct:xt_counters_info
  /bionic/libc/kernel/common/linux/netfilter/
x_tables.h 115 struct xt_counters counters[0]; member in struct:xt_counters_info
  /development/ndk/platforms/android-3/include/linux/netfilter/
x_tables.h 120 struct xt_counters counters[0]; member in struct:xt_counters_info
  /external/chromium/net/disk_cache/
stats.cc 21 int64 counters[disk_cache::Stats::MAX_COUNTER]; member in struct:__anon4988::OnDiskStats
109 // If we have more than 512 bytes of counters, change kDiskSignature so we
141 memcpy(counters_, stats.counters, sizeof(counters_));
177 void Stats::OnEvent(Counters an_event) {
182 void Stats::SetCounter(Counters counter, int64 value) {
187 int64 Stats::GetCounter(Counters counter) const {
240 memcpy(stats.counters, counters_, sizeof(counters_));
320 int Stats::GetRatio(Counters hit, Counters miss) const {
  /external/freetype/src/pshinter/
pshrec.h 108 /* masks and counters table descriptor */
123 PS_Mask_TableRec counters; member in struct:PS_DimensionRec_
  /external/iproute2/include/linux/netfilter/
x_tables.h 105 __u64 pcnt, bcnt; /* Packet and byte counters */
115 /* The counters (actually `number' of these). */
116 struct xt_counters counters[0]; member in struct:xt_counters_info
  /external/iptables/include/linux/netfilter/
x_tables.h 105 __u64 pcnt, bcnt; /* Packet and byte counters */
115 /* The counters (actually `number' of these). */
116 struct xt_counters counters[0]; member in struct:xt_counters_info
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
x_tables.h 120 struct xt_counters counters[0]; member in struct:xt_counters_info
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
x_tables.h 120 struct xt_counters counters[0]; member in struct:xt_counters_info

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 9