Searched refs:hit_count (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_suppressions.cpp | 102 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed); in IsSuppressed() 140 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed); in IsSuppressed() 153 int hit_count = 0; in PrintMatchedSuppressions() local 155 hit_count += atomic_load_relaxed(&matched[i]->hit_count); in PrintMatchedSuppressions() 156 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, in PrintMatchedSuppressions() 159 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count), in PrintMatchedSuppressions()
|
| H A D | tsan_rtl_report.cpp | 680 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed); in IsFiredSuppression() 696 atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed); in IsFiredSuppression()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 92 bool SuppressByRule(const StackTrace &stack, uptr hit_count, uptr total_size); 99 bool Suppress(u32 stack_trace_id, uptr hit_count, uptr total_size); 216 uptr hit_count, uptr total_size) { in SuppressByRule() argument 222 atomic_fetch_add(&s->hit_count, hit_count, memory_order_relaxed); in SuppressByRule() 229 bool LeakSuppressionContext::Suppress(u32 stack_trace_id, uptr hit_count, in Suppress() argument 233 if (!SuppressInvalid(stack) && !SuppressByRule(stack, hit_count, total_size)) in Suppress() 775 static_cast<uptr>(atomic_load_relaxed(&matched[i]->hit_count)), in PrintMatchedSuppressions() 973 leaks_[i].hit_count++; in AddLeakedChunks() 1033 leaks_[index].total_size, leaks_[index].hit_count); in PrintReportForLeak() 1062 allocations += leaks_[i].hit_count; in PrintSummary() [all …]
|
| H A D | lsan_common.h | 203 uptr hit_count; member
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointList.cpp | 188 uint32_t hit_count = 0; in GetHitCount() local 192 hit_count += (*pos)->GetHitCount(); in GetHitCount() 193 return hit_count; in GetHitCount()
|
| H A D | BreakpointLocationList.cpp | 178 uint32_t hit_count = 0; in GetHitCount() local 182 hit_count += (*pos)->GetHitCount(); in GetHitCount() 183 return hit_count; in GetHitCount()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_suppressions.h | 25 atomic_uint32_t hit_count; member
|
| H A D | sanitizer_suppressions.cpp | 181 if (atomic_load_relaxed(&suppressions_[i].hit_count)) in GetMatched()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocationExtensions.i | 15 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre…
|
| H A D | SBBreakpointExtensions.i | 55 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre…
|