Searched refs:hit_count (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_suppressions.cc | 104 (*sp)->hit_count++; in IsSuppressed() 142 s->hit_count++; in IsSuppressed() 155 int hit_count = 0; in PrintMatchedSuppressions() local 157 hit_count += matched[i]->hit_count; in PrintMatchedSuppressions() 158 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, in PrintMatchedSuppressions() 161 Printf("%d %s:%s\n", matched[i]->hit_count, matched[i]->type, in PrintMatchedSuppressions()
|
| HD | tsan_interface_ann.cc | 158 int *unique_count, int *hit_count, int ExpectRace::*counter) { in CollectMatchedBenignRaces() argument 164 (*hit_count) += race->*counter; in CollectMatchedBenignRaces() 183 int hit_count = 0; in PrintMatchedBenignRaces() local 186 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count, in PrintMatchedBenignRaces() 193 hit_count, (int)internal_getpid()); in PrintMatchedBenignRaces()
|
| HD | tsan_rtl_report.cc | 528 s->supp->hit_count++; in IsFiredSuppression() 545 s->supp->hit_count++; in IsFiredSuppression()
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_common.cc | 378 Printf("%7zu %10zu %s\n", static_cast<uptr>(matched[i]->hit_count), in PrintMatchedSuppressions() 509 leaks_[i].hit_count++; in AddLeakedChunk() 563 leaks_[index].total_size, leaks_[index].hit_count); in PrintReportForLeak() 590 allocations += leaks_[i].hit_count; in PrintSummary() 603 s->hit_count += leaks_[i].hit_count; in ApplySuppressions()
|
| HD | lsan_common.h | 63 uptr hit_count; member
|
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | WatchpointList.cpp | 231 uint32_t hit_count = 0; in GetHitCount() local 235 hit_count += (*pos)->GetHitCount(); in GetHitCount() 236 return hit_count; in GetHitCount()
|
| HD | BreakpointLocationList.cpp | 214 uint32_t hit_count = 0; in GetHitCount() local 218 hit_count += (*pos)->GetHitCount(); in GetHitCount() 219 return hit_count; in GetHitCount()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_suppressions.cc | 136 s.hit_count = 0; in Parse() 167 if (suppressions_[i].hit_count) in GetMatched()
|
| HD | sanitizer_suppressions.h | 24 unsigned hit_count; member
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | cache-membuffer.c | 391 svn_atomic_t hit_count; member 1130 entry->hit_count = 0; in insert_entry() 1169 apr_uint32_t hits_removed = (entry->hit_count + 1) >> 1; in let_entry_age() 1173 entry->hit_count -= hits_removed; in let_entry_age() 1337 || (entry->hit_count > to_shrink->entries[i].hit_count)) in find_entry() 1461 apr_uint64_t drop_hits_limit = (to_fit_in->hit_count + 1) in ensure_data_insertable_l2() 1524 || entry->hit_count > to_fit_in->hit_count) in ensure_data_insertable_l2() 1545 ? entry->hit_count >= to_fit_in->hit_count in ensure_data_insertable_l2() 1567 drop_hits += entry->hit_count * (apr_uint64_t)entry->priority; in ensure_data_insertable_l2() 2165 svn_atomic_inc(&entry->hit_count); in increment_hit_counters()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | tracepoint.h | 85 int hit_count; member
|
| HD | breakpoint.h | 365 int hit_count; member
|
| HD | breakpoint.c | 354 b->hit_count = 0; in clear_breakpoint_hit_counts() 2721 ++(b->hit_count); in bpstat_stop_status() 2801 ++(b->hit_count); in bpstat_stop_status() 2805 ++(b->hit_count); in bpstat_stop_status() 2835 ++(b->hit_count); in bpstat_stop_status() 2863 --(b->hit_count); in bpstat_stop_status() 2869 --(b->hit_count); in bpstat_stop_status() 3558 if (show_breakpoint_hit_counts && b->hit_count) in print_one_breakpoint() 3566 ui_out_field_int (uiout, "times", b->hit_count); in print_one_breakpoint() 3567 if (b->hit_count == 1) in print_one_breakpoint() [all …]
|
| /NextBSD/contrib/gdb/gdb/tui/ |
| HD | tui-winsource.c | 428 if (bp->hit_count) in tui_update_breakpoint_info()
|