aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/trace_probes_circuit.h
blob: 59f53c324a25d4d775fe4d2361737e5441497d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Copyright (c) 2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * \file trace_probes_circuit.c
 * \brief The tracing probes for the circuit subsystem. Currently, only
 *        LTTng-UST probes are available.
 **/

#ifndef TOR_TRACE_PROBES_CIRCUIT_H
#define TOR_TRACE_PROBES_CIRCUIT_H

#include "lib/trace/events.h"

/* We only build the following if LTTng instrumentation has been enabled. */
#ifdef USE_TRACING_INSTRUMENTATION_LTTNG

#include "core/or/lttng_circuit.inc"

#endif /* USE_TRACING_INSTRUMENTATION_LTTNG */

#endif /* TOR_TRACE_PROBES_CIRCUIT_H */