aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket32910
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-07-10 12:12:26 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-07-10 12:12:26 -0400
commitdfaa0a82acdfbd65dde0a30fa8fd598304a86816 (patch)
tree403786de7118fde6d932008b29e2359aef051f91 /changes/ticket32910
parent942ecfa835bc50ed11912df034abf5f184d46033 (diff)
downloadtor-dfaa0a82acdfbd65dde0a30fa8fd598304a86816.tar.gz
tor-dfaa0a82acdfbd65dde0a30fa8fd598304a86816.zip
changes: Add changes file for #32910
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket32910')
-rw-r--r--changes/ticket329105
1 files changed, 5 insertions, 0 deletions
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.