8000 SU (Report) 0.3% · focs-lab/llvm-project@8b8f6f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b8f6f0

Browse files
committed
SU (Report) 0.3%
1 parent 969f04b commit 8b8f6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/lib/tsan/rtl/tsan_defs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#define TSAN_CONFIG_SSU_MEA 8
3131
#define TSAN_CONFIG_SSO_MEA 9
3232

33-
#define TSAN_FRESHNESS_CONFIG TSAN_CONFIG_T
34-
#define TSAN_SAMPLING_RATE 100
33+
#define TSAN_FRESHNESS_CONFIG TSAN_CONFIG_SSU
34+
#define TSAN_SAMPLING_RATE 0.3
3535
#define TSAN_REPORT_RACE 1
3636
static constexpr unsigned int TSAN_SAMPLING_THRESHOLD = 65536 * TSAN_SAMPLING_RATE / 100;
3737

0 commit comments

Comments
 (0)
0