Expose liblttng-libc-wrapper malloc ctor in 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 \
d1f1110f 36 lttng/ust-libc-wrapper.h \
10544ee8
MD
37 lttng/urcu/pointer.h \
38 lttng/urcu/urcu-ust.h \
39 lttng/urcu/static/pointer.h \
40 lttng/urcu/static/urcu-ust.h
1dbfff0c 41
ae4b659d
MJ
42# Auto-generated by configure.
43nobase_nodist_include_HEADERS = \
44 lttng/ust-config.h \
45 lttng/ust-version.h
46
47
48### ###
49### Global private headers ###
50### ###
51
9edd34bd 52noinst_HEADERS = \
44c72f10 53 usterr-signal-safe.h \
864a1eda 54 ust-snprintf.h \
b7b5cf30 55 ust-bitmap.h \
b728d87e 56 ust-comm.h \
cd61d9bf 57 ust-compat.h \
ae4b659d
MJ
58 ust-tid.h \
59 ust-bitfield.h \
60 ust-dlfcn.h \
61 ust-dynamic-type.h \
864a1eda
MJ
62 ust-helper.h \
63 ust-share.h
00b217e6 64
221309e3
MJ
65
66# These headers should be moved to the public headers when tested and
67# documented. The symbols are still part of the ABI.
68
69# Used by the Java jni interface.
28b9540b
MJ
70noinst_HEADERS += \
71 ust-context-provider.h
221309e3
MJ
72
73# Used by liblttng-ust-fd
74noinst_HEADERS += \
35993de9 75 ust-fd.h
This page took 0.03405 seconds and 4 git commands to generate.