Tor
0.4.9.2-alpha-dev
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
b
c
d
f
g
h
l
m
n
o
p
r
s
v
Enumerations
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
g
h
i
m
n
o
p
q
r
s
t
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
core
or
trace_probes_circuit.h
1
/* Copyright (c) 2020-2021, The Tor Project, Inc. */
2
/* See LICENSE for licensing information */
3
4
/**
5
* \file trace_probes_circuit.c
6
* \brief The tracing probes for the circuit subsystem. Currently, only
7
* LTTng-UST probes are available.
8
**/
9
10
#ifndef TOR_TRACE_PROBES_CIRCUIT_H
11
#define TOR_TRACE_PROBES_CIRCUIT_H
12
13
#include "
lib/trace/events.h
"
14
15
/* We only build the following if LTTng instrumentation has been enabled. */
16
#ifdef USE_TRACING_INSTRUMENTATION_LTTNG
17
18
#include "
core/or/lttng_circuit.inc
"
19
20
#endif
/* USE_TRACING_INSTRUMENTATION_LTTNG */
21
22
#endif
/* !defined(TOR_TRACE_PROBES_CIRCUIT_H) */
events.h
Header file for Tor tracing instrumentation definition.
lttng_circuit.inc
LTTng tracing probe declaration for the circuit subsystem. It is in this .inc file due to the non C s...
Generated by
1.9.4