event-rule: introduce event rule uprobe
[lttng-tools.git] / src / common / Makefile.am
index 6a841e92a703bc82d4f85b73ba228e44dd383157..7c2ab3e3a193dfa663827a54a8ba8f598cd8fc82 100644 (file)
@@ -48,10 +48,15 @@ libcommon_la_SOURCES = \
        error.c error.h \
        evaluation.c \
        event.c \
+       event-rule/event-rule.c \
+       event-rule/kprobe.c \
+       event-rule/syscall.c \
+       event-rule/uprobe.c \
        filter.c filter.h \
        fd-handle.c fd-handle.h \
        fs-handle.c fs-handle.h fs-handle-internal.h \
        futex.c futex.h \
+       kernel-probe.c \
        location.c \
        mi-lttng.c mi-lttng.h \
        notification.c \
@@ -75,6 +80,7 @@ libcommon_la_SOURCES = \
        userspace-probe.c \
        utils.c utils.h \
        uuid.c uuid.h \
+       thread.c thread.h \
        tracker.c tracker.h \
        waiter.c waiter.h
 
This page took 0.024326 seconds and 5 git commands to generate.