Add bt_plugin_create_from_name()
[babeltrace.git] / include / Makefile.am
CommitLineData
0ec662bd
JD
1babeltraceinclude_HEADERS = \
2 babeltrace/babeltrace.h \
95d36295 3 babeltrace/format.h \
6204d33c 4 babeltrace/context.h \
842c2b97 5 babeltrace/iterator.h \
3122e6f0 6 babeltrace/trace-handle.h \
03798a93 7 babeltrace/list.h \
347829f5 8 babeltrace/clock-types.h \
83509119
JG
9 babeltrace/values.h \
10 babeltrace/ref.h
0ec662bd 11
64a35d1b 12babeltracectfinclude_HEADERS = \
9efd5d76
MD
13 babeltrace/ctf/events.h \
14 babeltrace/ctf/callbacks.h \
273b65be
JG
15 babeltrace/ctf/iterator.h
16
17babeltracectfwriterinclude_HEADERS = \
46bd0f2b
JG
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 \
adc315b8
JG
23 babeltrace/ctf-writer/stream.h \
24 babeltrace/ctf-writer/stream-class.h
25
26babeltracectfirinclude_HEADERS = \
ac0c6bdd 27 babeltrace/ctf-ir/clock-class.h \
2e33ac5a
PP
28 babeltrace/ctf-ir/fields.h \
29 babeltrace/ctf-ir/field-types.h \
adc315b8 30 babeltrace/ctf-ir/event.h \
272df73e 31 babeltrace/ctf-ir/event-class.h \
b011f6b0 32 babeltrace/ctf-ir/field-path.h \
3f043b05 33 babeltrace/ctf-ir/stream.h \
f79cf0f0 34 babeltrace/ctf-ir/packet.h \
bc37ae52 35 babeltrace/ctf-ir/stream-class.h \
654c1444 36 babeltrace/ctf-ir/trace.h \
8bf65fbd
JG
37 babeltrace/ctf-ir/utils.h \
38 babeltrace/ctf-ir/visitor.h
70bd0a12 39
6ee873c6
JG
40babeltraceplugininclude_HEADERS = \
41 babeltrace/plugin/plugin.h \
33b34c43
PP
42 babeltrace/plugin/plugin-dev.h
43
592ddb00
PP
44babeltracecomponentnotifinclude_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
33b34c43
PP
54babeltracecomponentinclude_HEADERS = \
55 babeltrace/component/component.h \
56 babeltrace/component/component-class.h \
d3e4dcd8
PP
57 babeltrace/component/component-class-source.h \
58 babeltrace/component/component-class-filter.h \
59 babeltrace/component/component-class-sink.h \
33b34c43
PP
60 babeltrace/component/component-connection.h \
61 babeltrace/component/component-graph.h \
d71dcf2c
PP
62 babeltrace/component/component-source.h \
63 babeltrace/component/component-sink.h \
592ddb00 64 babeltrace/component/component-filter.h
6ee873c6 65
e92927d1
MD
66noinst_HEADERS = \
67 babeltrace/align.h \
70bd0a12 68 babeltrace/babeltrace-internal.h \
e92927d1 69 babeltrace/bitfield.h \
75d9ab4b 70 babeltrace/clock-internal.h \
1670bffd 71 babeltrace/common-internal.h \
e92927d1 72 babeltrace/compiler.h \
08c22d05 73 babeltrace/context-internal.h \
caf929fa 74 babeltrace/format-internal.h \
6f3077a2 75 babeltrace/iterator-internal.h \
5f0b5523 76 babeltrace/trace-collection.h \
e92927d1 77 babeltrace/prio_heap.h \
de3dd40e 78 babeltrace/ref-internal.h \
e92927d1 79 babeltrace/types.h \
83509119 80 babeltrace/object-internal.h \
c40a57e5 81 babeltrace/crc32.h \
2748fb3b
AB
82 babeltrace/debug-info.h \
83 babeltrace/trace-debug-info.h \
c40a57e5 84 babeltrace/dwarf.h \
d5ddf820 85 babeltrace/bin-info.h \
55cd033d 86 babeltrace/utils.h \
e92927d1 87 babeltrace/ctf-ir/metadata.h \
e4195791 88 babeltrace/ctf/events-internal.h \
e92927d1
MD
89 babeltrace/ctf/metadata.h \
90 babeltrace/ctf-text/types.h \
842c2b97 91 babeltrace/ctf/types.h \
634d474b 92 babeltrace/ctf/callbacks-internal.h \
0ace7505 93 babeltrace/ctf/ctf-index.h \
273b65be 94 babeltrace/ctf-writer/writer-internal.h \
44e0a4f5 95 babeltrace/ctf-ir/attributes-internal.h \
2e33ac5a
PP
96 babeltrace/ctf-ir/field-types-internal.h \
97 babeltrace/ctf-ir/fields-internal.h \
adc315b8 98 babeltrace/ctf-ir/event-internal.h \
272df73e 99 babeltrace/ctf-ir/event-class-internal.h \
b011f6b0 100 babeltrace/ctf-ir/field-path-internal.h \
ac0c6bdd 101 babeltrace/ctf-ir/clock-class-internal.h \
09840de5 102 babeltrace/ctf-ir/resolve-internal.h \
adc315b8 103 babeltrace/ctf-ir/stream-class-internal.h \
3f043b05 104 babeltrace/ctf-ir/stream-internal.h \
f79cf0f0 105 babeltrace/ctf-ir/packet-internal.h \
daf01357 106 babeltrace/ctf-ir/trace-internal.h \
09840de5 107 babeltrace/ctf-ir/validation-internal.h \
8bf65fbd 108 babeltrace/ctf-ir/visitor-internal.h \
ac0c6bdd 109 babeltrace/ctf-writer/clock-internal.h \
273b65be 110 babeltrace/ctf-writer/functor-internal.h \
a4dfa07b 111 babeltrace/trace-handle-internal.h \
4cb26dfb
JI
112 babeltrace/compat/uuid.h \
113 babeltrace/compat/memstream.h \
9a7f65a3 114 babeltrace/compat/string.h \
a386e246 115 babeltrace/compat/utc.h \
169e09d8 116 babeltrace/compat/limits.h \
bc26fd5e 117 babeltrace/compat/glib.h \
7d4ab47d 118 babeltrace/compat/send.h \
a323afb2 119 babeltrace/compat/fcntl.h \
2bb37f06 120 babeltrace/compat/stdlib.h \
8b6e9499 121 babeltrace/compat/dirent.h \
2ca0671b 122 babeltrace/compat/stdio.h \
5d620f61 123 babeltrace/compat/mman.h \
f7a2be83 124 babeltrace/endian.h \
6ee873c6 125 babeltrace/mmap-align.h \
fb2dcc52 126 babeltrace/plugin/plugin-internal.h \
55bb57e0
PP
127 babeltrace/plugin/plugin-so-internal.h \
128 babeltrace/plugin/plugin-python-enabled-internal.h \
129 babeltrace/plugin/plugin-python-disabled-internal.h \
33b34c43
PP
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 \
d71dcf2c
PP
134 babeltrace/component/component-filter-internal.h \
135 babeltrace/component/component-sink-internal.h \
136 babeltrace/component/component-source-internal.h \
262de837 137 babeltrace/component/component-input-internal.h \
33b34c43
PP
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.044572 seconds and 4 git commands to generate.