commit dfaa0a82acdfbd65dde0a30fa8fd598304a86816 Author: David Goulet dgoulet@torproject.org Date: Fri Jul 10 12:12:26 2020 -0400
changes: Add changes file for #32910
Signed-off-by: David Goulet dgoulet@torproject.org --- changes/ticket32910 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/ticket32910 b/changes/ticket32910 new file mode 100644 index 000000000..e3d64d433 --- /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.
tor-commits@lists.torproject.org