X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=2d8cb55499507b1e8d0426f1ae53f3674211b5f8;hb=7144b5acc3ecac81b0d497b51a864d59a4cca72c;hp=fa75c7c359a6ca46a4713333053b11ff9b8ab958;hpb=c6bd8523ba4a37b61a1591c03e23614112b155ba;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index fa75c7c3..2d8cb554 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -73,9 +73,9 @@ babeltraceincludedir = "$(includedir)/babeltrace" babeltraceinclude_HEADERS = \ babeltrace/babeltrace.h \ babeltrace/logging.h \ - babeltrace/object.h \ babeltrace/property.h \ babeltrace/types.h \ + babeltrace/util.h \ babeltrace/value-const.h \ babeltrace/value.h \ babeltrace/version.h @@ -88,12 +88,14 @@ babeltracectfinclude_HEADERS = \ # CTF writer API babeltracectfwriterincludedir = "$(includedir)/babeltrace/ctf-writer" babeltracectfwriterinclude_HEADERS = \ + babeltrace/ctf-writer/clock-class.h \ babeltrace/ctf-writer/clock.h \ babeltrace/ctf-writer/event-fields.h \ - babeltrace/ctf-writer/event.h \ babeltrace/ctf-writer/event-types.h \ - babeltrace/ctf-writer/fields.h \ + babeltrace/ctf-writer/event.h \ babeltrace/ctf-writer/field-types.h \ + babeltrace/ctf-writer/fields.h \ + babeltrace/ctf-writer/object.h \ babeltrace/ctf-writer/stream-class.h \ babeltrace/ctf-writer/stream.h \ babeltrace/ctf-writer/trace.h \ @@ -120,11 +122,10 @@ babeltracetraceirincludedir = "$(includedir)/babeltrace/trace-ir" babeltracetraceirinclude_HEADERS = \ babeltrace/trace-ir/clock-class-const.h \ babeltrace/trace-ir/clock-class.h \ - babeltrace/trace-ir/clock-value-const.h \ + babeltrace/trace-ir/clock-snapshot-const.h \ babeltrace/trace-ir/event-class-const.h \ babeltrace/trace-ir/event-class.h \ babeltrace/trace-ir/event-const.h \ - babeltrace/trace-ir/event-header-field.h \ babeltrace/trace-ir/event.h \ babeltrace/trace-ir/field-class-const.h \ babeltrace/trace-ir/field-class.h \ @@ -133,7 +134,6 @@ babeltracetraceirinclude_HEADERS = \ babeltrace/trace-ir/field.h \ babeltrace/trace-ir/packet-const.h \ babeltrace/trace-ir/packet-context-field.h \ - babeltrace/trace-ir/packet-header-field.h \ babeltrace/trace-ir/packet.h \ babeltrace/trace-ir/stream-class-const.h \ babeltrace/trace-ir/stream-class.h \ @@ -151,7 +151,7 @@ babeltraceplugininclude_HEADERS = \ babeltrace/plugin/plugin-const.h \ babeltrace/plugin/plugin-set-const.h -# Graph, component, and notification API +# Graph, component, and message API babeltracegraphincludedir = "$(includedir)/babeltrace/graph" babeltracegraphinclude_HEADERS = \ babeltrace/graph/component-class-const.h \ @@ -169,33 +169,47 @@ babeltracegraphinclude_HEADERS = \ babeltrace/graph/connection-const.h \ babeltrace/graph/graph-const.h \ babeltrace/graph/graph.h \ - babeltrace/graph/notification-const.h \ - babeltrace/graph/notification-event-const.h \ - babeltrace/graph/notification-event.h \ - babeltrace/graph/notification-inactivity-const.h \ - babeltrace/graph/notification-inactivity.h \ - babeltrace/graph/notification-packet-const.h \ - babeltrace/graph/notification-packet.h \ - babeltrace/graph/notification-stream-const.h \ - babeltrace/graph/notification-stream.h \ + babeltrace/graph/message-const.h \ + babeltrace/graph/message-discarded-events-const.h \ + babeltrace/graph/message-discarded-events.h \ + babeltrace/graph/message-discarded-packets-const.h \ + babeltrace/graph/message-discarded-packets.h \ + babeltrace/graph/message-event-const.h \ + babeltrace/graph/message-event.h \ + babeltrace/graph/message-message-iterator-inactivity-const.h \ + babeltrace/graph/message-message-iterator-inactivity.h \ + babeltrace/graph/message-iterator-const.h \ + babeltrace/graph/message-packet-beginning-const.h \ + babeltrace/graph/message-packet-beginning.h \ + babeltrace/graph/message-packet-end-const.h \ + babeltrace/graph/message-packet-end.h \ + babeltrace/graph/message-stream-activity-beginning-const.h \ + babeltrace/graph/message-stream-activity-beginning.h \ + babeltrace/graph/message-stream-activity-const.h \ + babeltrace/graph/message-stream-activity-end-const.h \ + babeltrace/graph/message-stream-activity-end.h \ + babeltrace/graph/message-stream-beginning-const.h \ + babeltrace/graph/message-stream-beginning.h \ + babeltrace/graph/message-stream-end-const.h \ + babeltrace/graph/message-stream-end.h \ babeltrace/graph/port-const.h \ babeltrace/graph/port-input-const.h \ babeltrace/graph/port-output-const.h \ - babeltrace/graph/port-output-notification-iterator.h \ + babeltrace/graph/port-output-message-iterator.h \ babeltrace/graph/query-executor-const.h \ babeltrace/graph/query-executor.h \ babeltrace/graph/self-component-class-filter.h \ babeltrace/graph/self-component-class-sink.h \ babeltrace/graph/self-component-class-source.h \ babeltrace/graph/self-component-filter.h \ - babeltrace/graph/self-component-port-input-notification-iterator.h \ + babeltrace/graph/self-component-port-input-message-iterator.h \ babeltrace/graph/self-component-port-input.h \ babeltrace/graph/self-component-port-output.h \ babeltrace/graph/self-component-port.h \ babeltrace/graph/self-component-sink.h \ babeltrace/graph/self-component-source.h \ babeltrace/graph/self-component.h \ - babeltrace/graph/self-notification-iterator.h + babeltrace/graph/self-message-iterator.h noinst_HEADERS = \ babeltrace/compat/stdlib-internal.h \ @@ -212,6 +226,7 @@ noinst_HEADERS = \ babeltrace/compat/mman-internal.h \ babeltrace/compat/socket-internal.h \ babeltrace/common-internal.h \ + babeltrace/ctfser-internal.h \ babeltrace/bitfield-internal.h \ babeltrace/object-internal.h \ babeltrace/object-pool-internal.h \ @@ -230,13 +245,15 @@ noinst_HEADERS = \ babeltrace/ctf-writer/field-types-internal.h \ babeltrace/ctf-writer/field-wrapper-internal.h \ babeltrace/ctf-writer/functor-internal.h \ + babeltrace/ctf-writer/object-internal.h \ + babeltrace/ctf-writer/object-pool-internal.h \ babeltrace/ctf-writer/resolve-internal.h \ - babeltrace/ctf-writer/serialize-internal.h \ babeltrace/ctf-writer/stream-class-internal.h \ babeltrace/ctf-writer/stream-internal.h \ babeltrace/ctf-writer/trace-internal.h \ babeltrace/ctf-writer/utils-internal.h \ babeltrace/ctf-writer/validation-internal.h \ + babeltrace/ctf-writer/values-internal.h \ babeltrace/ctf-writer/visitor-internal.h \ babeltrace/ctf-writer/writer-internal.h \ babeltrace/mmap-align-internal.h \ @@ -245,8 +262,8 @@ noinst_HEADERS = \ babeltrace/endian-internal.h \ babeltrace/trace-ir/attributes-internal.h \ babeltrace/trace-ir/clock-class-internal.h \ - babeltrace/trace-ir/clock-value-internal.h \ - babeltrace/trace-ir/clock-value-set-internal.h \ + babeltrace/trace-ir/clock-snapshot-internal.h \ + babeltrace/trace-ir/clock-snapshot-set-internal.h \ babeltrace/trace-ir/event-class-internal.h \ babeltrace/trace-ir/event-internal.h \ babeltrace/trace-ir/field-class-internal.h \ @@ -257,6 +274,7 @@ noinst_HEADERS = \ babeltrace/trace-ir/resolve-field-path-internal.h \ babeltrace/trace-ir/stream-class-internal.h \ babeltrace/trace-ir/stream-internal.h \ + babeltrace/trace-ir/trace-class-internal.h \ babeltrace/trace-ir/trace-internal.h \ babeltrace/trace-ir/utils-internal.h \ babeltrace/prio-heap-internal.h \ @@ -272,14 +290,18 @@ noinst_HEADERS = \ babeltrace/graph/component-source-internal.h \ babeltrace/graph/connection-internal.h \ babeltrace/graph/graph-internal.h \ - babeltrace/graph/notification-event-internal.h \ - babeltrace/graph/notification-inactivity-internal.h \ - babeltrace/graph/notification-internal.h \ - babeltrace/graph/notification-iterator-internal.h \ - babeltrace/graph/notification-packet-internal.h \ - babeltrace/graph/notification-stream-internal.h \ + babeltrace/graph/message-discarded-items-internal.h \ + babeltrace/graph/message-event-internal.h \ + babeltrace/graph/message-message-iterator-inactivity-internal.h \ + babeltrace/graph/message-internal.h \ + babeltrace/graph/message-iterator-internal.h \ + babeltrace/graph/message-packet-internal.h \ + babeltrace/graph/message-stream-activity-internal.h \ + babeltrace/graph/message-stream-internal.h \ babeltrace/graph/port-internal.h \ babeltrace/graph/query-executor-internal.h \ babeltrace/list-internal.h \ + babeltrace/fd-cache-internal.h \ + babeltrace/property-internal.h \ version.h \ version.i