X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=caf588e4093e9017a8138a3883c934bed6bef57c;hp=c7220f703999a6b7adc573e74f12236bc31045d8;hb=7c1f6da21f4d46d9c834820a2b26f0634c7365a9;hpb=116a02e33a6aba03128c268c333e1c35584848d2 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index c7220f703..caf588e40 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,10 +60,11 @@ 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 \ @@ -71,6 +72,7 @@ libcommon_la_SOURCES = \ futex.c futex.h \ kernel-probe.c \ location.c \ + log-level-rule.c \ mi-lttng.c mi-lttng.h \ notification.c \ optional.h \