Re: [lttng-dev] [LTTNG] Empty traces output file

2018-02-12 Thread Jonathan Rajotte-Julien
On Fri, Feb 09, 2018 at 11:07:47PM -0500, Shieryn Tjandra wrote: > Good Evening, > > Hi There, > > I have inquiries regarding LTTNG, I followed the tutorial in this link : > > http://lttng.org/docs/v2.10/#doc-tracing-your-own-user-application Does it work with the basic application described in

[lttng-dev] [PATCH lttng-modules] Fix: update timer instrumentation on 4.16 and 4.14-rt

2018-02-12 Thread Michael Jeanson
From: Rasmus Villemoes See upstream commit : commit 63e2ed3659752a4850e0ef3a07f809988fcd74a4 Author: Anna-Maria Gleixner Date: Thu Dec 21 11:41:38 2017 +0100 tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint The 'hrtimer_start' tracepoint lacks the mode

[lttng-dev] [PATCH lttng-modules] Fix: update vmscan instrumentation for v4.16

2018-02-12 Thread Michael Jeanson
See upstream commit : commit 9092c71bb724dba2ecba849eae69e5c9d39bd3d2 Author: Josef Bacik Date: Wed Jan 31 16:16:26 2018 -0800 mm: use sc->priority for slab shrink targets Previously we were using the ratio of the number of lru pages scanned to the number of eligible lru pag

[lttng-dev] [PATCH lttng-modules] Fix: update rcu instrumentation for v4.16

2018-02-12 Thread Michael Jeanson
See upstream commits : commit dec98900eae1e22467182e58688abe5fae98bd5f Author: Paul E. McKenney Date: Wed Oct 4 16:24:29 2017 -0700 rcu: Add ->dynticks field to rcu_dyntick trace event commit 84585aa8b6ad24e5bdfba9db4a320a6aeed192ab Author: Paul E. McKenney Date: Wed Oct 4

Re: [lttng-dev] [PATCH lttng-modules] Fix: update timer instrumentation on 4.16 and 4.14-rt

2018-02-12 Thread Mathieu Desnoyers
All 3 patches merged into master, 2.10, 2.9, thanks! Mathieu - On Feb 12, 2018, at 12:31 PM, Michael Jeanson mjean...@efficios.com wrote: > From: Rasmus Villemoes > > See upstream commit : > > commit 63e2ed3659752a4850e0ef3a07f809988fcd74a4 > Author: Anna-Maria Gleixner > Date: Thu