All of lore.kernel.org
 help / color / mirror / Atom feed
* A question about lttng view and babeltrace
@ 2016-10-24  8:08 Sebastien Boisvert
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Boisvert @ 2016-10-24  8:08 UTC (permalink / raw)
  To: lttng-dev

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: A question about lttng view and babeltrace
       [not found] <d471858e-cb6f-0f4f-93ee-80fc171b6bdc@gydle.com>
@ 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)
  To: Sebastien Boisvert; +Cc: lttng-dev

On Mon, Oct 24, 2016 at 4:08 AM, Sebastien Boisvert <sboisvert@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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-24 16:00 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 A question about lttng view and babeltrace Sebastien Boisvert
     [not found] <d471858e-cb6f-0f4f-93ee-80fc171b6bdc@gydle.com>
2016-10-24 15:59 ` Philippe Proulx

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.