X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2FKbuild;h=e3896e8125b212fc5eab6754011aeea3261a08b6;hb=684a1e4d7e9a4cf1070e5202e419e1b9f6e9853c;hp=e9b50d576e2f867898443a21dadfaa1111843934;hpb=7ab8c61663d23386a58fb2f36ab8e22d1c0b1efd;p=lttng-modules.git diff --git a/src/Kbuild b/src/Kbuild index e9b50d57..e3896e81 100644 --- a/src/Kbuild +++ b/src/Kbuild @@ -13,6 +13,12 @@ obj-$(CONFIG_LTTNG) += lttng-ring-buffer-client-mmap-discard.o obj-$(CONFIG_LTTNG) += lttng-ring-buffer-client-mmap-overwrite.o obj-$(CONFIG_LTTNG) += lttng-ring-buffer-metadata-mmap-client.o obj-$(CONFIG_LTTNG) += lttng-ring-buffer-event-notifier-client.o + +obj-$(CONFIG_LTTNG) += lttng-counter-client-percpu-32-modular.o +ifneq ($CONFIG_64BIT),) + obj-$(CONFIG_LTTNG) += lttng-counter-client-percpu-64-modular.o +endif # CONFIG_64BIT + obj-$(CONFIG_LTTNG) += lttng-clock.o obj-$(CONFIG_LTTNG) += lttng-tracer.o @@ -45,9 +51,9 @@ lttng-tracer-objs := lib/msgpack/msgpack.o \ lttng-context-hostname.o \ probes/lttng.o \ lttng-tracker-id.o \ - lttng-filter.o lttng-filter-interpreter.o \ - lttng-filter-specialize.o \ - lttng-filter-validator.o \ + lttng-bytecode.o lttng-bytecode-interpreter.o \ + lttng-bytecode-specialize.o \ + lttng-bytecode-validator.o \ probes/lttng-probe-user.o \ lttng-tp-mempool.o \ lttng-event-notifier-notification.o