Searched refs:hit_count (Results 1 - 13 of 13) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_recent.h28 __u32 hit_count; member in struct:xt_recent_mtinfo
37 __u32 hit_count; member in struct:xt_recent_mtinfo_v1
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_recent.h29 __u32 hit_count; member in struct:xt_recent_mtinfo
38 __u32 hit_count; member in struct:xt_recent_mtinfo_v1
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc107 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed);
145 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed);
158 int hit_count = 0; local
160 hit_count += atomic_load_relaxed(&matched[i]->hit_count);
161 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
164 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count),
H A Dtsan_interface_ann.cc159 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) {
166 *hit_count += cnt;
185 int hit_count = 0; local
188 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count,
195 hit_count, (int)internal_getpid());
158 CollectMatchedBenignRaces(Vector<ExpectRace> *matched, int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) argument
H A Dtsan_rtl_report.cc545 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed);
561 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h26 atomic_uint32_t hit_count; member in struct:__sanitizer::Suppression
H A Dsanitizer_suppressions.cc164 if (atomic_load_relaxed(&suppressions_[i].hit_count))
/external/iptables/extensions/
H A Dlibxt_recent.c43 .flags = XTOPT_PUT, XTOPT_POINTER(s, hit_count)},
69 .flags = XTOPT_PUT, XTOPT_POINTER(s, hit_count)},
199 if(info->hit_count) printf(" hit_count: %d", info->hit_count);
239 if(info->hit_count) printf(" --hitcount %d", info->hit_count);
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc413 &matched[i]->hit_count)), matched[i]->weight, matched[i]->templ);
544 leaks_[i].hit_count++;
551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
598 leaks_[index].total_size, leaks_[index].hit_count);
625 allocations += leaks_[i].hit_count;
638 atomic_store_relaxed(&s->hit_count, atomic_load_relaxed(&s->hit_count) +
639 leaks_[i].hit_count);
H A Dlsan_common.h64 uptr hit_count; member in struct:__lsan::Leak
/external/v8/include/
H A Dv8-profiler.h142 unsigned int hit_count; member in struct:v8::CpuProfileNode::LineTick
/external/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc40 .setTicks(entries[i].hit_count)
/external/v8/src/profiler/
H A Dprofile-generator.cc241 entry->hit_count =

Completed in 1518 milliseconds