From 43123cfa709c56ed6861deb66c3c230d6173df3b Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 23 May 2023 08:56:47 +0100 Subject: [PATCH] FIXUP: Same as PR27458 --- cmake/optional.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake/optional.cmake b/cmake/optional.cmake index dc02a6f2f5e26..e018a47f73725 100644 --- a/cmake/optional.cmake +++ b/cmake/optional.cmake @@ -93,7 +93,9 @@ if(WITH_USDT) int main() { - DTRACE_PROBE(\"context\", \"event\"); + DTRACE_PROBE(context, event); + int a, b, c, d, e, f, g; + DTRACE_PROBE7(context, event, a, b, c, d, e, f, g); } " HAVE_USDT_H )