2 * Copyright (C) 2011 - Julien Desfossez <julien.desfossez@polymtl.ca>
3 * Copyright (C) 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License, version 2 only,
7 * as published by the Free Software Foundation.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 #ifndef _LTTNG_USTCONSUMER_H
20 #define _LTTNG_USTCONSUMER_H
24 #include <common/consumer/consumer.h>
26 #ifdef HAVE_LIBLTTNG_UST_CTL
28 int lttng_ustconsumer_take_snapshot(struct lttng_consumer_stream
*stream
);
30 int lttng_ustconsumer_get_produced_snapshot(
31 struct lttng_consumer_stream
*stream
, unsigned long *pos
);
32 int lttng_ustconsumer_get_consumed_snapshot(
33 struct lttng_consumer_stream
*stream
, unsigned long *pos
);
35 int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data
*ctx
,
36 int sock
, struct pollfd
*consumer_sockpoll
);
38 extern int lttng_ustconsumer_allocate_channel(struct lttng_consumer_channel
*chan
);
39 extern void lttng_ustconsumer_del_channel(struct lttng_consumer_channel
*chan
);
40 extern void lttng_ustconsumer_free_channel(struct lttng_consumer_channel
*chan
);
41 extern int lttng_ustconsumer_add_stream(struct lttng_consumer_stream
*stream
);
42 extern void lttng_ustconsumer_del_stream(struct lttng_consumer_stream
*stream
);
44 int lttng_ustconsumer_read_subbuffer(struct lttng_consumer_stream
*stream
,
45 struct lttng_consumer_local_data
*ctx
);
46 int lttng_ustconsumer_on_recv_stream(struct lttng_consumer_stream
*stream
);
48 void lttng_ustconsumer_on_stream_hangup(struct lttng_consumer_stream
*stream
);
50 int lttng_ustctl_get_mmap_read_offset(struct lttng_consumer_stream
*stream
,
52 void *lttng_ustctl_get_mmap_base(struct lttng_consumer_stream
*stream
);
53 int lttng_ustconsumer_get_stream_id(struct lttng_consumer_stream
*stream
,
55 int lttng_ustconsumer_data_pending(struct lttng_consumer_stream
*stream
);
56 void lttng_ustconsumer_close_all_metadata(struct lttng_ht
*ht
);
57 void lttng_ustconsumer_close_metadata(struct lttng_consumer_channel
*metadata
);
58 void lttng_ustconsumer_close_stream_wakeup(struct lttng_consumer_stream
*stream
);
59 int lttng_ustconsumer_recv_metadata(int sock
, uint64_t key
, uint64_t offset
,
60 uint64_t len
, struct lttng_consumer_channel
*channel
,
62 int lttng_ustconsumer_request_metadata(struct lttng_consumer_local_data
*ctx
,
63 struct lttng_consumer_channel
*channel
, int timer
, int wait
);
64 int lttng_ustconsumer_sync_metadata(struct lttng_consumer_local_data
*ctx
,
65 struct lttng_consumer_stream
*metadata
);
66 void lttng_ustconsumer_flush_buffer(struct lttng_consumer_stream
*stream
,
68 int lttng_ustconsumer_get_current_timestamp(
69 struct lttng_consumer_stream
*stream
, uint64_t *ts
);
70 int lttng_ustconsumer_get_sequence_number(
71 struct lttng_consumer_stream
*stream
, uint64_t *seq
);
73 #else /* HAVE_LIBLTTNG_UST_CTL */
76 ssize_t
lttng_ustconsumer_on_read_subbuffer_mmap(
77 struct lttng_consumer_local_data
*ctx
,
78 struct lttng_consumer_stream
*stream
, unsigned long len
,
79 unsigned long padding
)
85 ssize_t
lttng_ustconsumer_on_read_subbuffer_splice(
86 struct lttng_consumer_local_data
*ctx
,
87 struct lttng_consumer_stream
*uststream
, unsigned long len
,
88 unsigned long padding
)
94 int lttng_ustconsumer_take_snapshot(struct lttng_consumer_stream
*stream
)
100 int lttng_ustconsumer_get_produced_snapshot(
101 struct lttng_consumer_stream
*stream
, unsigned long *pos
)
107 int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data
*ctx
,
108 int sock
, struct pollfd
*consumer_sockpoll
)
114 int lttng_ustconsumer_allocate_channel(struct lttng_consumer_channel
*chan
)
120 void lttng_ustconsumer_del_channel(struct lttng_consumer_channel
*chan
)
125 void lttng_ustconsumer_free_channel(struct lttng_consumer_channel
*chan
)
130 int lttng_ustconsumer_add_stream(struct lttng_consumer_stream
*stream
)
136 void lttng_ustconsumer_del_stream(struct lttng_consumer_stream
*stream
)
141 int lttng_ustconsumer_read_subbuffer(struct lttng_consumer_stream
*stream
,
142 struct lttng_consumer_local_data
*ctx
)
148 int lttng_ustconsumer_on_recv_stream(struct lttng_consumer_stream
*stream
)
154 void lttng_ustconsumer_on_stream_hangup(struct lttng_consumer_stream
*stream
)
159 int lttng_ustctl_get_mmap_read_offset(struct lttng_consumer_stream
*stream
,
165 int lttng_ustconsumer_data_pending(struct lttng_consumer_stream
*stream
)
170 void *lttng_ustctl_get_mmap_base(struct lttng_consumer_stream
*stream
)
175 void lttng_ustconsumer_close_all_metadata(struct lttng_ht
*ht
)
179 void lttng_ustconsumer_close_metadata(struct lttng_consumer_channel
*metadata
)
183 void lttng_ustconsumer_close_stream_wakeup(struct lttng_consumer_stream
*stream
)
187 int lttng_ustconsumer_recv_metadata(int sock
, uint64_t key
, uint64_t offset
,
188 uint64_t len
, struct lttng_consumer_channel
*channel
,
194 int lttng_ustconsumer_request_metadata(struct lttng_consumer_local_data
*ctx
,
195 struct lttng_consumer_channel
*channel
, int timer
, int wait
)
200 int lttng_ustconsumer_sync_metadata(struct lttng_consumer_local_data
*ctx
,
201 struct lttng_consumer_stream
*metadata
)
206 void lttng_ustconsumer_flush_buffer(struct lttng_consumer_stream
*stream
,
211 int lttng_ustconsumer_get_current_timestamp(
212 struct lttng_consumer_stream
*stream
, uint64_t *ts
)
217 int lttng_ustconsumer_get_sequence_number(
218 struct lttng_consumer_stream
*stream
, uint64_t *seq
)
223 int lttng_ustconsumer_get_stream_id(struct lttng_consumer_stream
*stream
,
228 #endif /* HAVE_LIBLTTNG_UST_CTL */
230 #endif /* _LTTNG_USTCONSUMER_H */