ctf.fs: split streams, one per port
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 29 Mar 2017 21:44:06 +0000 (17:44 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:39 +0000 (12:57 -0400)
commit4f1f88a6bc222c4f93aa8972d488eeb3fc195f33
tree89ed5c9134923f814445b2ef5bc560251f731e8e
parenta45a0b60b2e60c4e6fa987731742c38777126058
ctf.fs: split streams, one per port

The ports are named `traceN-stream-STREAM`, where `N` is the index of
the trace (starts at 0) and `STREAM` is the base name of the stream
file.

The heap which used to be in this component class is expected to be
moved to the utils.muxer filter component class.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/fs/data-stream.c
plugins/ctf/fs/data-stream.h
plugins/ctf/fs/file.c
plugins/ctf/fs/fs.c
plugins/ctf/fs/fs.h
plugins/ctf/fs/metadata.c
plugins/ctf/fs/metadata.h
This page took 0.024621 seconds and 4 git commands to generate.