aboutsummaryrefslogtreecommitdiff
path: root/test/xray/TestCases/Posix/profiling-multi-threaded.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/xray/TestCases/Posix/profiling-multi-threaded.cc')
-rw-r--r--test/xray/TestCases/Posix/profiling-multi-threaded.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/TestCases/Posix/profiling-multi-threaded.cc b/test/xray/TestCases/Posix/profiling-multi-threaded.cc
index 45e5e70226da..8bd15b7d312d 100644
--- a/test/xray/TestCases/Posix/profiling-multi-threaded.cc
+++ b/test/xray/TestCases/Posix/profiling-multi-threaded.cc
@@ -41,7 +41,7 @@ volatile int buffer_counter = 0;
std::string current_mode = __xray_log_get_current_mode();
assert(current_mode == "xray-profiling");
assert(__xray_patch() == XRayPatchingStatus::SUCCESS);
- assert(__xray_log_init(0, 0, nullptr, 0) ==
+ assert(__xray_log_init_mode("xray-profiling", "") ==
XRayLogInitStatus::XRAY_LOG_INITIALIZED);
std::thread t0([] { f0(); });
std::thread t1([] { f0(); });