[lttng-dev] A question about lttng view and babeltrace

Philippe Proulx eeppeliteloop at gmail.com
Mon Oct 24 15:59:40 UTC 2016


On Mon, Oct 24, 2016 at 4:08 AM, Sebastien Boisvert <sboisvert at gydle.com> wrote:
> Hello,
>
>
> I am using this to generate my text trace:
>
>
>        path=`lttng list $sessionName|grep path|awk '{print $3}'`
>        textFile=$sessionName.txt
>        babeltrace --clock-seconds $path > $textFile
>
>
> It would be easier with
>
> lttng view --clock-seconds
>
>
> Is it possible to pass options to babeltrace with the command "lttng view" ?

lttng view --viewer='babeltrace --clock-seconds'

>
> --
> Dr. Sébastien BOISVERT, Ph.D.
> Bioinformatics Software Specialist
> GYDLE inc.
> sboisvert at gydle.com
> http://www.gydle.com
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev


More information about the lttng-dev mailing list