X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2FMakefile.am;h=12c5f883c396caefccda7d936148e53827865c20;hb=695f70446965aeac8b1118bb08d572630c96114d;hp=96e541332f99378f54a3a0cc3d30979ece3818ac;hpb=a2744201f291effa52cebc3ae1f6bc480609260d;p=lttng-tools.git diff --git a/include/Makefile.am b/include/Makefile.am index 96e541332..12c5f883c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -104,6 +104,7 @@ lttnginclude_HEADERS = \ lttng/destruction-handle.h \ lttng/domain.h \ lttng/endpoint.h \ + lttng/error-query.h \ lttng/event-expr.h \ lttng/event-field-value.h \ lttng/event.h \ @@ -112,6 +113,7 @@ lttnginclude_HEADERS = \ lttng/kernel-probe.h \ lttng/load.h \ lttng/location.h \ + lttng/log-level-rule.h \ lttng/lttng-error.h \ lttng/lttng.h \ lttng/rotation.h \ @@ -124,17 +126,19 @@ lttnginclude_HEADERS = \ lttngactioninclude_HEADERS= \ lttng/action/action.h \ - lttng/action/group.h \ + lttng/action/list.h \ lttng/action/notify.h \ + lttng/action/path.h \ lttng/action/rotate-session.h \ lttng/action/snapshot-session.h \ lttng/action/start-session.h \ - lttng/action/stop-session.h + lttng/action/stop-session.h \ + lttng/action/rate-policy.h lttngconditioninclude_HEADERS= \ lttng/condition/condition.h \ lttng/condition/buffer-usage.h \ - lttng/condition/on-event.h \ + lttng/condition/event-rule-matches.h \ lttng/condition/session-consumed-size.h \ lttng/condition/session-rotation.h \ lttng/condition/evaluation.h @@ -148,40 +152,52 @@ lttngtriggerinclude_HEADERS= \ lttngeventruleinclude_HEADERS= \ lttng/event-rule/event-rule.h \ - lttng/event-rule/kernel-probe.h \ - lttng/event-rule/syscall.h \ - lttng/event-rule/userspace-probe.h \ - lttng/event-rule/tracepoint.h + lttng/event-rule/jul-logging.h \ + lttng/event-rule/kernel-kprobe.h \ + lttng/event-rule/kernel-syscall.h \ + lttng/event-rule/kernel-tracepoint.h \ + lttng/event-rule/kernel-uprobe.h \ + lttng/event-rule/log4j-logging.h \ + lttng/event-rule/python-logging.h \ + lttng/event-rule/user-tracepoint.h noinst_HEADERS = \ lttng/action/action-internal.h \ - lttng/action/group-internal.h \ + lttng/action/list-internal.h \ lttng/action/notify-internal.h \ + lttng/action/path-internal.h \ lttng/action/rotate-session-internal.h \ lttng/action/snapshot-session-internal.h \ lttng/action/start-session-internal.h \ lttng/action/stop-session-internal.h \ + lttng/action/rate-policy-internal.h \ lttng/channel-internal.h \ lttng/condition/buffer-usage-internal.h \ lttng/condition/condition-internal.h \ lttng/condition/evaluation-internal.h \ - lttng/condition/on-event-internal.h \ + lttng/condition/event-rule-matches-internal.h \ lttng/condition/session-consumed-size-internal.h \ lttng/condition/session-rotation-internal.h \ lttng/domain-internal.h \ lttng/endpoint-internal.h \ + lttng/error-query-internal.h \ lttng/event-expr-internal.h \ lttng/event-field-value-internal.h \ lttng/event-internal.h \ lttng/event-rule/event-rule-internal.h \ - lttng/event-rule/kernel-probe-internal.h \ - lttng/event-rule/syscall-internal.h \ - lttng/event-rule/tracepoint-internal.h \ - lttng/event-rule/userspace-probe-internal.h \ + lttng/event-rule/jul-logging-internal.h \ + lttng/event-rule/kernel-kprobe-internal.h \ + lttng/event-rule/kernel-syscall-internal.h \ + lttng/event-rule/kernel-tracepoint-internal.h \ + lttng/event-rule/kernel-uprobe-internal.h \ + lttng/event-rule/log4j-logging-internal.h \ + lttng/event-rule/python-logging-internal.h \ + lttng/event-rule/user-tracepoint-internal.h \ lttng/health-internal.h \ lttng/kernel-probe-internal.h \ lttng/load-internal.h \ lttng/location-internal.h \ + lttng/log-level-rule-internal.h \ lttng/notification/channel-internal.h \ lttng/notification/notification-internal.h \ lttng/ref-internal.h \