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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Jun 2019 21:20:55 +0000 (17:20 -0400)
commit7233204da4165b440da676b9c0ea7c3593104868
tree5a69eb29acebf2648d885cfe19598c4dc174a6e7
parent7ed5243afe12c7c12fa5305fff99b93ad23bbdff
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.02463 seconds and 4 git commands to generate.