X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=2dca5a4a33f3b311819ce83ce9680851f399f786;hp=c7220f703999a6b7adc573e74f12236bc31045d8;hb=b7fc068d873bcfc93761f418bfefe8c928c33a59;hpb=116a02e33a6aba03128c268c333e1c35584848d2 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index c7220f703..2dca5a4a3 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -45,7 +45,7 @@ libcommon_la_SOURCES = \ common.h \ conditions/buffer-usage.c \ conditions/condition.c \ - conditions/event-rule.c \ + conditions/on-event.c \ conditions/session-consumed-size.c \ conditions/session-rotation.c \ context.c context.h \ @@ -60,17 +60,20 @@ libcommon_la_SOURCES = \ evaluation.c \ event.c \ event-expr-to-bytecode.c event-expr-to-bytecode.h \ + event-field-value.c \ event-rule/event-rule.c \ - event-rule/kprobe.c \ + event-rule/kernel-probe.c \ event-rule/syscall.c \ - event-rule/uprobe.c \ + event-rule/userspace-probe.c \ event-rule/tracepoint.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 \ + index-allocator.c index-allocator.h \ location.c \ + log-level-rule.c \ mi-lttng.c mi-lttng.h \ notification.c \ optional.h \ @@ -79,6 +82,7 @@ libcommon_la_SOURCES = \ pipe.c pipe.h \ readwrite.c readwrite.h \ runas.c runas.h \ + shm.c shm.h \ session-descriptor.c \ snapshot.c snapshot.h \ spawn-viewer.c spawn-viewer.h \