Add bt_plugin_create_from_name()
[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 babeltracecomponentnotifinclude_HEADERS = \
45 babeltrace/component/notification/eot.h \
46 babeltrace/component/notification/notification.h \
47 babeltrace/component/notification/event.h \
48 babeltrace/component/notification/iterator.h \
49 babeltrace/component/notification/packet.h \
50 babeltrace/component/notification/schema.h \
51 babeltrace/component/notification/stream.h \
52 babeltrace/component/notification/heap.h
53
54 babeltracecomponentinclude_HEADERS = \
55 babeltrace/component/component.h \
56 babeltrace/component/component-class.h \
57 babeltrace/component/component-class-source.h \
58 babeltrace/component/component-class-filter.h \
59 babeltrace/component/component-class-sink.h \
60 babeltrace/component/component-connection.h \
61 babeltrace/component/component-graph.h \
62 babeltrace/component/component-source.h \
63 babeltrace/component/component-sink.h \
64 babeltrace/component/component-filter.h
65
66 noinst_HEADERS = \
67 babeltrace/align.h \
68 babeltrace/babeltrace-internal.h \
69 babeltrace/bitfield.h \
70 babeltrace/clock-internal.h \
71 babeltrace/common-internal.h \
72 babeltrace/compiler.h \
73 babeltrace/context-internal.h \
74 babeltrace/format-internal.h \
75 babeltrace/iterator-internal.h \
76 babeltrace/trace-collection.h \
77 babeltrace/prio_heap.h \
78 babeltrace/ref-internal.h \
79 babeltrace/types.h \
80 babeltrace/object-internal.h \
81 babeltrace/crc32.h \
82 babeltrace/debug-info.h \
83 babeltrace/trace-debug-info.h \
84 babeltrace/dwarf.h \
85 babeltrace/bin-info.h \
86 babeltrace/utils.h \
87 babeltrace/ctf-ir/metadata.h \
88 babeltrace/ctf/events-internal.h \
89 babeltrace/ctf/metadata.h \
90 babeltrace/ctf-text/types.h \
91 babeltrace/ctf/types.h \
92 babeltrace/ctf/callbacks-internal.h \
93 babeltrace/ctf/ctf-index.h \
94 babeltrace/ctf-writer/writer-internal.h \
95 babeltrace/ctf-ir/attributes-internal.h \
96 babeltrace/ctf-ir/field-types-internal.h \
97 babeltrace/ctf-ir/fields-internal.h \
98 babeltrace/ctf-ir/event-internal.h \
99 babeltrace/ctf-ir/event-class-internal.h \
100 babeltrace/ctf-ir/field-path-internal.h \
101 babeltrace/ctf-ir/clock-class-internal.h \
102 babeltrace/ctf-ir/resolve-internal.h \
103 babeltrace/ctf-ir/stream-class-internal.h \
104 babeltrace/ctf-ir/stream-internal.h \
105 babeltrace/ctf-ir/packet-internal.h \
106 babeltrace/ctf-ir/trace-internal.h \
107 babeltrace/ctf-ir/validation-internal.h \
108 babeltrace/ctf-ir/visitor-internal.h \
109 babeltrace/ctf-writer/clock-internal.h \
110 babeltrace/ctf-writer/functor-internal.h \
111 babeltrace/trace-handle-internal.h \
112 babeltrace/compat/uuid.h \
113 babeltrace/compat/memstream.h \
114 babeltrace/compat/string.h \
115 babeltrace/compat/utc.h \
116 babeltrace/compat/limits.h \
117 babeltrace/compat/glib.h \
118 babeltrace/compat/send.h \
119 babeltrace/compat/fcntl.h \
120 babeltrace/compat/stdlib.h \
121 babeltrace/compat/dirent.h \
122 babeltrace/compat/stdio.h \
123 babeltrace/compat/mman.h \
124 babeltrace/endian.h \
125 babeltrace/mmap-align.h \
126 babeltrace/plugin/plugin-internal.h \
127 babeltrace/plugin/plugin-so-internal.h \
128 babeltrace/plugin/plugin-python-enabled-internal.h \
129 babeltrace/plugin/plugin-python-disabled-internal.h \
130 babeltrace/component/component-class-internal.h \
131 babeltrace/component/component-connection-internal.h \
132 babeltrace/component/component-internal.h \
133 babeltrace/component/component-graph-internal.h \
134 babeltrace/component/component-filter-internal.h \
135 babeltrace/component/component-sink-internal.h \
136 babeltrace/component/component-source-internal.h \
137 babeltrace/component/component-input-internal.h \
138 babeltrace/component/notification/eot-internal.h \
139 babeltrace/component/notification/event-internal.h \
140 babeltrace/component/notification/iterator-internal.h \
141 babeltrace/component/notification/notification-internal.h \
142 babeltrace/component/notification/packet-internal.h \
143 babeltrace/component/notification/stream-internal.h \
144 babeltrace/component/notification/heap-internal.h
This page took 0.035171 seconds and 4 git commands to generate.