Commit | Line | Data |
---|---|---|
17bb07b4 | 1 | nobase_include_HEADERS = \ |
4318ae1b MD |
2 | lttng/marker.h \ |
3 | lttng/tracepoint.h \ | |
4 | lttng/tracepoint-event.h \ | |
5 | lttng/ust-tracepoint-event.h \ | |
6 | lttng/ust-tracepoint-event-reset.h \ | |
7 | lttng/ust-events.h \ | |
8 | lttng/ust-ctl.h \ | |
9 | lttng/version.h \ | |
10 | lttng/ust-abi.h \ | |
11 | lttng/ust-comm.h \ | |
12 | lttng/ringbuffer-abi.h \ | |
13 | lttng/ust-tracer.h \ | |
14 | lttng/usterr-signal-safe.h \ | |
15 | lttng/config.h \ | |
16 | lttng/share.h \ | |
17 | lttng/ust.h \ | |
e57f9982 | 18 | lttng/core.h \ |
3c344c31 | 19 | lttng/processor.h \ |
40c778e3 MD |
20 | lttng/kcompat/kcompat.h \ |
21 | lttng/kcompat/jhash.h \ | |
22 | lttng/kcompat/compiler.h \ | |
23 | lttng/kcompat/types.h \ | |
24 | lttng/ringbuffer-config.h \ | |
25 | lttng/align.h \ | |
26 | lttng/bug.h \ | |
27 | lttng/vatomic.h | |
1dbfff0c MD |
28 | |
29 | # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. | |
9edd34bd MD |
30 | |
31 | noinst_HEADERS = \ | |
9edd34bd MD |
32 | usterr.h \ |
33 | ust_snprintf.h \ | |
4318ae1b MD |
34 | lttng/compat.h \ |
35 | lttng/marker-internal.h \ | |
36 | lttng/tracepoint-internal.h \ | |
37 | lttng/clock.h \ | |
38 | lttng/probe-internal.h \ | |
4318ae1b | 39 | lttng/stringify.h \ |
36385b6e MD |
40 | lttng/wait.h \ |
41 | lttng/bitfield.h |