Document why the fd tracker is ABI without a public header
[lttng-ust.git] / include / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 ### ###
4 ### Public API headers ###
5 ### ###
6
7 nobase_include_HEADERS = \
8 lttng/tracepoint.h \
9 lttng/tracepoint-rcu.h \
10 lttng/tracepoint-types.h \
11 lttng/tracepoint-event.h \
12 lttng/ust-tracepoint-event.h \
13 lttng/ust-tracepoint-event-reset.h \
14 lttng/ust-tracepoint-event-write.h \
15 lttng/ust-tracepoint-event-nowrite.h \
16 lttng/ust-events.h \
17 lttng/ust-ctl.h \
18 lttng/ust-abi.h \
19 lttng/ringbuffer-abi.h \
20 lttng/ust-tracer.h \
21 lttng/ust-compiler.h \
22 lttng/ust.h \
23 lttng/ust-endian.h \
24 lttng/ringbuffer-config.h \
25 lttng/align.h \
26 lttng/bug.h \
27 lttng/ust-error.h \
28 lttng/tracef.h \
29 lttng/lttng-ust-tracef.h \
30 lttng/tracelog.h \
31 lttng/lttng-ust-tracelog.h \
32 lttng/ust-clock.h \
33 lttng/ust-getcpu.h \
34 lttng/ust-elf.h \
35 lttng/counter-config.h \
36 lttng/urcu/pointer.h \
37 lttng/urcu/urcu-ust.h \
38 lttng/urcu/static/pointer.h \
39 lttng/urcu/static/urcu-ust.h
40
41 # Auto-generated by configure.
42 nobase_nodist_include_HEADERS = \
43 lttng/ust-config.h \
44 lttng/ust-version.h
45
46
47 ### ###
48 ### Global private headers ###
49 ### ###
50
51 noinst_HEADERS = \
52 usterr-signal-safe.h \
53 ust-snprintf.h \
54 ust-bitmap.h \
55 ust-comm.h \
56 ust-compat.h \
57 ust-tid.h \
58 ust-bitfield.h \
59 ust-dlfcn.h \
60 ust-dynamic-type.h \
61 ust-helper.h \
62 ust-share.h
63
64
65 # These headers should be moved to the public headers when tested and
66 # documented. The symbols are still part of the ABI.
67
68 # Used by the Java jni interface.
69 noinst_HEADERS += \
70 ust-context-provider.h
71
72 # Used by liblttng-ust-fd
73 noinst_HEADERS += \
74 ust-fd.h \
This page took 0.032305 seconds and 4 git commands to generate.