Home
last modified time | relevance | path

Searched refs:hit_count (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp100 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 Dtsan_rtl_report.cpp680 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 Dlsan_common.cpp91 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 Dlsan_common.h199 uptr hit_count; member
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp187 uint32_t hit_count = 0; in GetHitCount() local
191 hit_count += (*pos)->GetHitCount(); in GetHitCount()
192 return hit_count; in GetHitCount()
H A DBreakpointLocationList.cpp171 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 Dsanitizer_suppressions.h25 atomic_uint32_t hit_count; member
H A Dsanitizer_suppressions.cpp177 if (atomic_load_relaxed(&suppressions_[i].hit_count)) in GetMatched()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtracepoint.h85 int hit_count; member
H A Dbreakpoint.h366 int hit_count; member
H A Dbreakpoint.c357 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 DChangeLog-1998134 (bpstat_stop_status): Fix updates of b->hit_count.
4056 * breakpoint.c (bpstat_stop_status): Do not increment hit_count
H A DChangeLog-19942502 * breakpoint.h (hit_count): New breakpoint field.
H A DChangeLog-1999782 * breakpoint.c (bpstat_stop_status): Don't decrease hit_count
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-winsource.c428 if (bp->hit_count) in tui_update_breakpoint_info()
/openbsd/gnu/llvm/lldb/docs/use/
H A Dtutorial.rst424 hw_index = 0 hit_count = 5 ignore_count = 0
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt2015 cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/hit_count.cpp