implement ring buffer clients
[lttng-ust.git] / include / Makefile.am
1 nobase_include_HEADERS = \
2 ust/marker.h \
3 ust/tracepoint.h \
4 ust/tracepoint_event.h \
5 ust/probe.h \
6 ust/version.h \
7 ust/lttng-ust-abi.h \
8 ust/ringbuffer-abi.h
9
10 noinst_HEADERS = \
11 share.h \
12 usterr.h \
13 ust_snprintf.h \
14 usterr_signal_safe.h \
15 ust/compat.h \
16 ust/config.h \
17 ust/core.h \
18 ust/marker-internal.h \
19 ust/tracepoint-internal.h \
20 ust/clock.h \
21 ust/probe-internal.h \
22 ust/processor.h \
23 ust/kcompat/kcompat.h \
24 ust/kcompat/jhash.h \
25 ust/kcompat/compiler.h \
26 ust/kcompat/types.h \
27 ust/tracectl.h \
28 ust/stringify.h
This page took 0.031598 seconds and 5 git commands to generate.