From mboxrd@z Thu Jan 1 00:00:00 1970 From: eeppeliteloop@gmail.com (Philippe Proulx) Date: Mon, 24 Oct 2016 11:59:40 -0400 Subject: [lttng-dev] A question about lttng view and babeltrace In-Reply-To: References: Message-ID: 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 > > > 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