diff options
author | David Goulet <dgoulet@torproject.org> | 2020-02-11 11:46:34 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-08 09:10:08 -0400 |
commit | bf0e2ae0d0e8608277f53e0cd687a419bf99de85 (patch) | |
tree | 556b78719083cb4757edab6c04fc093ebd3b03fb /scripts/maint/practracker | |
parent | c31d469f3734b0d60786deb2be9dafb3225755c3 (diff) | |
download | tor-bf0e2ae0d0e8608277f53e0cd687a419bf99de85.tar.gz tor-bf0e2ae0d0e8608277f53e0cd687a419bf99de85.zip |
trace: Add single tracepoint in circuit subsystem
This is the very first tracepoint in tor. It is in the circuit subsystem for
when a new circuit opens.
LTTng instrumentation requires lot more around a tracepoint than USDT thus
this commit only adds one tracepoint in order to outline a base to add more
tracepoints later.
The idea is that we separate subsystem into what LTTng defines as "providers"
so the circuit provider contains the tracepoint definitions for the circuit
subsystem.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts/maint/practracker')
-rw-r--r-- | scripts/maint/practracker/exceptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/maint/practracker/exceptions.txt b/scripts/maint/practracker/exceptions.txt index 25568f03f0..8b4ffcceca 100644 --- a/scripts/maint/practracker/exceptions.txt +++ b/scripts/maint/practracker/exceptions.txt @@ -324,3 +324,4 @@ problem function-size /src/tools/tor-gencert.c:parse_commandline() 111 problem function-size /src/tools/tor-resolve.c:build_socks5_resolve_request() 102 problem function-size /src/tools/tor-resolve.c:do_resolve() 171 problem function-size /src/tools/tor-resolve.c:main() 112 +problem dependency-violation /src/core/or/trace_probes_circuit.c 1 |