[lttng-dev] [RELEASE] LTTng Tools 2.3.0-rc2

2013-07-19 Thread Mathieu Desnoyers
The lttng-tools project provides a session daemon (lttng-sessiond) that acts as a tracing registry, the "lttng" command line for tracing control, a lttng-ctl library for tracing control and a lttng-relayd for network streaming. Since David Goulet is currently on vacation, I'm acting as backup main

Re: [lttng-dev] [PATCH lttng-tools] Add core dump snapshot handler script

2013-07-19 Thread Mathieu Desnoyers
merged, thanks! * Christian Babeux (christian.bab...@efficios.com) wrote: > This is a custom core dump program that will be called when a core dump occur. > The program will save the core data in CORE_PATH and also, if a root session > daemon is running, will record a snapshot of tracing data usin

[lttng-dev] [PATCH lttng-tools] Add core dump snapshot handler script

2013-07-19 Thread Christian Babeux
This is a custom core dump program that will be called when a core dump occur. The program will save the core data in CORE_PATH and also, if a root session daemon is running, will record a snapshot of tracing data using the lttng command line utility. Refer to README for installation and testing i

Re: [lttng-dev] Icons for trace types AKA mole art

2013-07-19 Thread Simon Marchi
For icons that small, it is hard to distinguish a mini K from a mini U, especially in a long list. How about using different colors? Either the letter could be a different color, of the mole could also be a different color. On 19 July 2013 13:14, Suchakra Sharma wrote: > Hi, > >> To inspire you a

Re: [lttng-dev] Icons for trace types AKA mole art

2013-07-19 Thread Suchakra Sharma
Hi, > To inspire you all I have attached the icons I have done. Here is my take on the icons > Ps. Bonus points if it's made by mspaint. :) I used Gimp. I have the source files if you need to do modifications. Regards, Suchakra -- Suchakrapani Datt Sharma Laboratorie DORSAL École Polytechniqu

[lttng-dev] Icons for trace types AKA mole art

2013-07-19 Thread Matthew Khouzam
Hello tracing Picassos and Dalis, In an effort to make trace viewing easier for the universe, I made two icons to show if a given trace is a kernel or UST trace. I don't find them pretty though, so if anyone feels artistic, now is the time to be immortalized for your pretty pixels and submit bette

Re: [lttng-dev] [PATCH lttng-tools] Fix: print dots while waiting for data availability

2013-07-19 Thread Mathieu Desnoyers
This patch was lost, so I'm merging it. * Mathieu Desnoyers (mathieu.desnoy...@efficios.com) wrote: > Signed-off-by: Mathieu Desnoyers > --- > diff --git a/src/lib/lttng-ctl/lttng-ctl.c b/src/lib/lttng-ctl/lttng-ctl.c > index 08c0554..8de1a23 100644 > --- a/src/lib/lttng-ctl/lttng-ctl.c > +++ b/s