Update perf counter ABI
[lttng-modules.git] / Makefile
index ac8618deb17efa83cb2a56ee6f4d87d6454b0d42..dc44fd40b6cfb2834ef0b1e89861aa5e85ecafc4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,18 +7,20 @@ ifneq ($(CONFIG_TRACEPOINTS),)
 
 obj-m += ltt-ring-buffer-client-discard.o
 obj-m += ltt-ring-buffer-client-overwrite.o
+obj-m += ltt-ring-buffer-metadata-client.o
 
 obj-m += ltt-relay.o
-ltt-relay-objs :=  ltt-events.o ltt-event-header.o ltt-debugfs-abi.o \
-                       ltt-probes.o ltt-core.o
+ltt-relay-objs :=  ltt-events.o ltt-debugfs-abi.o \
+                       ltt-probes.o ltt-core.o ltt-context.o \
+                       lttng-context-pid.o lttng-context-comm.o \
+                       lttng-context-prio.o lttng-context-nice.o
 
-obj-m += probes/
+ifneq ($(CONFIG_PERF_EVENTS),)
+ltt-relay-objs += lttng-context-perf-counters.o
+endif
 
-# Use externally packaged lib ring buffer if missing in kernel
-ifneq ($(CONFIG_LIB_RING_BUFFER),)
-else
+obj-m += probes/
 obj-m += lib/
-endif
 
 endif
 
This page took 0.022475 seconds and 4 git commands to generate.