| 1 | # Core API |
| 2 | babeltrace2includedir = "$(includedir)/babeltrace2" |
| 3 | babeltrace2include_HEADERS = \ |
| 4 | babeltrace2/babeltrace.h \ |
| 5 | babeltrace2/current-thread.h \ |
| 6 | babeltrace2/error-cause-const.h \ |
| 7 | babeltrace2/error-const.h \ |
| 8 | babeltrace2/func-status.h \ |
| 9 | babeltrace2/integer-range-set-const.h \ |
| 10 | babeltrace2/integer-range-set.h \ |
| 11 | babeltrace2/logging.h \ |
| 12 | babeltrace2/property.h \ |
| 13 | babeltrace2/types.h \ |
| 14 | babeltrace2/util.h \ |
| 15 | babeltrace2/value-const.h \ |
| 16 | babeltrace2/value.h \ |
| 17 | babeltrace2/version.h |
| 18 | |
| 19 | # CTF writer API |
| 20 | babeltrace2ctfwriterincludedir = "$(includedir)/babeltrace2-ctf-writer" |
| 21 | babeltrace2ctfwriterinclude_HEADERS = \ |
| 22 | babeltrace2-ctf-writer/clock-class.h \ |
| 23 | babeltrace2-ctf-writer/clock.h \ |
| 24 | babeltrace2-ctf-writer/event-fields.h \ |
| 25 | babeltrace2-ctf-writer/event-types.h \ |
| 26 | babeltrace2-ctf-writer/event.h \ |
| 27 | babeltrace2-ctf-writer/field-types.h \ |
| 28 | babeltrace2-ctf-writer/fields.h \ |
| 29 | babeltrace2-ctf-writer/object.h \ |
| 30 | babeltrace2-ctf-writer/stream-class.h \ |
| 31 | babeltrace2-ctf-writer/stream.h \ |
| 32 | babeltrace2-ctf-writer/trace.h \ |
| 33 | babeltrace2-ctf-writer/types.h \ |
| 34 | babeltrace2-ctf-writer/utils.h \ |
| 35 | babeltrace2-ctf-writer/visitor.h \ |
| 36 | babeltrace2-ctf-writer/writer.h |
| 37 | |
| 38 | # Trace IR API |
| 39 | babeltrace2traceirincludedir = "$(includedir)/babeltrace2/trace-ir" |
| 40 | babeltrace2traceirinclude_HEADERS = \ |
| 41 | babeltrace2/trace-ir/clock-class-const.h \ |
| 42 | babeltrace2/trace-ir/clock-class.h \ |
| 43 | babeltrace2/trace-ir/clock-snapshot-const.h \ |
| 44 | babeltrace2/trace-ir/event-class-const.h \ |
| 45 | babeltrace2/trace-ir/event-class.h \ |
| 46 | babeltrace2/trace-ir/event-const.h \ |
| 47 | babeltrace2/trace-ir/event.h \ |
| 48 | babeltrace2/trace-ir/field-class-const.h \ |
| 49 | babeltrace2/trace-ir/field-class.h \ |
| 50 | babeltrace2/trace-ir/field-path-const.h \ |
| 51 | babeltrace2/trace-ir/field-const.h \ |
| 52 | babeltrace2/trace-ir/field.h \ |
| 53 | babeltrace2/trace-ir/packet-const.h \ |
| 54 | babeltrace2/trace-ir/packet-context-field.h \ |
| 55 | babeltrace2/trace-ir/packet.h \ |
| 56 | babeltrace2/trace-ir/stream-class-const.h \ |
| 57 | babeltrace2/trace-ir/stream-class.h \ |
| 58 | babeltrace2/trace-ir/stream-const.h \ |
| 59 | babeltrace2/trace-ir/stream.h \ |
| 60 | babeltrace2/trace-ir/trace-class-const.h \ |
| 61 | babeltrace2/trace-ir/trace-class.h \ |
| 62 | babeltrace2/trace-ir/trace-const.h \ |
| 63 | babeltrace2/trace-ir/trace.h |
| 64 | |
| 65 | # Plugin and plugin development API |
| 66 | babeltrace2pluginincludedir = "$(includedir)/babeltrace2/plugin" |
| 67 | babeltrace2plugininclude_HEADERS = \ |
| 68 | babeltrace2/plugin/plugin-dev.h \ |
| 69 | babeltrace2/plugin/plugin-const.h \ |
| 70 | babeltrace2/plugin/plugin-set-const.h |
| 71 | |
| 72 | # Graph, component, and message API |
| 73 | babeltrace2graphincludedir = "$(includedir)/babeltrace2/graph" |
| 74 | babeltrace2graphinclude_HEADERS = \ |
| 75 | babeltrace2/graph/component-class-const.h \ |
| 76 | babeltrace2/graph/component-class-filter-const.h \ |
| 77 | babeltrace2/graph/component-class-filter.h \ |
| 78 | babeltrace2/graph/component-class-sink-const.h \ |
| 79 | babeltrace2/graph/component-class-sink.h \ |
| 80 | babeltrace2/graph/component-class-source-const.h \ |
| 81 | babeltrace2/graph/component-class-source.h \ |
| 82 | babeltrace2/graph/component-class.h \ |
| 83 | babeltrace2/graph/component-const.h \ |
| 84 | babeltrace2/graph/component-descriptor-set-const.h \ |
| 85 | babeltrace2/graph/component-descriptor-set.h \ |
| 86 | babeltrace2/graph/component-filter-const.h \ |
| 87 | babeltrace2/graph/component-sink-const.h \ |
| 88 | babeltrace2/graph/component-source-const.h \ |
| 89 | babeltrace2/graph/connection-const.h \ |
| 90 | babeltrace2/graph/graph-const.h \ |
| 91 | babeltrace2/graph/graph.h \ |
| 92 | babeltrace2/graph/interrupter-const.h \ |
| 93 | babeltrace2/graph/interrupter.h \ |
| 94 | babeltrace2/graph/message-const.h \ |
| 95 | babeltrace2/graph/message-discarded-events-const.h \ |
| 96 | babeltrace2/graph/message-discarded-events.h \ |
| 97 | babeltrace2/graph/message-discarded-packets-const.h \ |
| 98 | babeltrace2/graph/message-discarded-packets.h \ |
| 99 | babeltrace2/graph/message-event-const.h \ |
| 100 | babeltrace2/graph/message-event.h \ |
| 101 | babeltrace2/graph/message-message-iterator-inactivity-const.h \ |
| 102 | babeltrace2/graph/message-message-iterator-inactivity.h \ |
| 103 | babeltrace2/graph/message-iterator.h \ |
| 104 | babeltrace2/graph/message-packet-beginning-const.h \ |
| 105 | babeltrace2/graph/message-packet-beginning.h \ |
| 106 | babeltrace2/graph/message-packet-end-const.h \ |
| 107 | babeltrace2/graph/message-packet-end.h \ |
| 108 | babeltrace2/graph/message-stream-beginning-const.h \ |
| 109 | babeltrace2/graph/message-stream-beginning.h \ |
| 110 | babeltrace2/graph/message-stream-const.h \ |
| 111 | babeltrace2/graph/message-stream-end-const.h \ |
| 112 | babeltrace2/graph/message-stream-end.h \ |
| 113 | babeltrace2/graph/port-const.h \ |
| 114 | babeltrace2/graph/port-input-const.h \ |
| 115 | babeltrace2/graph/port-output-const.h \ |
| 116 | babeltrace2/graph/private-query-executor.h \ |
| 117 | babeltrace2/graph/query-executor-const.h \ |
| 118 | babeltrace2/graph/query-executor.h \ |
| 119 | babeltrace2/graph/self-component-class-filter.h \ |
| 120 | babeltrace2/graph/self-component-class-sink.h \ |
| 121 | babeltrace2/graph/self-component-class-source.h \ |
| 122 | babeltrace2/graph/self-component-filter.h \ |
| 123 | babeltrace2/graph/self-component-port-input-message-iterator.h \ |
| 124 | babeltrace2/graph/self-component-port-input.h \ |
| 125 | babeltrace2/graph/self-component-port-output.h \ |
| 126 | babeltrace2/graph/self-component-port.h \ |
| 127 | babeltrace2/graph/self-component-sink.h \ |
| 128 | babeltrace2/graph/self-component-source.h \ |
| 129 | babeltrace2/graph/self-component.h \ |
| 130 | babeltrace2/graph/self-message-iterator.h |