Commit | Line | Data |
---|---|---|
6941b8e8 | 1 | # Core API |
0ec662bd JD |
2 | babeltraceinclude_HEADERS = \ |
3 | babeltrace/babeltrace.h \ | |
83509119 | 4 | babeltrace/values.h \ |
beb0fb75 | 5 | babeltrace/ref.h \ |
7a6224c4 | 6 | babeltrace/logging.h \ |
c55a9f58 PP |
7 | babeltrace/version.h \ |
8 | babeltrace/types.h | |
0ec662bd | 9 | |
6941b8e8 | 10 | # Legacy API (for CTF writer) |
64a35d1b | 11 | babeltracectfinclude_HEADERS = \ |
dc3fffef | 12 | babeltrace/ctf/events.h |
273b65be | 13 | |
6941b8e8 | 14 | # CTF writer API |
273b65be | 15 | babeltracectfwriterinclude_HEADERS = \ |
46bd0f2b JG |
16 | babeltrace/ctf-writer/clock.h \ |
17 | babeltrace/ctf-writer/writer.h \ | |
18 | babeltrace/ctf-writer/event-fields.h \ | |
19 | babeltrace/ctf-writer/event-types.h \ | |
20 | babeltrace/ctf-writer/event.h \ | |
adc315b8 JG |
21 | babeltrace/ctf-writer/stream.h \ |
22 | babeltrace/ctf-writer/stream-class.h | |
23 | ||
6941b8e8 | 24 | # CTF IR API |
adc315b8 | 25 | babeltracectfirinclude_HEADERS = \ |
ac0c6bdd | 26 | babeltrace/ctf-ir/clock-class.h \ |
2e33ac5a PP |
27 | babeltrace/ctf-ir/fields.h \ |
28 | babeltrace/ctf-ir/field-types.h \ | |
adc315b8 | 29 | babeltrace/ctf-ir/event.h \ |
272df73e | 30 | babeltrace/ctf-ir/event-class.h \ |
b011f6b0 | 31 | babeltrace/ctf-ir/field-path.h \ |
3f043b05 | 32 | babeltrace/ctf-ir/stream.h \ |
f79cf0f0 | 33 | babeltrace/ctf-ir/packet.h \ |
bc37ae52 | 34 | babeltrace/ctf-ir/stream-class.h \ |
654c1444 | 35 | babeltrace/ctf-ir/trace.h \ |
8bf65fbd JG |
36 | babeltrace/ctf-ir/utils.h \ |
37 | babeltrace/ctf-ir/visitor.h | |
70bd0a12 | 38 | |
6941b8e8 | 39 | # Plugin and plugin development API |
6ee873c6 JG |
40 | babeltraceplugininclude_HEADERS = \ |
41 | babeltrace/plugin/plugin.h \ | |
33b34c43 PP |
42 | babeltrace/plugin/plugin-dev.h |
43 | ||
6941b8e8 | 44 | # Graph, component, and notification API |
b2e0c907 | 45 | babeltracegraphinclude_HEADERS = \ |
8c0b8894 | 46 | babeltrace/graph/clock-class-priority-map.h \ |
b2e0c907 PP |
47 | babeltrace/graph/component-class-filter.h \ |
48 | babeltrace/graph/component-class-sink.h \ | |
49 | babeltrace/graph/component-class-source.h \ | |
50 | babeltrace/graph/component-class.h \ | |
51 | babeltrace/graph/component-filter.h \ | |
52 | babeltrace/graph/component-sink.h \ | |
53 | babeltrace/graph/component-source.h \ | |
cc469c42 | 54 | babeltrace/graph/component-status.h \ |
b2e0c907 PP |
55 | babeltrace/graph/component.h \ |
56 | babeltrace/graph/connection.h \ | |
57 | babeltrace/graph/graph.h \ | |
2ec84d26 PP |
58 | babeltrace/graph/notification-discarded-events.h \ |
59 | babeltrace/graph/notification-discarded-packets.h \ | |
b2e0c907 PP |
60 | babeltrace/graph/notification-event.h \ |
61 | babeltrace/graph/notification-heap.h \ | |
ece3fb0f | 62 | babeltrace/graph/notification-inactivity.h \ |
b2e0c907 PP |
63 | babeltrace/graph/notification-iterator.h \ |
64 | babeltrace/graph/notification.h \ | |
65 | babeltrace/graph/notification-packet.h \ | |
b2e0c907 PP |
66 | babeltrace/graph/notification-stream.h \ |
67 | babeltrace/graph/port.h \ | |
68 | babeltrace/graph/private-component-filter.h \ | |
69 | babeltrace/graph/private-component-sink.h \ | |
70 | babeltrace/graph/private-component-source.h \ | |
71 | babeltrace/graph/private-component.h \ | |
72 | babeltrace/graph/private-connection.h \ | |
73 | babeltrace/graph/private-notification-iterator.h \ | |
74 | babeltrace/graph/private-port.h | |
6ee873c6 | 75 | |
e92927d1 | 76 | noinst_HEADERS = \ |
3d9990ac | 77 | babeltrace/align-internal.h \ |
70bd0a12 | 78 | babeltrace/babeltrace-internal.h \ |
3d9990ac | 79 | babeltrace/bitfield-internal.h \ |
1670bffd | 80 | babeltrace/common-internal.h \ |
beb0fb75 PP |
81 | babeltrace/compat/fcntl-internal.h \ |
82 | babeltrace/compat/glib-internal.h \ | |
83 | babeltrace/compat/limits-internal.h \ | |
84 | babeltrace/compat/memstream-internal.h \ | |
85 | babeltrace/compat/mman-internal.h \ | |
1cb3cdd7 | 86 | babeltrace/compat/socket-internal.h \ |
beb0fb75 PP |
87 | babeltrace/compat/stdio-internal.h \ |
88 | babeltrace/compat/stdlib-internal.h \ | |
89 | babeltrace/compat/string-internal.h \ | |
58a2480d | 90 | babeltrace/compat/time-internal.h \ |
108e5a1e | 91 | babeltrace/compat/unistd-internal.h \ |
beb0fb75 | 92 | babeltrace/compat/utc-internal.h \ |
9313669d | 93 | babeltrace/compat/utsname-internal.h \ |
beb0fb75 | 94 | babeltrace/compat/uuid-internal.h \ |
3d9990ac | 95 | babeltrace/compiler-internal.h \ |
44e0a4f5 | 96 | babeltrace/ctf-ir/attributes-internal.h \ |
beb0fb75 | 97 | babeltrace/ctf-ir/clock-class-internal.h \ |
272df73e | 98 | babeltrace/ctf-ir/event-class-internal.h \ |
beb0fb75 | 99 | babeltrace/ctf-ir/event-internal.h \ |
b011f6b0 | 100 | babeltrace/ctf-ir/field-path-internal.h \ |
beb0fb75 PP |
101 | babeltrace/ctf-ir/field-types-internal.h \ |
102 | babeltrace/ctf-ir/fields-internal.h \ | |
103 | babeltrace/ctf-ir/packet-internal.h \ | |
09840de5 | 104 | babeltrace/ctf-ir/resolve-internal.h \ |
adc315b8 | 105 | babeltrace/ctf-ir/stream-class-internal.h \ |
3f043b05 | 106 | babeltrace/ctf-ir/stream-internal.h \ |
daf01357 | 107 | babeltrace/ctf-ir/trace-internal.h \ |
09840de5 | 108 | babeltrace/ctf-ir/validation-internal.h \ |
8bf65fbd | 109 | babeltrace/ctf-ir/visitor-internal.h \ |
ac0c6bdd | 110 | babeltrace/ctf-writer/clock-internal.h \ |
273b65be | 111 | babeltrace/ctf-writer/functor-internal.h \ |
beb0fb75 PP |
112 | babeltrace/ctf-writer/serialize-internal.h \ |
113 | babeltrace/ctf-writer/writer-internal.h \ | |
3d9990ac | 114 | babeltrace/endian-internal.h \ |
beb0fb75 | 115 | babeltrace/graph/clock-class-priority-map-internal.h \ |
b2e0c907 | 116 | babeltrace/graph/component-class-internal.h \ |
b2e0c907 | 117 | babeltrace/graph/component-filter-internal.h \ |
beb0fb75 | 118 | babeltrace/graph/component-internal.h \ |
b2e0c907 PP |
119 | babeltrace/graph/component-sink-internal.h \ |
120 | babeltrace/graph/component-source-internal.h \ | |
beb0fb75 PP |
121 | babeltrace/graph/connection-internal.h \ |
122 | babeltrace/graph/graph-internal.h \ | |
2ec84d26 | 123 | babeltrace/graph/notification-discarded-elements-internal.h \ |
b2e0c907 | 124 | babeltrace/graph/notification-event-internal.h \ |
beb0fb75 | 125 | babeltrace/graph/notification-heap-internal.h \ |
ece3fb0f | 126 | babeltrace/graph/notification-inactivity-internal.h \ |
b2e0c907 | 127 | babeltrace/graph/notification-internal.h \ |
beb0fb75 | 128 | babeltrace/graph/notification-iterator-internal.h \ |
b2e0c907 PP |
129 | babeltrace/graph/notification-packet-internal.h \ |
130 | babeltrace/graph/notification-stream-internal.h \ | |
beb0fb75 PP |
131 | babeltrace/graph/port-internal.h \ |
132 | babeltrace/lib-logging-internal.h \ | |
45ff8fe4 | 133 | babeltrace/list-internal.h \ |
beb0fb75 PP |
134 | babeltrace/logging-internal.h \ |
135 | babeltrace/mmap-align-internal.h \ | |
136 | babeltrace/object-internal.h \ | |
137 | babeltrace/plugin/plugin-internal.h \ | |
138 | babeltrace/plugin/plugin-so-internal.h \ | |
139 | babeltrace/prio-heap-internal.h \ | |
c4628760 PP |
140 | babeltrace/ref-internal.h \ |
141 | babeltrace/values-internal.h |