src.ctf.fs: name the stream objects with their file's path
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 4 Jul 2017 17:53:16 +0000 (13:53 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 6 Jul 2017 21:26:38 +0000 (17:26 -0400)
commitd09752f826efdbd637734d59e979f7dac5b137f1
treefe8f4441eb5d06823f56626bc3e87107c675c020
parente6b30e568baf094cdda7bc760dec98bf34e1bd9a
src.ctf.fs: name the stream objects with their file's path

This patch makes a src.ctf.fs component name its stream objects. The
name of a stream object is the full path of the first file of its
backing data stream file group.

The purpose of those names is for sink.text.pretty to indicate in which
file (or which file group) events or packets were discarded by the
tracer.

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