From dfaa0a82acdfbd65dde0a30fa8fd598304a86816 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 10 Jul 2020 12:12:26 -0400 Subject: [PATCH] changes: Add changes file for #32910 Signed-off-by: David Goulet --- changes/ticket32910 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket32910 diff --git a/changes/ticket32910 b/changes/ticket32910 new file mode 100644 index 0000000000..e3d64d4333 --- /dev/null +++ b/changes/ticket32910 @@ -0,0 +1,5 @@ + o Major feature (tracing): + - Add a tracing library with USDT and LTTng-UST support. Few tracepoints + were added in the circuit subsystem. More will come incrementally. This + feature is compiled out by default. It needs to be enabled at configure + time. See documentation in doc/HACKING/Tracing.md. Closes ticket 32910.