lib: use object pool for event and packet notifications
[deliverable/babeltrace.git] / include / Makefile.am
1 # Core API
2 babeltraceincludedir = "$(includedir)/babeltrace"
3 babeltraceinclude_HEADERS = \
4 babeltrace/babeltrace.h \
5 babeltrace/logging.h \
6 babeltrace/ref.h \
7 babeltrace/types.h \
8 babeltrace/values.h \
9 babeltrace/version.h
10
11 # Legacy API (for CTF writer)
12 babeltracectfincludedir = "$(includedir)/babeltrace/ctf"
13 babeltracectfinclude_HEADERS = \
14 babeltrace/ctf/events.h
15
16 # CTF writer API
17 babeltracectfwriterincludedir = "$(includedir)/babeltrace/ctf-writer"
18 babeltracectfwriterinclude_HEADERS = \
19 babeltrace/ctf-writer/clock-class.h \
20 babeltrace/ctf-writer/clock.h \
21 babeltrace/ctf-writer/event-fields.h \
22 babeltrace/ctf-writer/event.h \
23 babeltrace/ctf-writer/event-types.h \
24 babeltrace/ctf-writer/fields.h \
25 babeltrace/ctf-writer/field-types.h \
26 babeltrace/ctf-writer/stream-class.h \
27 babeltrace/ctf-writer/stream.h \
28 babeltrace/ctf-writer/trace.h \
29 babeltrace/ctf-writer/writer.h
30
31 # CTF IR API
32 babeltracectfirincludedir = "$(includedir)/babeltrace/ctf-ir"
33 babeltracectfirinclude_HEADERS = \
34 babeltrace/ctf-ir/clock-class.h \
35 babeltrace/ctf-ir/clock-value.h \
36 babeltrace/ctf-ir/clock.h \
37 babeltrace/ctf-ir/event-class.h \
38 babeltrace/ctf-ir/event.h \
39 babeltrace/ctf-ir/event-header-field.h \
40 babeltrace/ctf-ir/field-path.h \
41 babeltrace/ctf-ir/field-types.h \
42 babeltrace/ctf-ir/fields.h \
43 babeltrace/ctf-ir/packet.h \
44 babeltrace/ctf-ir/packet-context-field.h \
45 babeltrace/ctf-ir/packet-header-field.h \
46 babeltrace/ctf-ir/stream-class.h \
47 babeltrace/ctf-ir/stream.h \
48 babeltrace/ctf-ir/trace.h \
49 babeltrace/ctf-ir/utils.h \
50 babeltrace/ctf-ir/visitor.h
51
52 # Plugin and plugin development API
53 babeltracepluginincludedir = "$(includedir)/babeltrace/plugin"
54 babeltraceplugininclude_HEADERS = \
55 babeltrace/plugin/plugin-dev.h \
56 babeltrace/plugin/plugin.h
57
58 # Graph, component, and notification API
59 babeltracegraphincludedir = "$(includedir)/babeltrace/graph"
60 babeltracegraphinclude_HEADERS = \
61 babeltrace/graph/clock-class-priority-map.h \
62 babeltrace/graph/component-class-filter.h \
63 babeltrace/graph/component-class-sink.h \
64 babeltrace/graph/component-class-source.h \
65 babeltrace/graph/component-class.h \
66 babeltrace/graph/component-filter.h \
67 babeltrace/graph/component-sink.h \
68 babeltrace/graph/component-source.h \
69 babeltrace/graph/component-status.h \
70 babeltrace/graph/component.h \
71 babeltrace/graph/connection.h \
72 babeltrace/graph/graph.h \
73 babeltrace/graph/notification-discarded-events.h \
74 babeltrace/graph/notification-discarded-packets.h \
75 babeltrace/graph/notification-event.h \
76 babeltrace/graph/notification-inactivity.h \
77 babeltrace/graph/notification-iterator.h \
78 babeltrace/graph/notification-packet.h \
79 babeltrace/graph/notification-stream.h \
80 babeltrace/graph/notification.h \
81 babeltrace/graph/output-port-notification-iterator.h \
82 babeltrace/graph/port.h \
83 babeltrace/graph/private-component-filter.h \
84 babeltrace/graph/private-component-sink.h \
85 babeltrace/graph/private-component-source.h \
86 babeltrace/graph/private-component.h \
87 babeltrace/graph/private-connection-notification-iterator.h \
88 babeltrace/graph/private-connection-private-notification-iterator.h \
89 babeltrace/graph/private-connection.h \
90 babeltrace/graph/private-port.h \
91 babeltrace/graph/query-executor.h
92
93 noinst_HEADERS = \
94 babeltrace/compat/stdlib-internal.h \
95 babeltrace/compat/fcntl-internal.h \
96 babeltrace/compat/glib-internal.h \
97 babeltrace/compat/uuid-internal.h \
98 babeltrace/compat/unistd-internal.h \
99 babeltrace/compat/stdio-internal.h \
100 babeltrace/compat/time-internal.h \
101 babeltrace/compat/utc-internal.h \
102 babeltrace/compat/memstream-internal.h \
103 babeltrace/compat/string-internal.h \
104 babeltrace/compat/limits-internal.h \
105 babeltrace/compat/mman-internal.h \
106 babeltrace/compat/socket-internal.h \
107 babeltrace/common-internal.h \
108 babeltrace/bitfield-internal.h \
109 babeltrace/object-internal.h \
110 babeltrace/object-pool-internal.h \
111 babeltrace/plugin/plugin-internal.h \
112 babeltrace/plugin/plugin-so-internal.h \
113 babeltrace/plugin/python-plugin-provider-internal.h \
114 babeltrace/assert-internal.h \
115 babeltrace/values-internal.h \
116 babeltrace/ctf-writer/fields-internal.h \
117 babeltrace/ctf-writer/stream-class-internal.h \
118 babeltrace/ctf-writer/event-internal.h \
119 babeltrace/ctf-writer/trace-internal.h \
120 babeltrace/ctf-writer/field-types-internal.h \
121 babeltrace/ctf-writer/serialize-internal.h \
122 babeltrace/ctf-writer/writer-internal.h \
123 babeltrace/ctf-writer/stream-internal.h \
124 babeltrace/ctf-writer/clock-internal.h \
125 babeltrace/ctf-writer/functor-internal.h \
126 babeltrace/mmap-align-internal.h \
127 babeltrace/align-internal.h \
128 babeltrace/logging-internal.h \
129 babeltrace/endian-internal.h \
130 babeltrace/ctf-ir/packet-internal.h \
131 babeltrace/ctf-ir/event-class-internal.h \
132 babeltrace/ctf-ir/utils-internal.h \
133 babeltrace/ctf-ir/validation-internal.h \
134 babeltrace/ctf-ir/fields-internal.h \
135 babeltrace/ctf-ir/stream-class-internal.h \
136 babeltrace/ctf-ir/event-internal.h \
137 babeltrace/ctf-ir/field-path-internal.h \
138 babeltrace/ctf-ir/field-wrapper-internal.h \
139 babeltrace/ctf-ir/trace-internal.h \
140 babeltrace/ctf-ir/clock-class-internal.h \
141 babeltrace/ctf-ir/field-types-internal.h \
142 babeltrace/ctf-ir/clock-value-internal.h \
143 babeltrace/ctf-ir/attributes-internal.h \
144 babeltrace/ctf-ir/stream-internal.h \
145 babeltrace/ctf-ir/resolve-internal.h \
146 babeltrace/ctf-ir/visitor-internal.h \
147 babeltrace/prio-heap-internal.h \
148 babeltrace/lib-logging-internal.h \
149 babeltrace/compiler-internal.h \
150 babeltrace/babeltrace-internal.h \
151 babeltrace/assert-pre-internal.h \
152 babeltrace/ref-internal.h \
153 babeltrace/graph/component-internal.h \
154 babeltrace/graph/notification-stream-internal.h \
155 babeltrace/graph/connection-internal.h \
156 babeltrace/graph/notification-event-internal.h \
157 babeltrace/graph/query-executor-internal.h \
158 babeltrace/graph/graph-internal.h \
159 babeltrace/graph/component-class-sink-colander-internal.h \
160 babeltrace/graph/notification-inactivity-internal.h \
161 babeltrace/graph/component-source-internal.h \
162 babeltrace/graph/notification-discarded-elements-internal.h \
163 babeltrace/graph/notification-packet-internal.h \
164 babeltrace/graph/notification-iterator-internal.h \
165 babeltrace/graph/notification-internal.h \
166 babeltrace/graph/component-filter-internal.h \
167 babeltrace/graph/component-class-internal.h \
168 babeltrace/graph/component-sink-internal.h \
169 babeltrace/graph/port-internal.h \
170 babeltrace/graph/clock-class-priority-map-internal.h \
171 babeltrace/list-internal.h
This page took 0.036483 seconds and 6 git commands to generate.