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 20:25:51 +0000 (16:25 -0400)
commit547eacf13f862baf13ef813f0abbcebcb7fcf577
tree46137cc263fc6c52a7bb5455dacc350ee5cca470
parentb910013b54a9afa2f41c2449df4fbcc8d36f6320
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.024288 seconds and 4 git commands to generate.