consumerd: refactor: split read_subbuf into sub-operations
[lttng-tools.git] / src / common / consumer / consumer.h
CommitLineData
3bd1e081
MD
1/*
2 * Copyright (C) 2011 - Julien Desfossez <julien.desfossez@polymtl.ca>
00e2e675
DG
3 * Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * 2012 - David Goulet <dgoulet@efficios.com>
3bd1e081 5 *
d14d33bf
AM
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License, version 2 only,
8 * as published by the Free Software Foundation.
3bd1e081 9 *
d14d33bf
AM
10 * This program is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
3bd1e081 14 *
d14d33bf
AM
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
3bd1e081
MD
18 */
19
f02e1e8a
DG
20#ifndef LIB_CONSUMER_H
21#define LIB_CONSUMER_H
3bd1e081
MD
22
23#include <limits.h>
24#include <poll.h>
6df2e2c9 25#include <unistd.h>
ffe60014 26#include <urcu/list.h>
e4421fec 27
3bd1e081 28#include <lttng/lttng.h>
10a8a223 29
b9182dd9
DG
30#include <common/hashtable/hashtable.h>
31#include <common/compat/fcntl.h>
ffe60014 32#include <common/compat/uuid.h>
00e2e675 33#include <common/sessiond-comm/sessiond-comm.h>
acdb9057 34#include <common/pipe.h>
50adc264 35#include <common/index/ctf-index.h>
ace0e591 36#include <common/buffer-view.h>
29d1a7ae
JG
37#include <common/optional.h>
38
39struct lttng_consumer_local_data;
3bd1e081 40
3bd1e081
MD
41/* Commands for consumer */
42enum lttng_consumer_command {
43 LTTNG_CONSUMER_ADD_CHANNEL,
44 LTTNG_CONSUMER_ADD_STREAM,
45 /* pause, delete, active depending on fd state */
46 LTTNG_CONSUMER_UPDATE_STREAM,
47 /* inform the consumer to quit when all fd has hang up */
84382d49 48 LTTNG_CONSUMER_STOP, /* deprecated */
00e2e675 49 LTTNG_CONSUMER_ADD_RELAYD_SOCKET,
173af62f
DG
50 /* Inform the consumer to kill a specific relayd connection */
51 LTTNG_CONSUMER_DESTROY_RELAYD,
53632229 52 /* Return to the sessiond if there is data pending for a session */
6d805429 53 LTTNG_CONSUMER_DATA_PENDING,
ffe60014
DG
54 /* Consumer creates a channel and returns it to sessiond. */
55 LTTNG_CONSUMER_ASK_CHANNEL_CREATION,
56 LTTNG_CONSUMER_GET_CHANNEL,
57 LTTNG_CONSUMER_DESTROY_CHANNEL,
d88aee68
DG
58 LTTNG_CONSUMER_PUSH_METADATA,
59 LTTNG_CONSUMER_CLOSE_METADATA,
60 LTTNG_CONSUMER_SETUP_METADATA,
7972aab2 61 LTTNG_CONSUMER_FLUSH_CHANNEL,
6dc3064a
DG
62 LTTNG_CONSUMER_SNAPSHOT_CHANNEL,
63 LTTNG_CONSUMER_SNAPSHOT_METADATA,
a4baae1b 64 LTTNG_CONSUMER_STREAMS_SENT,
fb83fe64
JD
65 LTTNG_CONSUMER_DISCARDED_EVENTS,
66 LTTNG_CONSUMER_LOST_PACKETS,
0dd01979 67 LTTNG_CONSUMER_CLEAR_QUIESCENT_CHANNEL,
3bd1e081
MD
68};
69
70/* State of each fd in consumer */
71enum lttng_consumer_stream_state {
72 LTTNG_CONSUMER_ACTIVE_STREAM,
73 LTTNG_CONSUMER_PAUSE_STREAM,
74 LTTNG_CONSUMER_DELETE_STREAM,
75};
76
3bd1e081
MD
77enum lttng_consumer_type {
78 LTTNG_CONSUMER_UNKNOWN = 0,
79 LTTNG_CONSUMER_KERNEL,
7753dea8
MD
80 LTTNG_CONSUMER64_UST,
81 LTTNG_CONSUMER32_UST,
3bd1e081
MD
82};
83
8994307f
DG
84enum consumer_endpoint_status {
85 CONSUMER_ENDPOINT_ACTIVE,
86 CONSUMER_ENDPOINT_INACTIVE,
87};
88
ffe60014
DG
89enum consumer_channel_output {
90 CONSUMER_CHANNEL_MMAP = 0,
91 CONSUMER_CHANNEL_SPLICE = 1,
92};
93
94enum consumer_channel_type {
95 CONSUMER_CHANNEL_TYPE_METADATA = 0,
d88aee68 96 CONSUMER_CHANNEL_TYPE_DATA = 1,
ffe60014
DG
97};
98
51230d70
DG
99extern struct lttng_consumer_global_data consumer_data;
100
ffe60014
DG
101struct stream_list {
102 struct cds_list_head head;
103 unsigned int count;
104};
105
331744e3
JD
106/* Stub. */
107struct consumer_metadata_cache;
108
3bd1e081 109struct lttng_consumer_channel {
ffe60014 110 /* HT node used for consumer_data.channel_ht */
d88aee68 111 struct lttng_ht_node_u64 node;
ffe60014 112 /* Indexed key. Incremented value in the consumer. */
d88aee68 113 uint64_t key;
ffe60014
DG
114 /* Number of streams referencing this channel */
115 int refcount;
116 /* Tracing session id on the session daemon side. */
117 uint64_t session_id;
1950109e
JD
118 /*
119 * Session id when requesting metadata to the session daemon for
120 * a session with per-PID buffers.
121 */
122 uint64_t session_id_per_pid;
ffe60014
DG
123 /* Channel trace file path name. */
124 char pathname[PATH_MAX];
125 /* Channel name. */
126 char name[LTTNG_SYMBOL_NAME_LEN];
567eb353 127 /* UID and GID of the session owning this channel. */
ffe60014
DG
128 uid_t uid;
129 gid_t gid;
da009f2c
MD
130 /* Relayd id of the channel. -1ULL if it does not apply. */
131 uint64_t relayd_id;
c30aaa51 132 /*
ffe60014
DG
133 * Number of streams NOT initialized yet. This is used in order to not
134 * delete this channel if streams are getting initialized.
c30aaa51 135 */
ffe60014
DG
136 unsigned int nb_init_stream_left;
137 /* Output type (mmap or splice). */
138 enum consumer_channel_output output;
139 /* Channel type for stream */
140 enum consumer_channel_type type;
c30aaa51 141
3bd1e081 142 /* For UST */
567eb353 143 uid_t ust_app_uid; /* Application UID. */
ffe60014
DG
144 struct ustctl_consumer_channel *uchan;
145 unsigned char uuid[UUID_STR_LEN];
146 /*
147 * Temporary stream list used to store the streams once created and waiting
148 * to be sent to the session daemon by receiving the
149 * LTTNG_CONSUMER_GET_CHANNEL.
150 */
151 struct stream_list streams;
07b86b52 152
d88aee68
DG
153 /*
154 * Set if the channel is metadata. We keep a reference to the stream
155 * because we have to flush data once pushed by the session daemon. For a
156 * regular channel, this is always set to NULL.
157 */
158 struct lttng_consumer_stream *metadata_stream;
d8ef542d
MD
159
160 /* for UST */
161 int wait_fd;
162 /* Node within channel thread ht */
163 struct lttng_ht_node_u64 wait_fd_node;
331744e3
JD
164
165 /* Metadata cache is metadata channel */
166 struct consumer_metadata_cache *metadata_cache;
d3e2ba59 167 /* For UST metadata periodical flush */
331744e3
JD
168 int switch_timer_enabled;
169 timer_t switch_timer;
4419b4fb
MD
170 int switch_timer_error;
171
d3e2ba59
JD
172 /* For the live mode */
173 int live_timer_enabled;
174 timer_t live_timer;
175 int live_timer_error;
11785f65
JG
176 /* Channel is part of a live session ? */
177 bool is_live;
d3e2ba59 178
1624d5b7
JD
179 /* On-disk circular buffer */
180 uint64_t tracefile_size;
181 uint64_t tracefile_count;
2bba9e53
DG
182 /*
183 * Monitor or not the streams of this channel meaning this indicates if the
184 * streams should be sent to the data/metadata thread or added to the no
185 * monitor list of the channel.
186 */
187 unsigned int monitor;
a9838785
MD
188
189 /*
190 * Channel lock.
191 *
ec6ea7d0
MD
192 * This lock protects against concurrent update of channel.
193 *
a9838785 194 * This is nested INSIDE the consumer data lock.
ec6ea7d0 195 * This is nested OUTSIDE the channel timer lock.
a9838785
MD
196 * This is nested OUTSIDE the metadata cache lock.
197 * This is nested OUTSIDE stream lock.
198 * This is nested OUTSIDE consumer_relayd_sock_pair lock.
199 */
200 pthread_mutex_t lock;
ec6ea7d0
MD
201
202 /*
203 * Channel teardown lock.
204 *
205 * This lock protect against teardown of channel. It is _never_
206 * taken by the timer handler.
207 *
208 * This is nested INSIDE the consumer data lock.
209 * This is nested INSIDE the channel lock.
210 * This is nested OUTSIDE the metadata cache lock.
211 * This is nested OUTSIDE stream lock.
212 * This is nested OUTSIDE consumer_relayd_sock_pair lock.
213 */
214 pthread_mutex_t timer_lock;
ecc48a90
JD
215
216 /* Timer value in usec for live streaming. */
217 unsigned int live_timer_interval;
d7ba1388 218
4628484a
MD
219 int *stream_fds;
220 int nr_stream_fds;
3d071855 221 char root_shm_path[PATH_MAX];
d7ba1388 222 char shm_path[PATH_MAX];
fb83fe64
JD
223 /* Total number of discarded events for that channel. */
224 uint64_t discarded_events;
225 /* Total number of missed packets due to overwriting (overwrite). */
226 uint64_t lost_packets;
b7fa98e6
MD
227
228 bool streams_sent_to_relayd;
3bd1e081
MD
229};
230
29d1a7ae
JG
231struct stream_subbuffer {
232 union {
233 /*
234 * CONSUMER_CHANNEL_SPLICE
235 * No ownership assumed.
236 */
237 int fd;
238 /* CONSUMER_CHANNEL_MMAP */
239 struct lttng_buffer_view buffer;
240 } buffer;
241 union {
242 /*
243 * Common members are fine to access through either
244 * union entries (as per C11, Common Initial Sequence).
245 */
246 struct {
247 unsigned long subbuf_size;
248 unsigned long padded_subbuf_size;
249 uint64_t version;
250 } metadata;
251 struct {
252 unsigned long subbuf_size;
253 unsigned long padded_subbuf_size;
254 uint64_t packet_size;
255 uint64_t content_size;
256 uint64_t timestamp_begin;
257 uint64_t timestamp_end;
258 uint64_t events_discarded;
259 /* Left unset when unsupported. */
260 LTTNG_OPTIONAL(uint64_t) sequence_number;
261 uint64_t stream_id;
262 /* Left unset when unsupported. */
263 LTTNG_OPTIONAL(uint64_t) stream_instance_id;
264 } data;
265 } info;
266};
267
268/*
269 * Perform any operation required to acknowledge
270 * the wake-up of a consumer stream (e.g. consume a byte on a wake-up pipe).
271 *
272 * Stream and channel locks are acquired during this call.
273 */
274typedef int (*on_wake_up_cb)(struct lttng_consumer_stream *);
275
276/*
277 * Perform any operation required before a consumer stream is put
278 * to sleep before awaiting a data availability notification.
279 *
280 * Stream and channel locks are acquired during this call.
281 */
282typedef int (*on_sleep_cb)(struct lttng_consumer_stream *,
283 struct lttng_consumer_local_data *);
284
285/*
286 * Acquire the subbuffer at the current 'consumed' position.
287 *
288 * Stream and channel locks are acquired during this call.
289 */
290typedef int (*get_next_subbuffer_cb)(struct lttng_consumer_stream *,
291 struct stream_subbuffer *);
292
293/*
294 * Populate the stream_subbuffer's info member. The info to populate
295 * depends on the type (metadata/data) of the stream.
296 *
297 * Stream and channel locks are acquired during this call.
298 */
299typedef int (*extract_subbuffer_info_cb)(
300 struct lttng_consumer_stream *, struct stream_subbuffer *);
301
302/*
303 * Invoked after a subbuffer's info has been filled.
304 *
305 * Stream and channel locks are acquired during this call.
306 */
307typedef int (*pre_consume_subbuffer_cb)(struct lttng_consumer_stream *,
308 const struct stream_subbuffer *);
309
310/*
311 * Consume subbuffer contents.
312 *
313 * Stream and channel locks are acquired during this call.
314 */
315typedef ssize_t (*consume_subbuffer_cb)(struct lttng_consumer_local_data *,
316 struct lttng_consumer_stream *,
317 const struct stream_subbuffer *);
318
319/*
320 * Release the current subbuffer and advance the 'consumed' position by
321 * one subbuffer.
322 *
323 * Stream and channel locks are acquired during this call.
324 */
325typedef int (*put_next_subbuffer_cb)(struct lttng_consumer_stream *,
326 struct stream_subbuffer *);
327
328/*
329 * Invoked after consuming a subbuffer.
330 *
331 * Stream and channel locks are acquired during this call.
332 */
333typedef int (*post_consume_cb)(struct lttng_consumer_stream *,
334 const struct stream_subbuffer *,
335 struct lttng_consumer_local_data *);
336
337/*
338 * Send a live beacon if no data is available.
339 *
340 * Stream and channel locks are acquired during this call.
341 */
342typedef int (*send_live_beacon_cb)(struct lttng_consumer_stream *);
343
344/*
345 * Lock the stream and channel locks and any other stream-type specific
346 * lock that need to be acquired during the processing of an
347 * availability notification.
348 */
349typedef void (*lock_cb)(struct lttng_consumer_stream *);
350
351/*
352 * Unlock the stream and channel locks and any other stream-type specific
353 * lock before sleeping until the next availability notification.
354 *
355 * Stream and channel locks are acquired during this call.
356 */
357typedef void (*unlock_cb)(struct lttng_consumer_stream *);
358
359/*
360 * Invoked when a subbuffer's metadata version does not match the last
361 * known metadata version.
362 *
363 * Stream and channel locks are acquired during this call.
364 */
365typedef void (*reset_metadata_cb)(struct lttng_consumer_stream *);
366
3bd1e081
MD
367/*
368 * Internal representation of the streams, sessiond_key is used to identify
369 * uniquely a stream.
370 */
371struct lttng_consumer_stream {
53632229 372 /* HT node used by the data_ht and metadata_ht */
d88aee68 373 struct lttng_ht_node_u64 node;
d8ef542d
MD
374 /* stream indexed per channel key node */
375 struct lttng_ht_node_u64 node_channel_id;
53632229 376 /* HT node used in consumer_data.stream_list_ht */
d88aee68 377 struct lttng_ht_node_u64 node_session_id;
ffe60014
DG
378 /* Pointer to associated channel. */
379 struct lttng_consumer_channel *chan;
380
381 /* Key by which the stream is indexed for 'node'. */
d88aee68 382 uint64_t key;
3bd1e081 383 /*
ffe60014
DG
384 * File descriptor of the data output file. This can be either a file or a
385 * socket fd for relayd streaming.
3bd1e081 386 */
3bd1e081 387 int out_fd; /* output file to write the data */
ffe60014
DG
388 /* Write position in the output file descriptor */
389 off_t out_fd_offset;
e5d1a9b3
MD
390 /* Amount of bytes written to the output */
391 uint64_t output_written;
3bd1e081 392 enum lttng_consumer_stream_state state;
b5c5fc29 393 int shm_fd_is_copy;
4078b776 394 int data_read;
d056b477 395 int hangup_flush_done;
c585821b 396
0dd01979
MD
397 /*
398 * Whether the stream is in a "complete" state (e.g. it does not have a
399 * partially written sub-buffer.
400 *
401 * Initialized to "false" on stream creation (first packet is empty).
402 *
403 * The various transitions of the quiescent state are:
404 * - On "start" tracing: set to false, since the stream is not
405 * "complete".
406 * - On "stop" tracing: if !quiescent -> flush FINAL (update
407 * timestamp_end), and set to true; the stream has entered a
408 * complete/quiescent state.
409 * - On "destroy" or stream/application hang-up: if !quiescent ->
410 * flush FINAL, and set to true.
411 *
412 * NOTE: Update and read are protected by the stream lock.
413 */
414 bool quiescent;
415
c585821b
MD
416 /*
417 * metadata_timer_lock protects flags waiting_on_metadata and
418 * missed_metadata_flush.
419 */
420 pthread_mutex_t metadata_timer_lock;
421 /*
422 * Flag set when awaiting metadata to be pushed. Used in the
423 * timer thread to skip waiting on the stream (and stream lock) to
424 * ensure we can proceed to flushing metadata in live mode.
425 */
426 bool waiting_on_metadata;
427 /* Raised when a timer misses a metadata flush. */
428 bool missed_metadata_flush;
429
ffe60014
DG
430 enum lttng_event_output output;
431 /* Maximum subbuffer size. */
432 unsigned long max_sb_size;
433
434 /*
435 * Still used by the kernel for MMAP output. For UST, the ustctl getter is
436 * used for the mmap base and offset.
437 */
438 void *mmap_base;
439 unsigned long mmap_len;
440
441 /* For UST */
442
443 int wait_fd;
6df2e2c9
MD
444 /* UID/GID of the user owning the session to which stream belongs */
445 uid_t uid;
446 gid_t gid;
6d40f8fa
JG
447 /*
448 * Relayd id, indicating on which relayd socket it goes. Set to -1ULL if
449 * not the stream is not associated to a relay daemon.
450 */
451 uint64_t relayd_id;
d01178b6
DG
452 /*
453 * Indicate if this stream was successfully sent to a relayd. This is set
454 * after the refcount of the relayd is incremented and is checked when the
455 * stream is closed before decrementing the refcount in order to avoid an
456 * unbalanced state.
457 */
458 unsigned int sent_to_relayd;
459
00e2e675
DG
460 /* Identify if the stream is the metadata */
461 unsigned int metadata_flag;
93ec662e
JD
462 /*
463 * Last known metadata version, reset the metadata file in case
464 * of change.
465 */
466 uint64_t metadata_version;
00e2e675
DG
467 /* Used when the stream is set for network streaming */
468 uint64_t relayd_stream_id;
3604f373
DG
469 /*
470 * When sending a stream packet to a relayd, this number is used to track
471 * the packet sent by the consumer and seen by the relayd. When sending the
472 * data header to the relayd, this number is sent and if the transmission
473 * was successful, it is incremented.
474 *
475 * Even if the full data is not fully transmitted it won't matter since
476 * only two possible error can happen after that where either the relayd
477 * died or a read error is detected on the stream making this value useless
478 * after that.
479 *
480 * This value SHOULD be read/updated atomically or with the lock acquired.
481 */
173af62f 482 uint64_t next_net_seq_num;
63281d5d 483 /*
74251bb8
DG
484 * Lock to use the stream FDs since they are used between threads.
485 *
486 * This is nested INSIDE the consumer_data lock.
a9838785 487 * This is nested INSIDE the channel lock.
ec6ea7d0 488 * This is nested INSIDE the channel timer lock.
4306541f 489 * This is nested OUTSIDE the metadata cache lock.
74251bb8 490 * This is nested OUTSIDE consumer_relayd_sock_pair lock.
63281d5d 491 */
53632229
DG
492 pthread_mutex_t lock;
493 /* Tracing session id */
494 uint64_t session_id;
8994307f
DG
495 /*
496 * Indicates if the stream end point is still active or not (network
497 * streaming or local file system). The thread "owning" the stream is
498 * handling this status and can be notified of a state change through the
499 * consumer data appropriate pipe.
500 */
501 enum consumer_endpoint_status endpoint_status;
ffe60014
DG
502 /* Stream name. Format is: <channel_name>_<cpu_number> */
503 char name[LTTNG_SYMBOL_NAME_LEN];
504 /* Internal state of libustctl. */
505 struct ustctl_consumer_stream *ustream;
506 struct cds_list_head send_node;
1624d5b7
JD
507 /* On-disk circular buffer */
508 uint64_t tracefile_size_current;
509 uint64_t tracefile_count_current;
4891ece8
DG
510 /*
511 * Monitor or not the streams of this channel meaning this indicates if the
512 * streams should be sent to the data/metadata thread or added to the no
513 * monitor list of the channel.
514 */
515 unsigned int monitor;
516 /*
517 * Indicate if the stream is globally visible meaning that it has been
518 * added to the multiple hash tables. If *not* set, NO lock should be
519 * acquired in the destroy path.
520 */
521 unsigned int globally_visible;
feb78e88
MD
522 /*
523 * Pipe to wake up the metadata poll thread when the UST metadata
524 * cache is updated.
525 */
526 int ust_metadata_poll_pipe[2];
527 /*
528 * How much metadata was read from the metadata cache and sent
529 * to the channel.
530 */
531 uint64_t ust_metadata_pushed;
fb83fe64
JD
532 /*
533 * Copy of the last discarded event value to detect the overflow of
534 * the counter.
535 */
536 uint64_t last_discarded_events;
537 /* Copy of the sequence number of the last packet extracted. */
538 uint64_t last_sequence_number;
309167d2 539 /*
e0547b83 540 * Index file object of the index file for this stream.
309167d2 541 */
e0547b83 542 struct lttng_index_file *index_file;
94d49140 543
a2361a61
JD
544 /*
545 * Local pipe to extract data when using splice.
546 */
547 int splice_pipe[2];
548
94d49140
JD
549 /*
550 * Rendez-vous point between data and metadata stream in live mode.
551 */
552 pthread_cond_t metadata_rdv;
553 pthread_mutex_t metadata_rdv_lock;
02b3d176
DG
554
555 /* Indicate if the stream still has some data to be read. */
556 unsigned int has_data:1;
93ec662e
JD
557 /*
558 * Inform the consumer or relay to reset the metadata
559 * file before writing in it (regeneration).
560 */
561 unsigned int reset_metadata_flag:1;
29d1a7ae
JG
562 struct {
563 /*
564 * Invoked in the order of declaration.
565 * See callback type definitions.
566 */
567 lock_cb lock;
568 on_wake_up_cb on_wake_up;
569 get_next_subbuffer_cb get_next_subbuffer;
570 extract_subbuffer_info_cb extract_subbuffer_info;
571 pre_consume_subbuffer_cb pre_consume_subbuffer;
572 reset_metadata_cb reset_metadata;
573 consume_subbuffer_cb consume_subbuffer;
574 put_next_subbuffer_cb put_next_subbuffer;
575 post_consume_cb post_consume;
576 send_live_beacon_cb send_live_beacon;
577 on_sleep_cb on_sleep;
578 unlock_cb unlock;
579 } read_subbuffer_ops;
00e2e675
DG
580};
581
582/*
583 * Internal representation of a relayd socket pair.
584 */
585struct consumer_relayd_sock_pair {
586 /* Network sequence number. */
6d40f8fa 587 uint64_t id;
00e2e675 588 /* Number of stream associated with this relayd */
17977dd0 589 int refcount;
173af62f
DG
590
591 /*
592 * This flag indicates whether or not we should destroy this object. The
593 * destruction should ONLY occurs when this flag is set and the refcount is
594 * set to zero.
595 */
596 unsigned int destroy_flag;
597
51d7db73
DG
598 /*
599 * Mutex protecting the control socket to avoid out of order packets
600 * between threads sending data to the relayd. Since metadata data is sent
601 * over that socket, at least two sendmsg() are needed (header + data)
602 * creating a race for packets to overlap between threads using it.
74251bb8
DG
603 *
604 * This is nested INSIDE the consumer_data lock.
605 * This is nested INSIDE the stream lock.
51d7db73 606 */
00e2e675 607 pthread_mutex_t ctrl_sock_mutex;
51d7db73
DG
608
609 /* Control socket. Command and metadata are passed over it */
6151a90f 610 struct lttcomm_relayd_sock control_sock;
51d7db73
DG
611
612 /*
613 * We don't need a mutex at this point since we only splice or write single
614 * large chunk of data with a header appended at the begining. Moreover,
615 * this socket is for now only used in a single thread.
616 */
6151a90f 617 struct lttcomm_relayd_sock data_sock;
d88aee68 618 struct lttng_ht_node_u64 node;
c5b6f4f0 619
f7079f67
DG
620 /* Session id on both sides for the sockets. */
621 uint64_t relayd_session_id;
622 uint64_t sessiond_session_id;
874e1255 623 struct lttng_consumer_local_data *ctx;
3bd1e081
MD
624};
625
626/*
627 * UST consumer local data to the program. One or more instance per
628 * process.
629 */
630struct lttng_consumer_local_data {
4078b776
MD
631 /*
632 * Function to call when data is available on a buffer.
633 * Returns the number of bytes read, or negative error value.
634 */
635 ssize_t (*on_buffer_ready)(struct lttng_consumer_stream *stream,
29d1a7ae
JG
636 struct lttng_consumer_local_data *ctx,
637 bool locked_by_caller);
3bd1e081
MD
638 /*
639 * function to call when we receive a new channel, it receives a
640 * newly allocated channel, depending on the return code of this
641 * function, the new channel will be handled by the application
642 * or the library.
643 *
644 * Returns:
645 * > 0 (success, FD is kept by application)
646 * == 0 (success, FD is left to library)
647 * < 0 (error)
648 */
649 int (*on_recv_channel)(struct lttng_consumer_channel *channel);
650 /*
651 * function to call when we receive a new stream, it receives a
652 * newly allocated stream, depending on the return code of this
653 * function, the new stream will be handled by the application
654 * or the library.
655 *
656 * Returns:
657 * > 0 (success, FD is kept by application)
658 * == 0 (success, FD is left to library)
659 * < 0 (error)
660 */
661 int (*on_recv_stream)(struct lttng_consumer_stream *stream);
662 /*
663 * function to call when a stream is getting updated by the session
664 * daemon, this function receives the sessiond key and the new
665 * state, depending on the return code of this function the
666 * update of state for the stream is handled by the application
667 * or the library.
668 *
669 * Returns:
670 * > 0 (success, FD is kept by application)
671 * == 0 (success, FD is left to library)
672 * < 0 (error)
673 */
30319bcb 674 int (*on_update_stream)(uint64_t sessiond_key, uint32_t state);
331744e3 675 enum lttng_consumer_type type;
3bd1e081
MD
676 /* socket to communicate errors with sessiond */
677 int consumer_error_socket;
75d83e50 678 /* socket to ask metadata to sessiond. */
331744e3 679 int consumer_metadata_socket;
ace17efa
MD
680 /*
681 * Protect consumer_metadata_socket.
682 *
683 * This is nested OUTSIDE the metadata cache lock.
684 */
75d83e50 685 pthread_mutex_t metadata_socket_lock;
3bd1e081
MD
686 /* socket to exchange commands with sessiond */
687 char *consumer_command_sock_path;
688 /* communication with splice */
d8ef542d 689 int consumer_channel_pipe[2];
50f8ae69 690 /* Data stream poll thread pipe. To transfer data stream to the thread */
acdb9057 691 struct lttng_pipe *consumer_data_pipe;
02b3d176
DG
692
693 /*
694 * Data thread use that pipe to catch wakeup from read subbuffer that
695 * detects that there is still data to be read for the stream encountered.
696 * Before doing so, the stream is flagged to indicate that there is still
697 * data to be read.
698 *
699 * Both pipes (read/write) are owned and used inside the data thread.
700 */
701 struct lttng_pipe *consumer_wakeup_pipe;
702 /* Indicate if the wakeup thread has been notified. */
703 unsigned int has_wakeup:1;
704
3bd1e081
MD
705 /* to let the signal handler wake up the fd receiver thread */
706 int consumer_should_quit[2];
fb3a43a9 707 /* Metadata poll thread pipe. Transfer metadata stream to it */
13886d2d 708 struct lttng_pipe *consumer_metadata_pipe;
3bd1e081
MD
709};
710
711/*
712 * Library-level data. One instance per process.
713 */
714struct lttng_consumer_global_data {
715 /*
e4421fec
DG
716 * At this time, this lock is used to ensure coherence between the count
717 * and number of element in the hash table. It's also a protection for
6065ceec
DG
718 * concurrent read/write between threads.
719 *
74251bb8
DG
720 * This is nested OUTSIDE the stream lock.
721 * This is nested OUTSIDE the consumer_relayd_sock_pair lock.
3bd1e081
MD
722 */
723 pthread_mutex_t lock;
e4421fec 724
3bd1e081 725 /*
3cc2f24a
DG
726 * Number of streams in the data stream hash table declared outside.
727 * Protected by consumer_data.lock.
3bd1e081
MD
728 */
729 int stream_count;
3cc2f24a
DG
730
731 /* Channel hash table protected by consumer_data.lock. */
e4421fec 732 struct lttng_ht *channel_ht;
3bd1e081
MD
733 /*
734 * Flag specifying if the local array of FDs needs update in the
735 * poll function. Protected by consumer_data.lock.
736 */
737 unsigned int need_update;
738 enum lttng_consumer_type type;
00e2e675
DG
739
740 /*
741 * Relayd socket(s) hashtable indexed by network sequence number. Each
742 * stream has an index which associate the right relayd socket to use.
743 */
744 struct lttng_ht *relayd_ht;
53632229
DG
745
746 /*
747 * This hash table contains all streams (metadata and data) indexed by
748 * session id. In other words, the ht is indexed by session id and each
749 * bucket contains the list of associated streams.
750 *
751 * This HT uses the "node_session_id" of the consumer stream.
752 */
753 struct lttng_ht *stream_list_ht;
d8ef542d
MD
754
755 /*
756 * This HT uses the "node_channel_id" of the consumer stream.
757 */
758 struct lttng_ht *stream_per_chan_id_ht;
3bd1e081
MD
759};
760
5383626c
MD
761/*
762 * Set to nonzero when the consumer is exiting. Updated by signal
763 * handler and thread exit, read by threads.
764 */
765extern volatile int consumer_quit;
766
e4421fec
DG
767/*
768 * Init consumer data structures.
769 */
282dadbc 770int lttng_consumer_init(void);
e4421fec 771
3bd1e081
MD
772/*
773 * Set the error socket for communication with a session daemon.
774 */
ffe60014
DG
775void lttng_consumer_set_error_sock(struct lttng_consumer_local_data *ctx,
776 int sock);
3bd1e081
MD
777
778/*
779 * Set the command socket path for communication with a session daemon.
780 */
ffe60014 781void lttng_consumer_set_command_sock_path(
3bd1e081
MD
782 struct lttng_consumer_local_data *ctx, char *sock);
783
784/*
785 * Send return code to session daemon.
786 *
787 * Returns the return code of sendmsg : the number of bytes transmitted or -1
788 * on error.
789 */
ffe60014 790int lttng_consumer_send_error(struct lttng_consumer_local_data *ctx, int cmd);
3bd1e081
MD
791
792/*
793 * Called from signal handler to ensure a clean exit.
794 */
ffe60014 795void lttng_consumer_should_exit(struct lttng_consumer_local_data *ctx);
3bd1e081
MD
796
797/*
798 * Cleanup the daemon's socket on exit.
799 */
ffe60014 800void lttng_consumer_cleanup(void);
3bd1e081 801
3bd1e081
MD
802/*
803 * Poll on the should_quit pipe and the command socket return -1 on error and
804 * should exit, 0 if data is available on the command socket
805 */
ffe60014 806int lttng_consumer_poll_socket(struct pollfd *kconsumer_sockpoll);
3bd1e081 807
59db0d42
JG
808struct lttng_consumer_stream *consumer_allocate_stream(
809 struct lttng_consumer_channel *channel,
810 uint64_t channel_key,
d88aee68 811 uint64_t stream_key,
3bd1e081 812 enum lttng_consumer_stream_state state,
ffe60014 813 const char *channel_name,
6df2e2c9 814 uid_t uid,
00e2e675 815 gid_t gid,
57a269f2 816 uint64_t relayd_id,
53632229 817 uint64_t session_id,
ffe60014
DG
818 int cpu,
819 int *alloc_ret,
4891ece8
DG
820 enum consumer_channel_type type,
821 unsigned int monitor);
d88aee68 822struct lttng_consumer_channel *consumer_allocate_channel(uint64_t key,
ffe60014
DG
823 uint64_t session_id,
824 const char *pathname,
825 const char *name,
826 uid_t uid,
827 gid_t gid,
57a269f2 828 uint64_t relayd_id,
1624d5b7
JD
829 enum lttng_event_output output,
830 uint64_t tracefile_size,
2bba9e53 831 uint64_t tracefile_count,
1950109e 832 uint64_t session_id_per_pid,
ecc48a90 833 unsigned int monitor,
d7ba1388 834 unsigned int live_timer_interval,
11785f65 835 bool is_in_live_session,
3d071855 836 const char *root_shm_path,
d7ba1388 837 const char *shm_path);
ffe60014 838void consumer_del_stream(struct lttng_consumer_stream *stream,
e316aad5 839 struct lttng_ht *ht);
ffe60014 840void consumer_del_metadata_stream(struct lttng_consumer_stream *stream,
e316aad5 841 struct lttng_ht *ht);
d8ef542d
MD
842int consumer_add_channel(struct lttng_consumer_channel *channel,
843 struct lttng_consumer_local_data *ctx);
ffe60014 844void consumer_del_channel(struct lttng_consumer_channel *channel);
3bd1e081 845
00e2e675 846/* lttng-relayd consumer command */
d88aee68 847struct consumer_relayd_sock_pair *consumer_find_relayd(uint64_t key);
10a50311 848int consumer_send_relayd_stream(struct lttng_consumer_stream *stream, char *path);
6d40f8fa 849int consumer_send_relayd_streams_sent(uint64_t relayd_id);
10a50311 850void close_relayd_stream(struct lttng_consumer_stream *stream);
d88aee68 851struct lttng_consumer_channel *consumer_find_channel(uint64_t key);
00e2e675
DG
852int consumer_handle_stream_before_relayd(struct lttng_consumer_stream *stream,
853 size_t data_size);
c869f647 854void consumer_steal_stream_key(int key, struct lttng_ht *ht);
00e2e675 855
ffe60014 856struct lttng_consumer_local_data *lttng_consumer_create(
3bd1e081 857 enum lttng_consumer_type type,
4078b776 858 ssize_t (*buffer_ready)(struct lttng_consumer_stream *stream,
29d1a7ae
JG
859 struct lttng_consumer_local_data *ctx,
860 bool locked_by_caller),
3bd1e081
MD
861 int (*recv_channel)(struct lttng_consumer_channel *channel),
862 int (*recv_stream)(struct lttng_consumer_stream *stream),
30319bcb 863 int (*update_stream)(uint64_t sessiond_key, uint32_t state));
ffe60014
DG
864void lttng_consumer_destroy(struct lttng_consumer_local_data *ctx);
865ssize_t lttng_consumer_on_read_subbuffer_mmap(
3bd1e081 866 struct lttng_consumer_local_data *ctx,
1fdb9a78 867 struct lttng_consumer_stream *stream,
ace0e591 868 const struct lttng_buffer_view *buffer,
29d1a7ae 869 unsigned long padding);
ffe60014 870ssize_t lttng_consumer_on_read_subbuffer_splice(
3bd1e081 871 struct lttng_consumer_local_data *ctx,
1d4dfdef 872 struct lttng_consumer_stream *stream, unsigned long len,
29d1a7ae 873 unsigned long padding);
ffe60014
DG
874int lttng_consumer_take_snapshot(struct lttng_consumer_stream *stream);
875int lttng_consumer_get_produced_snapshot(struct lttng_consumer_stream *stream,
3bd1e081 876 unsigned long *pos);
6d574024
DG
877int lttng_ustconsumer_get_wakeup_fd(struct lttng_consumer_stream *stream);
878int lttng_ustconsumer_close_wakeup_fd(struct lttng_consumer_stream *stream);
ffe60014
DG
879void *consumer_thread_metadata_poll(void *data);
880void *consumer_thread_data_poll(void *data);
881void *consumer_thread_sessiond_poll(void *data);
d8ef542d 882void *consumer_thread_channel_poll(void *data);
ffe60014 883int lttng_consumer_recv_cmd(struct lttng_consumer_local_data *ctx,
3bd1e081
MD
884 int sock, struct pollfd *consumer_sockpoll);
885
4078b776 886ssize_t lttng_consumer_read_subbuffer(struct lttng_consumer_stream *stream,
29d1a7ae
JG
887 struct lttng_consumer_local_data *ctx,
888 bool locked_by_caller);
d41f73b7 889int lttng_consumer_on_recv_stream(struct lttng_consumer_stream *stream);
6d40f8fa 890void consumer_add_relayd_socket(uint64_t relayd_id, int sock_type,
7735ef9e 891 struct lttng_consumer_local_data *ctx, int sock,
6151a90f 892 struct pollfd *consumer_sockpoll, struct lttcomm_relayd_sock *relayd_sock,
d3e2ba59 893 uint64_t sessiond_id, uint64_t relayd_session_id);
a6ba4fe1
DG
894void consumer_flag_relayd_for_destroy(
895 struct consumer_relayd_sock_pair *relayd);
6d805429 896int consumer_data_pending(uint64_t id);
f50f23d9 897int consumer_send_status_msg(int sock, int ret_code);
ffe60014
DG
898int consumer_send_status_channel(int sock,
899 struct lttng_consumer_channel *channel);
a0cbdd2e
MD
900void notify_thread_del_channel(struct lttng_consumer_local_data *ctx,
901 uint64_t key);
51230d70 902void consumer_destroy_relayd(struct consumer_relayd_sock_pair *relayd);
d07ceecd
MD
903unsigned long consumer_get_consume_start_pos(unsigned long consumed_pos,
904 unsigned long produced_pos, uint64_t nb_packets_per_stream,
905 uint64_t max_sb_size);
5ab66908
MD
906int consumer_add_data_stream(struct lttng_consumer_stream *stream);
907void consumer_del_stream_for_data(struct lttng_consumer_stream *stream);
908int consumer_add_metadata_stream(struct lttng_consumer_stream *stream);
909void consumer_del_stream_for_metadata(struct lttng_consumer_stream *stream);
309167d2 910int consumer_create_index_file(struct lttng_consumer_stream *stream);
874e1255 911void lttng_consumer_cleanup_relayd(struct consumer_relayd_sock_pair *relayd);
d41f73b7 912
f02e1e8a 913#endif /* LIB_CONSUMER_H */
This page took 0.110148 seconds and 5 git commands to generate.