aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/trace_probes_cc.h
blob: 1f87528723f2d8ee34fa39d05736ebd0d47b2636 (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) 2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */

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

#ifndef TOR_TRACE_PROBES_CC_H
#define TOR_TRACE_PROBES_CC_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_cc.inc"

#endif /* USE_TRACING_INSTRUMENTATION_LTTNG */

#endif /* !defined(TOR_TRACE_PROBES_CC_H) */