Re: [lttng-dev] [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-07 Thread Ingo Molnar
* Mathieu Desnoyers wrote: > Hi Ingo, > > * Ingo Molnar (mi...@elte.hu) wrote: > [...] > > Mathieu, please work with the tracing folks who DO care about > > this stuff. It's not like there's a lack of interest in this > > area, nor is there a lack of willingness to take patches. What > > the

Re: [lttng-dev] [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-07 Thread Ingo Molnar
* Greg KH wrote: > > Same goes for a whole lot of other crap that distros are > > carrying. Would we want to merge a different CPU scheduler > > or the 4g:4g patch or a completely new networking stack into > > drivers/staging/? I don't think so. > > Distros have new CPU schedulers and are st

Re: [lttng-dev] [PATCH 09/11] sched: export task_prio to GPL modules

2011-12-07 Thread Mathieu Desnoyers
Hi Ingo, * Ingo Molnar (mi...@elte.hu) wrote: [...] > Mathieu, please work with the tracing folks who DO care about > this stuff. It's not like there's a lack of interest in this > area, nor is there a lack of willingness to take patches. What > there is a lack of is your willingness to actuall

Re: [lttng-dev] [PATCH] A partial rewrite of lttctl (additional redux)

2011-12-07 Thread Thibault, Daniel
Not my day. Replace all three instances of "close(fp);" in the previous patch with "fclose(fp);". My apologies. Daniel U. Thibault R & D pour la défense Canada - Valcartier (RDDC Valcartier) / Defence R&D Canada - Valcartier (DRDC Valcartier) Système de systèmes (SdS) / System of Systems (S

Re: [lttng-dev] [PATCH] A minimal rewrite of lttctl (additional)

2011-12-07 Thread Thibault, Daniel
Just realized the liblttctl.c patch is a little bit off. Here is the correct patch, followed by a recap of what I missed last time. --- ../ltt-control-0.89-792f03c/liblttctl/liblttctl.c 2011-05-12 08:44:27.0 -0400 +++ ../ltt-control-0.89-792f03c.minimalchanges/

Re: [lttng-dev] [PATCH] A minimal rewrite of lttctl

2011-12-07 Thread Thibault, Daniel
-- > Date: Tue, 6 Dec 2011 12:04:26 -0500 > From: Mathieu Desnoyers > > If you can split out the obvious bugfixes from the refactoring/rewrite, > I would gladly accept the bugfixes. -- All right, here is a minimal patch for lttctl.c: ---

Re: [lttng-dev] [LTTV PATCH 2/2] Fix some implicit-function-declaration warnings

2011-12-07 Thread Mathieu Desnoyers
* Alexandre Montplaisir (alexandre.montplai...@gmail.com) wrote: > time_span -> timespan inconsistency > Add a missing prototype to lttvwindow/callbacks.c > > Signed-off-by: Alexandre Montplaisir merged, thanks! Mathieu > --- > lttv/modules/gui/detailedevents/events.c |4 ++-- >

Re: [lttng-dev] [LTTV PATCH 1/2] Fix format string warnings

2011-12-07 Thread Mathieu Desnoyers
* Alexandre Montplaisir (alexandre.montplai...@gmail.com) wrote: > Or `make check' fails when building with -Werror=format-security > (which is what Launchpad uses). > > Signed-off-by: Alexandre Montplaisir merged, thanks! Mathieu > --- > lttv/lttv/sync/event_processing_text.c | 10 +---

Re: [lttng-dev] Problem compiling UST

2011-12-07 Thread Mathieu Desnoyers
You'll need to update userspace rcu library to the git repository HEAD and re-run configure for lttng-ust. We'll do a release soon. Thanks, Mathieu * Chris Cassano (cvcass...@gmail.com) wrote: > Hi, I'm compiling UST on Debian 6 and it fails with this error which I > cannot figure out. I just t

Re: [lttng-dev] ltt-dev changes to lttng-dev@lists.lttng.org

2011-12-07 Thread Mathieu Desnoyers
* Gerlando Falauto (gerlando.fala...@keymile.com) wrote: > On 12/01/2011 02:32 PM, Mathieu Desnoyers wrote: >> * Gerlando Falauto (gerlando.fala...@keymile.com) wrote: >>> On 11/30/2011 04:22 PM, Mathieu Desnoyers wrote: That could work, although the scope of the lttng project is now more

Re: [lttng-dev] Problem compiling UST

2011-12-07 Thread Alexandre Montplaisir
On 11-12-06 09:31 PM, Chris Cassano wrote: Hi, I'm compiling UST on Debian 6 and it fails with this error which I cannot figure out. I just typed "make" in the main ust directory (obviously after running ./configure). Thanks! make[4]: Entering directory `/home/chris/ust/ust-0.15/tests/trace

[lttng-dev] [LTTV PATCH 1/2] Fix format string warnings

2011-12-07 Thread Alexandre Montplaisir
Or `make check' fails when building with -Werror=format-security (which is what Launchpad uses). Signed-off-by: Alexandre Montplaisir --- lttv/lttv/sync/event_processing_text.c | 10 +- lttv/lttv/sync/sync_chain_unittest.c |2 +- 2 files changed, 6 insertions(+), 6 deletions(-)

[lttng-dev] [LTTV PATCH 2/2] Fix some implicit-function-declaration warnings

2011-12-07 Thread Alexandre Montplaisir
time_span -> timespan inconsistency Add a missing prototype to lttvwindow/callbacks.c Signed-off-by: Alexandre Montplaisir --- lttv/modules/gui/detailedevents/events.c |4 ++-- lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c |4 +++- .../modules/gui/lttvwindow/lttvwindow/ltt

[lttng-dev] Problem compiling lttng-modules

2011-12-07 Thread Bernd Hufmann
Hello I tried to compile the lttng-modules (LTTng2.0) from source code on Ubuntu 10.10 running in a virtual machine (VMware). When I execute make I get a compilation error (see end of email). Could some have a look and let me know how this problem can be fixed? Thank you very much. Here are

[lttng-dev] Problem compiling UST

2011-12-07 Thread Chris Cassano
Hi, I'm compiling UST on Debian 6 and it fails with this error which I cannot figure out. I just typed "make" in the main ust directory (obviously after running ./configure). Thanks! make[4]: Entering directory `/home/chris/ust/ust-0.15/tests/tracepoint/benchmark' CCLD tracepoint_benchmark t

Re: [lttng-dev] ltt-dev changes to lttng-dev@lists.lttng.org

2011-12-07 Thread Gerlando Falauto
On 12/01/2011 02:32 PM, Mathieu Desnoyers wrote: * Gerlando Falauto (gerlando.fala...@keymile.com) wrote: On 11/30/2011 04:22 PM, Mathieu Desnoyers wrote: That could work, although the scope of the lttng project is now more that just kernel tracing: it reaches across both kernel and userspace t