ir: stream: prefer to use stream's name for (CTF writer) stream's path
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 4 Jul 2017 20:00:12 +0000 (16:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 6 Jul 2017 21:05:41 +0000 (17:05 -0400)
commitab22d18f820bc5b8143b666f6597ebff9bd4a8e6
treec226e64e46a2156b9bef4e88fcbe03aad759befa
parent08899d39a50c63a8bb1df6d76f0904bfef3c71ab
ir: stream: prefer to use stream's name for (CTF writer) stream's path

When creating a stream file for a given CTF writer stream object, use
this format:

    PREFIX-SCID-SID

PREFIX:
    1. Base name of stream's name, if it exists.
    2. Base name of stream class's name, if it exists.
    3. `stream`

SCID:
    Stream class's ID.

SID:
    Stream's ID.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/ctf-ir/stream.c
This page took 0.024078 seconds and 4 git commands to generate.