mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 2f1403ae53 into merged_master (Bitcoin PR bitcoin/bitcoin#27458)
This commit is contained in:
commit
fca322ec2f
1 changed files with 3 additions and 1 deletions
|
|
@ -1421,7 +1421,9 @@ if test "$use_usdt" != "no"; then
|
|||
AC_COMPILE_IFELSE([
|
||||
AC_LANG_PROGRAM(
|
||||
[#include <sys/sdt.h>],
|
||||
[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);]
|
||||
)],
|
||||
[AC_MSG_RESULT([yes]); AC_DEFINE([ENABLE_TRACING], [1], [Define to 1 to enable tracepoints for Userspace, Statically Defined Tracing])],
|
||||
[AC_MSG_RESULT([no]); use_usdt=no;]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue