/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_suppressions.cpp | 100 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed); in IsSuppressed() 138 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed); in IsSuppressed() 151 int hit_count = 0; in PrintMatchedSuppressions() local 153 hit_count += atomic_load_relaxed(&matched[i]->hit_count); in PrintMatchedSuppressions() 154 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, in PrintMatchedSuppressions() 157 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()
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 91 bool SuppressByRule(const StackTrace &stack, uptr hit_count, uptr total_size); 98 bool Suppress(u32 stack_trace_id, uptr hit_count, uptr total_size); 215 uptr hit_count, uptr total_size) { in SuppressByRule() argument 221 atomic_fetch_add(&s->hit_count, hit_count, memory_order_relaxed); in SuppressByRule() 228 bool LeakSuppressionContext::Suppress(u32 stack_trace_id, uptr hit_count, in Suppress() argument 232 if (!SuppressInvalid(stack) && !SuppressByRule(stack, hit_count, total_size)) in Suppress() 674 static_cast<uptr>(atomic_load_relaxed(&matched[i]->hit_count)), in PrintMatchedSuppressions() 848 leaks_[i].hit_count++; in AddLeakedChunks() 908 leaks_[index].total_size, leaks_[index].hit_count); in PrintReportForLeak() 937 allocations += leaks_[i].hit_count; in PrintSummary() [all …]
|
H A D | lsan_common.h | 199 uptr hit_count; member
|
/openbsd/gnu/llvm/lldb/source/Breakpoint/ |
H A D | WatchpointList.cpp | 187 uint32_t hit_count = 0; in GetHitCount() local 191 hit_count += (*pos)->GetHitCount(); in GetHitCount() 192 return hit_count; in GetHitCount()
|
H A D | BreakpointLocationList.cpp | 171 uint32_t hit_count = 0; in GetHitCount() local 175 hit_count += (*pos)->GetHitCount(); in GetHitCount() 176 return hit_count; in GetHitCount()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_suppressions.h | 25 atomic_uint32_t hit_count; member
|
H A D | sanitizer_suppressions.cpp | 177 if (atomic_load_relaxed(&suppressions_[i].hit_count)) in GetMatched()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | tracepoint.h | 85 int hit_count; member
|
H A D | breakpoint.h | 366 int hit_count; member
|
H A D | breakpoint.c | 357 b->hit_count = 0; in clear_breakpoint_hit_counts() 2714 ++(b->hit_count); in bpstat_stop_status() 2793 ++(b->hit_count); in bpstat_stop_status() 2797 ++(b->hit_count); in bpstat_stop_status() 2827 ++(b->hit_count); in bpstat_stop_status() 2855 --(b->hit_count); in bpstat_stop_status() 2861 --(b->hit_count); in bpstat_stop_status() 3550 if (show_breakpoint_hit_counts && b->hit_count) in print_one_breakpoint() 3558 ui_out_field_int (uiout, "times", b->hit_count); in print_one_breakpoint() 3559 if (b->hit_count == 1) in print_one_breakpoint() [all …]
|
H A D | ChangeLog-1998 | 134 (bpstat_stop_status): Fix updates of b->hit_count. 4056 * breakpoint.c (bpstat_stop_status): Do not increment hit_count
|
H A D | ChangeLog-1994 | 2502 * breakpoint.h (hit_count): New breakpoint field.
|
H A D | ChangeLog-1999 | 782 * breakpoint.c (bpstat_stop_status): Don't decrease hit_count
|
/openbsd/gnu/usr.bin/binutils/gdb/tui/ |
H A D | tui-winsource.c | 428 if (bp->hit_count) in tui_update_breakpoint_info()
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | tutorial.rst | 424 hw_index = 0 hit_count = 5 ignore_count = 0
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 2015 cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/hit_count.cpp
|