| 1 | babeltraceinclude_HEADERS = \ |
| 2 | babeltrace/babeltrace.h \ |
| 3 | babeltrace/format.h \ |
| 4 | babeltrace/context.h \ |
| 5 | babeltrace/iterator.h \ |
| 6 | babeltrace/trace-handle.h \ |
| 7 | babeltrace/list.h \ |
| 8 | babeltrace/clock-types.h \ |
| 9 | babeltrace/values.h \ |
| 10 | babeltrace/ref.h |
| 11 | |
| 12 | babeltracectfinclude_HEADERS = \ |
| 13 | babeltrace/ctf/events.h \ |
| 14 | babeltrace/ctf/callbacks.h \ |
| 15 | babeltrace/ctf/iterator.h |
| 16 | |
| 17 | babeltracectfwriterinclude_HEADERS = \ |
| 18 | babeltrace/ctf-writer/clock.h \ |
| 19 | babeltrace/ctf-writer/writer.h \ |
| 20 | babeltrace/ctf-writer/event-fields.h \ |
| 21 | babeltrace/ctf-writer/event-types.h \ |
| 22 | babeltrace/ctf-writer/event.h \ |
| 23 | babeltrace/ctf-writer/stream.h \ |
| 24 | babeltrace/ctf-writer/stream-class.h |
| 25 | |
| 26 | babeltracectfirinclude_HEADERS = \ |
| 27 | babeltrace/ctf-ir/clock-class.h \ |
| 28 | babeltrace/ctf-ir/fields.h \ |
| 29 | babeltrace/ctf-ir/field-types.h \ |
| 30 | babeltrace/ctf-ir/event.h \ |
| 31 | babeltrace/ctf-ir/event-class.h \ |
| 32 | babeltrace/ctf-ir/field-path.h \ |
| 33 | babeltrace/ctf-ir/stream.h \ |
| 34 | babeltrace/ctf-ir/packet.h \ |
| 35 | babeltrace/ctf-ir/stream-class.h \ |
| 36 | babeltrace/ctf-ir/trace.h \ |
| 37 | babeltrace/ctf-ir/utils.h \ |
| 38 | babeltrace/ctf-ir/visitor.h |
| 39 | |
| 40 | babeltraceplugininclude_HEADERS = \ |
| 41 | babeltrace/plugin/plugin.h \ |
| 42 | babeltrace/plugin/plugin-dev.h |
| 43 | |
| 44 | babeltracecomponentnotifinclude_HEADERS = \ |
| 45 | babeltrace/component/notification/eot.h \ |
| 46 | babeltrace/component/notification/notification.h \ |
| 47 | babeltrace/component/notification/event.h \ |
| 48 | babeltrace/component/notification/iterator.h \ |
| 49 | babeltrace/component/notification/packet.h \ |
| 50 | babeltrace/component/notification/schema.h \ |
| 51 | babeltrace/component/notification/stream.h \ |
| 52 | babeltrace/component/notification/heap.h \ |
| 53 | babeltrace/component/notification/private-iterator.h |
| 54 | |
| 55 | babeltracecomponentinclude_HEADERS = \ |
| 56 | babeltrace/component/component.h \ |
| 57 | babeltrace/component/component-class.h \ |
| 58 | babeltrace/component/component-class-source.h \ |
| 59 | babeltrace/component/component-class-filter.h \ |
| 60 | babeltrace/component/component-class-sink.h \ |
| 61 | babeltrace/component/connection.h \ |
| 62 | babeltrace/component/port.h \ |
| 63 | babeltrace/component/graph.h \ |
| 64 | babeltrace/component/component-source.h \ |
| 65 | babeltrace/component/component-sink.h \ |
| 66 | babeltrace/component/component-filter.h \ |
| 67 | babeltrace/component/private-connection.h \ |
| 68 | babeltrace/component/private-port.h \ |
| 69 | babeltrace/component/private-component.h \ |
| 70 | babeltrace/component/private-component-source.h \ |
| 71 | babeltrace/component/private-component-sink.h \ |
| 72 | babeltrace/component/private-component-filter.h |
| 73 | |
| 74 | noinst_HEADERS = \ |
| 75 | babeltrace/align.h \ |
| 76 | babeltrace/babeltrace-internal.h \ |
| 77 | babeltrace/bitfield.h \ |
| 78 | babeltrace/clock-internal.h \ |
| 79 | babeltrace/common-internal.h \ |
| 80 | babeltrace/compiler.h \ |
| 81 | babeltrace/context-internal.h \ |
| 82 | babeltrace/format-internal.h \ |
| 83 | babeltrace/iterator-internal.h \ |
| 84 | babeltrace/trace-collection.h \ |
| 85 | babeltrace/prio_heap.h \ |
| 86 | babeltrace/ref-internal.h \ |
| 87 | babeltrace/types.h \ |
| 88 | babeltrace/object-internal.h \ |
| 89 | babeltrace/crc32.h \ |
| 90 | babeltrace/debug-info.h \ |
| 91 | babeltrace/trace-debug-info.h \ |
| 92 | babeltrace/dwarf.h \ |
| 93 | babeltrace/bin-info.h \ |
| 94 | babeltrace/utils.h \ |
| 95 | babeltrace/ctf-ir/metadata.h \ |
| 96 | babeltrace/ctf/events-internal.h \ |
| 97 | babeltrace/ctf/metadata.h \ |
| 98 | babeltrace/ctf-text/types.h \ |
| 99 | babeltrace/ctf/types.h \ |
| 100 | babeltrace/ctf/callbacks-internal.h \ |
| 101 | babeltrace/ctf/ctf-index.h \ |
| 102 | babeltrace/ctf-writer/writer-internal.h \ |
| 103 | babeltrace/ctf-ir/attributes-internal.h \ |
| 104 | babeltrace/ctf-ir/field-types-internal.h \ |
| 105 | babeltrace/ctf-ir/fields-internal.h \ |
| 106 | babeltrace/ctf-ir/event-internal.h \ |
| 107 | babeltrace/ctf-ir/event-class-internal.h \ |
| 108 | babeltrace/ctf-ir/field-path-internal.h \ |
| 109 | babeltrace/ctf-ir/clock-class-internal.h \ |
| 110 | babeltrace/ctf-ir/resolve-internal.h \ |
| 111 | babeltrace/ctf-ir/stream-class-internal.h \ |
| 112 | babeltrace/ctf-ir/stream-internal.h \ |
| 113 | babeltrace/ctf-ir/packet-internal.h \ |
| 114 | babeltrace/ctf-ir/trace-internal.h \ |
| 115 | babeltrace/ctf-ir/validation-internal.h \ |
| 116 | babeltrace/ctf-ir/visitor-internal.h \ |
| 117 | babeltrace/ctf-writer/clock-internal.h \ |
| 118 | babeltrace/ctf-writer/functor-internal.h \ |
| 119 | babeltrace/trace-handle-internal.h \ |
| 120 | babeltrace/compat/uuid.h \ |
| 121 | babeltrace/compat/memstream.h \ |
| 122 | babeltrace/compat/string.h \ |
| 123 | babeltrace/compat/utc.h \ |
| 124 | babeltrace/compat/limits.h \ |
| 125 | babeltrace/compat/glib.h \ |
| 126 | babeltrace/compat/send.h \ |
| 127 | babeltrace/compat/fcntl.h \ |
| 128 | babeltrace/compat/stdlib.h \ |
| 129 | babeltrace/compat/dirent.h \ |
| 130 | babeltrace/compat/stdio.h \ |
| 131 | babeltrace/compat/mman.h \ |
| 132 | babeltrace/endian.h \ |
| 133 | babeltrace/mmap-align.h \ |
| 134 | babeltrace/plugin/plugin-internal.h \ |
| 135 | babeltrace/plugin/plugin-so-internal.h \ |
| 136 | babeltrace/component/component-class-internal.h \ |
| 137 | babeltrace/component/connection-internal.h \ |
| 138 | babeltrace/component/port-internal.h \ |
| 139 | babeltrace/component/component-internal.h \ |
| 140 | babeltrace/component/graph-internal.h \ |
| 141 | babeltrace/component/component-filter-internal.h \ |
| 142 | babeltrace/component/component-sink-internal.h \ |
| 143 | babeltrace/component/component-source-internal.h \ |
| 144 | babeltrace/component/notification/eot-internal.h \ |
| 145 | babeltrace/component/notification/event-internal.h \ |
| 146 | babeltrace/component/notification/iterator-internal.h \ |
| 147 | babeltrace/component/notification/notification-internal.h \ |
| 148 | babeltrace/component/notification/packet-internal.h \ |
| 149 | babeltrace/component/notification/stream-internal.h \ |
| 150 | babeltrace/component/notification/heap-internal.h |