X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=6af48ae0128bfeb3533f099208b1cacaf8690e69;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=dd000baa62f35e5f650d0cf1a3bc1d252800cc5f;hpb=10c561687fc2f7aa40380e967cf5132a656f34b7;p=lttng-ust.git diff --git a/include/Makefile.am b/include/Makefile.am index dd000baa..6af48ae0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,25 +1,57 @@ +# SPDX-License-Identifier: LGPL-2.1-only + nobase_include_HEADERS = \ - ust/immediate.h \ - ust/marker.h \ - ust/tracepoint.h \ - ust/define_trace.h \ - ust/ust_trace.h \ - ust/processor.h \ - ust/probe.h \ - ust/ust.h \ - ust/tracectl.h \ - ust/core.h \ - ust/clock.h \ - ust/type-serializer.h \ - ust/kcompat/kcompat.h \ - ust/kcompat/compiler.h \ - ust/kcompat/disable.h \ - ust/kcompat/jhash.h \ - ust/kcompat/kref.h \ - ust/kcompat/simple.h \ - ust/kcompat/types.h \ - ust/kcompat/stringify.h \ - ust/ustcmd.h \ - ust/ustd.h + lttng/tracepoint.h \ + lttng/tracepoint-rcu.h \ + lttng/tracepoint-types.h \ + lttng/tracepoint-event.h \ + lttng/ust-tracepoint-event.h \ + lttng/ust-tracepoint-event-reset.h \ + lttng/ust-tracepoint-event-write.h \ + lttng/ust-tracepoint-event-nowrite.h \ + lttng/ust-events.h \ + lttng/ust-ctl.h \ + lttng/ust-abi.h \ + lttng/ringbuffer-abi.h \ + lttng/ust-tracer.h \ + lttng/ust-compiler.h \ + lttng/ust.h \ + lttng/ust-endian.h \ + lttng/ringbuffer-config.h \ + lttng/align.h \ + lttng/bug.h \ + lttng/ust-error.h \ + lttng/tracef.h \ + lttng/lttng-ust-tracef.h \ + lttng/tracelog.h \ + lttng/lttng-ust-tracelog.h \ + lttng/ust-clock.h \ + lttng/ust-getcpu.h \ + lttng/ust-elf.h \ + lttng/counter-config.h \ + lttng/bitmap.h \ + lttng/urcu/pointer.h \ + lttng/urcu/urcu-ust.h \ + lttng/urcu/static/pointer.h \ + lttng/urcu/static/urcu-ust.h + +# note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. + +noinst_HEADERS = \ + usterr-signal-safe.h \ + ust_snprintf.h \ + ust-comm.h \ + ust-fd.h \ + lttng/ust-tid.h \ + lttng/bitfield.h \ + lttng/ust-dlfcn.h \ + lttng/ust-dynamic-type.h \ + lttng/ust-context-provider.h \ + helper.h \ + share.h + +# Auto-generated by configure. -noinst_HEADERS = share.h usterr.h ust_snprintf.h +nobase_nodist_include_HEADERS = \ + lttng/ust-config.h \ + lttng/ust-version.h