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