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

2016-10-24 Thread Philippe Proulx
On Mon, Oct 24, 2016 at 4:08 AM, Sebastien Boisvert 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

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

2016-10-24 Thread Sebastien Boisvert
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