On Mon, Oct 24, 2016 at 4:08 AM, Sebastien Boisvert <sboisv...@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.
> sboisv...@gydle.com
> http://www.gydle.com
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to