Document why the fd tracker is ABI without a public header
[lttng-ust.git] / include / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
ae4b659d
MJ
3### ###
4### Public API headers ###
5### ###
6
17bb07b4 7nobase_include_HEADERS = \
4318ae1b 8 lttng/tracepoint.h \
40b2b5a4 9 lttng/tracepoint-rcu.h \
51489cad 10 lttng/tracepoint-types.h \
4318ae1b
MD
11 lttng/tracepoint-event.h \
12 lttng/ust-tracepoint-event.h \
13 lttng/ust-tracepoint-event-reset.h \
4774c8f3
MD
14 lttng/ust-tracepoint-event-write.h \
15 lttng/ust-tracepoint-event-nowrite.h \
4318ae1b
MD
16 lttng/ust-events.h \
17 lttng/ust-ctl.h \
4318ae1b 18 lttng/ust-abi.h \
4318ae1b
MD
19 lttng/ringbuffer-abi.h \
20 lttng/ust-tracer.h \
a8909ba5 21 lttng/ust-compiler.h \
4318ae1b 22 lttng/ust.h \
2ae57758 23 lttng/ust-endian.h \
40c778e3
MD
24 lttng/ringbuffer-config.h \
25 lttng/align.h \
7bc53e94 26 lttng/bug.h \
641c659a
MD
27 lttng/ust-error.h \
28 lttng/tracef.h \
f9364363 29 lttng/lttng-ust-tracef.h \
0cb03c85
MD
30 lttng/tracelog.h \
31 lttng/lttng-ust-tracelog.h \
5e1b7b8b 32 lttng/ust-clock.h \
f8128bc8 33 lttng/ust-getcpu.h \
ebabbf58
MD
34 lttng/ust-elf.h \
35 lttng/counter-config.h \
10544ee8
MD
36 lttng/urcu/pointer.h \
37 lttng/urcu/urcu-ust.h \
38 lttng/urcu/static/pointer.h \
39 lttng/urcu/static/urcu-ust.h
1dbfff0c 40
ae4b659d
MJ
41# Auto-generated by configure.
42nobase_nodist_include_HEADERS = \
43 lttng/ust-config.h \
44 lttng/ust-version.h
45
46
47### ###
48### Global private headers ###
49### ###
50
9edd34bd 51noinst_HEADERS = \
44c72f10 52 usterr-signal-safe.h \
864a1eda 53 ust-snprintf.h \
b7b5cf30 54 ust-bitmap.h \
b728d87e 55 ust-comm.h \
cd61d9bf 56 ust-compat.h \
ae4b659d
MJ
57 ust-tid.h \
58 ust-bitfield.h \
59 ust-dlfcn.h \
60 ust-dynamic-type.h \
864a1eda
MJ
61 ust-helper.h \
62 ust-share.h
00b217e6 63
221309e3
MJ
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.
28b9540b
MJ
69noinst_HEADERS += \
70 ust-context-provider.h
221309e3
MJ
71
72# Used by liblttng-ust-fd
73noinst_HEADERS += \
74 ust-fd.h \
This page took 0.034532 seconds and 4 git commands to generate.