/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 107 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed); in IsSuppressed() 145 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed); in IsSuppressed() 158 int hit_count = 0; in PrintMatchedSuppressions() local 160 hit_count += atomic_load_relaxed(&matched[i]->hit_count); in PrintMatchedSuppressions() 161 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, in PrintMatchedSuppressions() 164 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count), in PrintMatchedSuppressions()
|
D | tsan_interface_ann.cc | 159 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) { in CollectMatchedBenignRaces() argument 166 *hit_count += cnt; in CollectMatchedBenignRaces() 185 int hit_count = 0; in PrintMatchedBenignRaces() local 188 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, in PrintMatchedBenignRaces() 195 hit_count, (int)internal_getpid()); in PrintMatchedBenignRaces()
|
D | tsan_rtl_report.cc | 545 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed); in IsFiredSuppression() 561 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed); in IsFiredSuppression()
|
/external/iptables/extensions/ |
D | libxt_recent.c | 43 .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); in recent_print() 239 if(info->hit_count) printf(" --hitcount %d", info->hit_count); in recent_save()
|
/external/iptables/include/linux/netfilter/ |
D | xt_recent.h | 28 __u32 hit_count; member 37 __u32 hit_count; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_recent.h | 30 __u32 hit_count; member 39 __u32 hit_count; member
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 413 &matched[i]->hit_count)), matched[i]->weight, matched[i]->templ); in PrintMatchedSuppressions() 544 leaks_[i].hit_count++; in AddLeakedChunk() 598 leaks_[index].total_size, leaks_[index].hit_count); in PrintReportForLeak() 625 allocations += leaks_[i].hit_count; in PrintSummary() 638 atomic_store_relaxed(&s->hit_count, atomic_load_relaxed(&s->hit_count) + in ApplySuppressions() 639 leaks_[i].hit_count); in ApplySuppressions()
|
D | lsan_common.h | 64 uptr hit_count; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_suppressions.h | 26 atomic_uint32_t hit_count; member
|
D | sanitizer_suppressions.cc | 164 if (atomic_load_relaxed(&suppressions_[i].hit_count)) in GetMatched()
|
/external/v8/include/ |
D | v8-profiler.h | 129 unsigned int hit_count; member
|
/external/syzkaller/sys/linux/ |
D | netfilter.txt | 593 hit_count int32 602 hit_count int32
|
/external/v8/src/inspector/ |
D | v8-profiler-agent-impl.cc | 55 .setTicks(entries[i].hit_count) in buildInspectorObjectForPositionTicks()
|
/external/v8/src/profiler/ |
D | profile-generator.cc | 226 entry->hit_count = p->second; in GetLineTicks()
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 15219 …mi-breakpoint-changed.exp: pending resolved: breakpoint on pendfunc1 resolved: hit_count is updated
|
D | i686-pc-linux-gnu | 14915 …mi-breakpoint-changed.exp: pending resolved: breakpoint on pendfunc1 resolved: hit_count is updated
|