5f01846bf597b7b122f4ea93dd3337e1c89fb050
[babeltrace.git] / include / Makefile.am
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 babeltracegraphinclude_HEADERS = \
45 babeltrace/graph/clock-class-priority-map.h \
46 babeltrace/graph/clock-class-priority-map-internal.h \
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 \
54 babeltrace/graph/component.h \
55 babeltrace/graph/connection.h \
56 babeltrace/graph/graph.h \
57 babeltrace/graph/notification-eot.h \
58 babeltrace/graph/notification-event.h \
59 babeltrace/graph/notification-heap.h \
60 babeltrace/graph/notification-iterator.h \
61 babeltrace/graph/notification.h \
62 babeltrace/graph/notification-packet.h \
63 babeltrace/graph/notification-schema.h \
64 babeltrace/graph/notification-stream.h \
65 babeltrace/graph/port.h \
66 babeltrace/graph/private-component-filter.h \
67 babeltrace/graph/private-component-sink.h \
68 babeltrace/graph/private-component-source.h \
69 babeltrace/graph/private-component.h \
70 babeltrace/graph/private-connection.h \
71 babeltrace/graph/private-notification-iterator.h \
72 babeltrace/graph/private-port.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/graph/component-class-internal.h \
137 babeltrace/graph/connection-internal.h \
138 babeltrace/graph/port-internal.h \
139 babeltrace/graph/component-internal.h \
140 babeltrace/graph/graph-internal.h \
141 babeltrace/graph/component-filter-internal.h \
142 babeltrace/graph/component-sink-internal.h \
143 babeltrace/graph/component-source-internal.h \
144 babeltrace/graph/notification-eot-internal.h \
145 babeltrace/graph/notification-event-internal.h \
146 babeltrace/graph/notification-iterator-internal.h \
147 babeltrace/graph/notification-internal.h \
148 babeltrace/graph/notification-packet-internal.h \
149 babeltrace/graph/notification-stream-internal.h \
150 babeltrace/graph/notification-heap-internal.h
This page took 0.032028 seconds and 3 git commands to generate.