Fix: src.ctf.fs: trace-info: fields no appended if range not set
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 6 Jun 2019 03:54:47 +0000 (23:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:21 +0000 (17:24 -0400)
commitab19273b24f7c760a1ad22204bceba0eeec400e8
tree3230c7b6f989e21a7f671e66dbd5cbe87503653b
parent779f4a239016a76cc2fc3ecc1426d8498a536c12
Fix: src.ctf.fs: trace-info: fields no appended if range not set

Issue
=====
If the stream range is not set, the entire `if` clause is skipped and
the `paths`, `stream-id`, and `port-name` are not returned by the query
for that stream.

Solution
========
Append the value of this file group info even if the stream range is not
set.

Drawbacks
=========
None.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I7e185bcf3b640a684fc7944423eeb8d337764b19
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1386
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins
plugins/ctf/fs-src/query.c
This page took 0.028467 seconds and 4 git commands to generate.