Update `include/babeltrace/babeltrace.h`
[babeltrace.git] / include / babeltrace / babeltrace.h
CommitLineData
1ca80abd
PP
1#ifndef BABELTRACE_BABELTRACE_H
2#define BABELTRACE_BABELTRACE_H
34ac0e6c 3
70bd0a12 4/*
69b772a4 5 * Babeltrace API
70bd0a12 6 *
834e9996 7 * Copyright 2010-2018 EfficiOS Inc. <http://www.efficios.com/>
70bd0a12
JD
8 *
9 * Permission is hereby granted, free of charge, to any person obtaining a copy
10 * of this software and associated documentation files (the "Software"), to deal
11 * in the Software without restriction, including without limitation the rights
12 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 * copies of the Software, and to permit persons to whom the Software is
14 * furnished to do so, subject to the following conditions:
15 *
16 * The above copyright notice and this permission notice shall be included in
17 * all copies or substantial portions of the Software.
c462e188
MD
18 *
19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 * SOFTWARE.
70bd0a12 26 */
847bf71a 27
69b772a4
PP
28/* Core API */
29#include <babeltrace/logging.h>
834e9996 30#include <babeltrace/property.h>
c55a9f58 31#include <babeltrace/types.h>
35fa110e 32#include <babeltrace/util.h>
0f15f666
PP
33#include <babeltrace/value-const.h>
34#include <babeltrace/value.h>
69b772a4
PP
35#include <babeltrace/version.h>
36
37/* Legacy API (for CTF writer) */
38#include <babeltrace/ctf/events.h>
39
40/* CTF writer API */
41#include <babeltrace/ctf-writer/clock.h>
42#include <babeltrace/ctf-writer/event-fields.h>
43#include <babeltrace/ctf-writer/event-types.h>
44#include <babeltrace/ctf-writer/event.h>
8deee039
PP
45#include <babeltrace/ctf-writer/field-types.h>
46#include <babeltrace/ctf-writer/fields.h>
69b772a4
PP
47#include <babeltrace/ctf-writer/stream-class.h>
48#include <babeltrace/ctf-writer/stream.h>
8deee039 49#include <babeltrace/ctf-writer/trace.h>
086dc475
PP
50#include <babeltrace/ctf-writer/utils.h>
51#include <babeltrace/ctf-writer/visitor.h>
69b772a4
PP
52#include <babeltrace/ctf-writer/writer.h>
53
939190b3
PP
54/* Legacy API (for CTF writer) */
55#include <babeltrace/ctf-ir/clock.h>
56#include <babeltrace/ctf-ir/event-fields.h>
57#include <babeltrace/ctf-ir/event-types.h>
58#include <babeltrace/ctf-ir/event.h>
59#include <babeltrace/ctf-ir/field-types.h>
60#include <babeltrace/ctf-ir/fields.h>
61#include <babeltrace/ctf-ir/stream-class.h>
62#include <babeltrace/ctf-ir/stream.h>
63#include <babeltrace/ctf-ir/trace.h>
64#include <babeltrace/ctf-ir/utils.h>
65
108b91d0 66/* Trace IR API */
78cf9df6 67#include <babeltrace/trace-ir/clock-class-const.h>
108b91d0 68#include <babeltrace/trace-ir/clock-class.h>
ecbb78c0 69#include <babeltrace/trace-ir/clock-snapshot-const.h>
78cf9df6 70#include <babeltrace/trace-ir/event-class-const.h>
108b91d0 71#include <babeltrace/trace-ir/event-class.h>
78cf9df6 72#include <babeltrace/trace-ir/event-const.h>
108b91d0 73#include <babeltrace/trace-ir/event.h>
0f15f666
PP
74#include <babeltrace/trace-ir/field-class-const.h>
75#include <babeltrace/trace-ir/field-class.h>
76#include <babeltrace/trace-ir/field-const.h>
78cf9df6 77#include <babeltrace/trace-ir/field-path-const.h>
0f15f666 78#include <babeltrace/trace-ir/field.h>
78cf9df6
PP
79#include <babeltrace/trace-ir/packet-const.h>
80#include <babeltrace/trace-ir/packet-context-field.h>
108b91d0 81#include <babeltrace/trace-ir/packet.h>
78cf9df6 82#include <babeltrace/trace-ir/stream-class-const.h>
108b91d0 83#include <babeltrace/trace-ir/stream-class.h>
78cf9df6 84#include <babeltrace/trace-ir/stream-const.h>
108b91d0 85#include <babeltrace/trace-ir/stream.h>
10b7a2e4
PP
86#include <babeltrace/trace-ir/trace-class-const.h>
87#include <babeltrace/trace-ir/trace-class.h>
78cf9df6 88#include <babeltrace/trace-ir/trace-const.h>
108b91d0 89#include <babeltrace/trace-ir/trace.h>
69b772a4
PP
90
91/* Plugin and plugin development API */
3a2cb327 92#include <babeltrace/plugin/plugin-const.h>
69b772a4 93#include <babeltrace/plugin/plugin-dev.h>
3a2cb327 94#include <babeltrace/plugin/plugin-set-const.h>
69b772a4 95
b09a5592 96/* Graph, component, and message API */
7b53201c
PP
97#include <babeltrace/graph/component-class-const.h>
98#include <babeltrace/graph/component-class-filter-const.h>
69b772a4 99#include <babeltrace/graph/component-class-filter.h>
7b53201c 100#include <babeltrace/graph/component-class-sink-const.h>
69b772a4 101#include <babeltrace/graph/component-class-sink.h>
7b53201c 102#include <babeltrace/graph/component-class-source-const.h>
69b772a4
PP
103#include <babeltrace/graph/component-class-source.h>
104#include <babeltrace/graph/component-class.h>
7b53201c
PP
105#include <babeltrace/graph/component-const.h>
106#include <babeltrace/graph/component-filter-const.h>
107#include <babeltrace/graph/component-sink-const.h>
108#include <babeltrace/graph/component-source-const.h>
109#include <babeltrace/graph/connection-const.h>
110#include <babeltrace/graph/graph-const.h>
69b772a4 111#include <babeltrace/graph/graph.h>
b09a5592 112#include <babeltrace/graph/message-const.h>
8f1a1bbb
PP
113#include <babeltrace/graph/message-discarded-events-const.h>
114#include <babeltrace/graph/message-discarded-events.h>
2df5d26f
PP
115#include <babeltrace/graph/message-discarded-packets-const.h>
116#include <babeltrace/graph/message-discarded-packets.h>
b09a5592
PP
117#include <babeltrace/graph/message-event-const.h>
118#include <babeltrace/graph/message-event.h>
119#include <babeltrace/graph/message-inactivity-const.h>
120#include <babeltrace/graph/message-inactivity.h>
15a52f66 121#include <babeltrace/graph/message-iterator-const.h>
a1f053a9
PP
122#include <babeltrace/graph/message-packet-beginning-const.h>
123#include <babeltrace/graph/message-packet-beginning.h>
124#include <babeltrace/graph/message-packet-end-const.h>
125#include <babeltrace/graph/message-packet-end.h>
579c2524 126#include <babeltrace/graph/message-stream-activity-beginning-const.h>
a1f053a9 127#include <babeltrace/graph/message-stream-activity-beginning.h>
8f1a1bbb 128#include <babeltrace/graph/message-stream-activity-const.h>
579c2524 129#include <babeltrace/graph/message-stream-activity-end-const.h>
a1f053a9
PP
130#include <babeltrace/graph/message-stream-activity-end.h>
131#include <babeltrace/graph/message-stream-beginning-const.h>
132#include <babeltrace/graph/message-stream-beginning.h>
133#include <babeltrace/graph/message-stream-end-const.h>
134#include <babeltrace/graph/message-stream-end.h>
7b53201c
PP
135#include <babeltrace/graph/port-const.h>
136#include <babeltrace/graph/port-input-const.h>
137#include <babeltrace/graph/port-output-const.h>
b09a5592 138#include <babeltrace/graph/port-output-message-iterator.h>
7b53201c 139#include <babeltrace/graph/query-executor-const.h>
1286dcbb 140#include <babeltrace/graph/query-executor.h>
834e9996
PP
141#include <babeltrace/graph/self-component-class-filter.h>
142#include <babeltrace/graph/self-component-class-sink.h>
143#include <babeltrace/graph/self-component-class-source.h>
144#include <babeltrace/graph/self-component-filter.h>
b09a5592 145#include <babeltrace/graph/self-component-port-input-message-iterator.h>
834e9996
PP
146#include <babeltrace/graph/self-component-port-input.h>
147#include <babeltrace/graph/self-component-port-output.h>
148#include <babeltrace/graph/self-component-port.h>
149#include <babeltrace/graph/self-component-sink.h>
150#include <babeltrace/graph/self-component-source.h>
151#include <babeltrace/graph/self-component.h>
b09a5592 152#include <babeltrace/graph/self-message-iterator.h>
69b772a4 153
1ca80abd 154#endif /* BABELTRACE_BABELTRACE_H */
This page took 0.057574 seconds and 4 git commands to generate.