X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2FMakefile;h=554e6ffaf8e34c6a3a889786d3a126bbdc3fe46a;hb=833ad6a0c344849269df6875f40c3d7cb21529d3;hp=add4e88fc0e48664a4c8b8fc0384e37263c20c26;hpb=cd4bd11fe2d3232089186a5b9b021b7cb504a8fb;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index add4e88f..554e6ffa 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -14,6 +14,19 @@ obj-m += lttng-probe-sched.o obj-m += lttng-probe-kvm.o obj-m += lttng-probe-irq.o obj-m += lttng-probe-block.o +obj-m += lttng-probe-syscalls.o + +ifneq ($(CONFIG_KPROBES),) +obj-m += lttng-kprobes.o +endif + +ifneq ($(CONFIG_DYNAMIC_FTRACE),) +obj-m += lttng-ftrace.o +endif + +ifneq ($(CONFIG_PERF_EVENTS),) +obj-m += lttng-perf-counters.o +endif endif