* [lttng-dev] A question about lttng view and babeltrace
@ 2016-10-24 8:08 Sebastien Boisvert
2016-10-24 15:59 ` Philippe Proulx
0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Boisvert @ 2016-10-24 8:08 UTC (permalink / raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
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" ?
--
Dr. Sébastien BOISVERT, Ph.D.
Bioinformatics Software Specialist
GYDLE inc.
sboisvert at gydle.com
http://www.gydle.com
^ permalink raw reply [flat|nested] 2+ messages in thread* [lttng-dev] A question about lttng view and babeltrace 2016-10-24 8:08 [lttng-dev] A question about lttng view and babeltrace Sebastien Boisvert @ 2016-10-24 15:59 ` Philippe Proulx 0 siblings, 0 replies; 2+ messages in thread From: Philippe Proulx @ 2016-10-24 15:59 UTC (permalink / raw) [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain, Size: 805 bytes --] 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 ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-24 15:59 UTC | newest] Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2016-10-24 8:08 [lttng-dev] A question about lttng view and babeltrace Sebastien Boisvert 2016-10-24 15:59 ` Philippe Proulx
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox