X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=bc272807688634d9d59ba2c83b9fcd42c901c20c;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hp=0bdd90a836867b01a77e4270618b8615de72fc6a;hpb=44c440bc5fe8219cc17d1b786d91fd83c4c9860a;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 0bdd90a8..bc272807 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -73,8 +73,10 @@ babeltraceincludedir = "$(includedir)/babeltrace" babeltraceinclude_HEADERS = \ babeltrace/babeltrace.h \ babeltrace/logging.h \ - babeltrace/ref.h \ + babeltrace/object.h \ + babeltrace/property.h \ babeltrace/types.h \ + babeltrace/values-const.h \ babeltrace/values.h \ babeltrace/version.h @@ -99,43 +101,65 @@ babeltracectfwriterinclude_HEADERS = \ babeltrace/ctf-writer/visitor.h \ babeltrace/ctf-writer/writer.h -# CTF IR API +# Legacy API (for CTF writer) babeltracectfirincludedir = "$(includedir)/babeltrace/ctf-ir" babeltracectfirinclude_HEADERS = \ - babeltrace/ctf-ir/clock-class.h \ - babeltrace/ctf-ir/clock-value.h \ babeltrace/ctf-ir/clock.h \ - babeltrace/ctf-ir/event-class.h \ + babeltrace/ctf-ir/event-fields.h \ + babeltrace/ctf-ir/event-types.h \ babeltrace/ctf-ir/event.h \ - babeltrace/ctf-ir/event-header-field.h \ - babeltrace/ctf-ir/field-path.h \ babeltrace/ctf-ir/field-types.h \ babeltrace/ctf-ir/fields.h \ - babeltrace/ctf-ir/packet.h \ - babeltrace/ctf-ir/packet-context-field.h \ - babeltrace/ctf-ir/packet-header-field.h \ babeltrace/ctf-ir/stream-class.h \ babeltrace/ctf-ir/stream.h \ - babeltrace/ctf-ir/trace.h + babeltrace/ctf-ir/trace.h \ + babeltrace/ctf-ir/utils.h + +# Trace IR API +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/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-classes-const.h \ + babeltrace/trace-ir/field-classes.h \ + babeltrace/trace-ir/field-path-const.h \ + babeltrace/trace-ir/fields-const.h \ + babeltrace/trace-ir/fields.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 \ + babeltrace/trace-ir/stream-const.h \ + babeltrace/trace-ir/stream.h \ + babeltrace/trace-ir/trace-const.h \ + babeltrace/trace-ir/trace.h # Plugin and plugin development API babeltracepluginincludedir = "$(includedir)/babeltrace/plugin" babeltraceplugininclude_HEADERS = \ babeltrace/plugin/plugin-dev.h \ - babeltrace/plugin/plugin.h + babeltrace/plugin/plugin.h \ + babeltrace/plugin/plugin-set.h # Graph, component, and notification API babeltracegraphincludedir = "$(includedir)/babeltrace/graph" babeltracegraphinclude_HEADERS = \ babeltrace/graph/component-class-filter.h \ + babeltrace/graph/component-class.h \ babeltrace/graph/component-class-sink.h \ babeltrace/graph/component-class-source.h \ - babeltrace/graph/component-class.h \ babeltrace/graph/component-filter.h \ + babeltrace/graph/component.h \ babeltrace/graph/component-sink.h \ babeltrace/graph/component-source.h \ - babeltrace/graph/component-status.h \ - babeltrace/graph/component.h \ babeltrace/graph/connection.h \ babeltrace/graph/graph.h \ babeltrace/graph/notification-event.h \ @@ -144,17 +168,34 @@ babeltracegraphinclude_HEADERS = \ babeltrace/graph/notification-packet.h \ babeltrace/graph/notification-stream.h \ babeltrace/graph/notification.h \ - babeltrace/graph/output-port-notification-iterator.h \ + babeltrace/graph/port-input.h \ + babeltrace/graph/port-output-notification-iterator.h \ + babeltrace/graph/port-output.h \ babeltrace/graph/port.h \ - babeltrace/graph/private-component-filter.h \ - babeltrace/graph/private-component-sink.h \ - babeltrace/graph/private-component-source.h \ - babeltrace/graph/private-component.h \ - babeltrace/graph/private-connection-notification-iterator.h \ - babeltrace/graph/private-connection-private-notification-iterator.h \ - babeltrace/graph/private-connection.h \ - babeltrace/graph/private-port.h \ - babeltrace/graph/query-executor.h + babeltrace/graph/private-component-class-filter.h \ + babeltrace/graph/private-component-class-sink.h \ + babeltrace/graph/private-component-class-source.h \ + babeltrace/graph/private-component-class.h \ + babeltrace/graph/private-graph.h \ + babeltrace/graph/private-notification-event.h \ + babeltrace/graph/private-notification-inactivity.h \ + babeltrace/graph/private-notification-packet.h \ + babeltrace/graph/private-notification-stream.h \ + babeltrace/graph/private-notification.h \ + babeltrace/graph/private-query-executor.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.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 noinst_HEADERS = \ babeltrace/compat/stdlib-internal.h \ @@ -202,42 +243,43 @@ noinst_HEADERS = \ babeltrace/align-internal.h \ babeltrace/logging-internal.h \ babeltrace/endian-internal.h \ - babeltrace/ctf-ir/packet-internal.h \ - babeltrace/ctf-ir/event-class-internal.h \ - babeltrace/ctf-ir/utils-internal.h \ - babeltrace/ctf-ir/fields-internal.h \ - babeltrace/ctf-ir/stream-class-internal.h \ - babeltrace/ctf-ir/event-internal.h \ - babeltrace/ctf-ir/field-path-internal.h \ - babeltrace/ctf-ir/field-wrapper-internal.h \ - babeltrace/ctf-ir/trace-internal.h \ - babeltrace/ctf-ir/clock-class-internal.h \ - babeltrace/ctf-ir/field-types-internal.h \ - babeltrace/ctf-ir/clock-value-internal.h \ - babeltrace/ctf-ir/attributes-internal.h \ - babeltrace/ctf-ir/stream-internal.h \ - babeltrace/ctf-ir/resolve-field-path-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/event-class-internal.h \ + babeltrace/trace-ir/event-internal.h \ + babeltrace/trace-ir/field-classes-internal.h \ + babeltrace/trace-ir/field-path-internal.h \ + babeltrace/trace-ir/fields-internal.h \ + babeltrace/trace-ir/field-wrapper-internal.h \ + babeltrace/trace-ir/packet-internal.h \ + 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-internal.h \ + babeltrace/trace-ir/utils-internal.h \ babeltrace/prio-heap-internal.h \ babeltrace/lib-logging-internal.h \ babeltrace/compiler-internal.h \ babeltrace/babeltrace-internal.h \ babeltrace/assert-pre-internal.h \ + babeltrace/graph/component-class-internal.h \ + babeltrace/graph/component-class-sink-colander-internal.h \ + babeltrace/graph/component-filter-internal.h \ babeltrace/graph/component-internal.h \ - babeltrace/graph/notification-stream-internal.h \ + babeltrace/graph/component-sink-internal.h \ + babeltrace/graph/component-source-internal.h \ babeltrace/graph/connection-internal.h \ - babeltrace/graph/notification-event-internal.h \ - babeltrace/graph/query-executor-internal.h \ babeltrace/graph/graph-internal.h \ - babeltrace/graph/component-class-sink-colander-internal.h \ + babeltrace/graph/notification-event-internal.h \ babeltrace/graph/notification-inactivity-internal.h \ - babeltrace/graph/component-source-internal.h \ - babeltrace/graph/notification-packet-internal.h \ - babeltrace/graph/notification-iterator-internal.h \ babeltrace/graph/notification-internal.h \ - babeltrace/graph/component-filter-internal.h \ - babeltrace/graph/component-class-internal.h \ - babeltrace/graph/component-sink-internal.h \ + babeltrace/graph/notification-iterator-internal.h \ + babeltrace/graph/notification-packet-internal.h \ + babeltrace/graph/notification-stream-internal.h \ babeltrace/graph/port-internal.h \ + babeltrace/graph/query-executor-internal.h \ babeltrace/list-internal.h \ version.h \ version.i