Trace IR and notification APIs: split into private and public APIs
[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 *
69b772a4 7 * Copyright 2010-2017 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>
65300d60 30#include <babeltrace/object.h>
da91b29a 31#include <babeltrace/private-values.h>
c55a9f58 32#include <babeltrace/types.h>
69b772a4
PP
33#include <babeltrace/values.h>
34#include <babeltrace/version.h>
35
36/* Legacy API (for CTF writer) */
37#include <babeltrace/ctf/events.h>
38
39/* CTF writer API */
40#include <babeltrace/ctf-writer/clock.h>
41#include <babeltrace/ctf-writer/event-fields.h>
42#include <babeltrace/ctf-writer/event-types.h>
43#include <babeltrace/ctf-writer/event.h>
3dca2276
PP
44#include <babeltrace/ctf-writer/field-types.h>
45#include <babeltrace/ctf-writer/fields.h>
69b772a4
PP
46#include <babeltrace/ctf-writer/stream-class.h>
47#include <babeltrace/ctf-writer/stream.h>
3dca2276 48#include <babeltrace/ctf-writer/trace.h>
16ca5ff0
PP
49#include <babeltrace/ctf-writer/utils.h>
50#include <babeltrace/ctf-writer/visitor.h>
69b772a4
PP
51#include <babeltrace/ctf-writer/writer.h>
52
5cd6d0e5
PP
53/* Legacy API (for CTF writer) */
54#include <babeltrace/ctf-ir/clock.h>
55#include <babeltrace/ctf-ir/event-fields.h>
56#include <babeltrace/ctf-ir/event-types.h>
57#include <babeltrace/ctf-ir/event.h>
58#include <babeltrace/ctf-ir/field-types.h>
59#include <babeltrace/ctf-ir/fields.h>
60#include <babeltrace/ctf-ir/stream-class.h>
61#include <babeltrace/ctf-ir/stream.h>
62#include <babeltrace/ctf-ir/trace.h>
63#include <babeltrace/ctf-ir/utils.h>
64
56e18c4c
PP
65/* Trace IR API */
66#include <babeltrace/trace-ir/clock-class.h>
67#include <babeltrace/trace-ir/clock-value.h>
56e18c4c 68#include <babeltrace/trace-ir/event-class.h>
56e18c4c 69#include <babeltrace/trace-ir/event.h>
5cd6d0e5 70#include <babeltrace/trace-ir/field-classes.h>
56e18c4c 71#include <babeltrace/trace-ir/field-path.h>
56e18c4c 72#include <babeltrace/trace-ir/fields.h>
56e18c4c 73#include <babeltrace/trace-ir/packet.h>
e5be10ef
PP
74#include <babeltrace/trace-ir/private-clock-class.h>
75#include <babeltrace/trace-ir/private-event-class.h>
76#include <babeltrace/trace-ir/private-event-header-field.h>
77#include <babeltrace/trace-ir/private-event.h>
78#include <babeltrace/trace-ir/private-field-classes.h>
79#include <babeltrace/trace-ir/private-fields.h>
80#include <babeltrace/trace-ir/private-packet-context-field.h>
81#include <babeltrace/trace-ir/private-packet-header-field.h>
82#include <babeltrace/trace-ir/private-packet.h>
83#include <babeltrace/trace-ir/private-stream-class.h>
84#include <babeltrace/trace-ir/private-stream.h>
85#include <babeltrace/trace-ir/private-trace.h>
56e18c4c
PP
86#include <babeltrace/trace-ir/stream-class.h>
87#include <babeltrace/trace-ir/stream.h>
88#include <babeltrace/trace-ir/trace.h>
69b772a4
PP
89
90/* Plugin and plugin development API */
91#include <babeltrace/plugin/plugin-dev.h>
92#include <babeltrace/plugin/plugin.h>
93
94/* Graph, component, and notification API */
69b772a4
PP
95#include <babeltrace/graph/component-class-filter.h>
96#include <babeltrace/graph/component-class-sink.h>
97#include <babeltrace/graph/component-class-source.h>
98#include <babeltrace/graph/component-class.h>
99#include <babeltrace/graph/component-filter.h>
100#include <babeltrace/graph/component-sink.h>
101#include <babeltrace/graph/component-source.h>
102#include <babeltrace/graph/component-status.h>
103#include <babeltrace/graph/component.h>
104#include <babeltrace/graph/connection.h>
105#include <babeltrace/graph/graph.h>
106#include <babeltrace/graph/notification-event.h>
69b772a4
PP
107#include <babeltrace/graph/notification-inactivity.h>
108#include <babeltrace/graph/notification-iterator.h>
109#include <babeltrace/graph/notification-packet.h>
110#include <babeltrace/graph/notification-stream.h>
111#include <babeltrace/graph/notification.h>
8ed535b5 112#include <babeltrace/graph/output-port-notification-iterator.h>
69b772a4
PP
113#include <babeltrace/graph/port.h>
114#include <babeltrace/graph/private-component-filter.h>
115#include <babeltrace/graph/private-component-sink.h>
116#include <babeltrace/graph/private-component-source.h>
117#include <babeltrace/graph/private-component.h>
90157d89
PP
118#include <babeltrace/graph/private-connection-notification-iterator.h>
119#include <babeltrace/graph/private-connection-private-notification-iterator.h>
69b772a4 120#include <babeltrace/graph/private-connection.h>
e5be10ef
PP
121#include <babeltrace/graph/private-notification-event.h>
122#include <babeltrace/graph/private-notification-inactivity.h>
123#include <babeltrace/graph/private-notification-packet.h>
124#include <babeltrace/graph/private-notification-stream.h>
125#include <babeltrace/graph/private-notification.h>
69b772a4 126#include <babeltrace/graph/private-port.h>
c7eee084 127#include <babeltrace/graph/query-executor.h>
69b772a4 128
1ca80abd 129#endif /* BABELTRACE_BABELTRACE_H */
This page took 0.054258 seconds and 4 git commands to generate.