Re: [lttng-dev] LTTng on Docker

2017-09-20 Thread Jeffrey Chen
Are you able to repro this issue at your side? Thanks. From: jeremie.galarn...@gmail.com on behalf of Jérémie Galarneau Sent: Wednesday, April 12, 2017 10:34 AM To: Jeffrey Chen Cc: lttng-dev@lists.lttng.org Subject: Re: [lttng-dev] LTTng on Docker On 11 Ap

[lttng-dev] [PATCH babeltrace 1/1] Fix: use tabs rather than spaces in makefile

2017-09-20 Thread Mathieu Desnoyers
Signed-off-by: Mathieu Desnoyers Reported-by: Jonah Caplan --- plugins/ctf/common/metadata/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ctf/common/metadata/Makefile.am b/plugins/ctf/common/metadata/Makefile.am index b6cf6238..7eaae453 100644 --- a/

[lttng-dev] [PATCH lttng-modules 3/3] Fix: update btrfs instrumentation for kernel 4.14

2017-09-20 Thread Michael Jeanson
See upstream commit: Author: Jeff Mahoney Date: Wed Jun 28 21:56:54 2017 -0600 btrfs: constify tracepoint arguments Tracepoint arguments are all read-only. If we mark the arguments as const, we're able to keep or convert those arguments to const where appropriate. Signed

[lttng-dev] [PATCH lttng-modules 1/3] Fix: update block instrumentation for kernel 4.14

2017-09-20 Thread Michael Jeanson
See upstream commit: commit 74d46992e0d9dee7f1f376de0d56d31614c8a17a Author: Christoph Hellwig Date: Wed Aug 23 19:10:32 2017 +0200 block: replace bi_bdev with a gendisk pointer and partitions index This way we don't need a block_device structure to submit I/O. The block_de

[lttng-dev] [PATCH lttng-modules 2/3] Fix: update writeback instrumentation for kernel 4.14

2017-09-20 Thread Michael Jeanson
See upstream commits: commit 11fb998986a72aa7e997d96d63d52582a01228c5 Author: Mel Gorman Date: Thu Jul 28 15:46:20 2016 -0700 mm: move most file-based accounting to the node There are now a number of accounting oddities such as mapped file pages being accounted for on the no

Re: [lttng-dev] Babeltrace performance issue in live-reading mode

2017-09-20 Thread Jonathan Rajotte Julien
Hi, On 2017-09-20 05:12 AM, liguang li wrote: > > > On Tue, Sep 19, 2017 at 10:57 PM, Jonathan Rajotte-Julien > > wrote: > > On Tue, Sep 19, 2017 at 03:53:27PM +0800, liguang li wrote: > >    Hi, > >    On Mon, Sep 18, 2017 at 11:18 PM,

Re: [lttng-dev] Babeltrace performance issue in live-reading mode

2017-09-20 Thread liguang li
On Tue, Sep 19, 2017 at 10:57 PM, Jonathan Rajotte-Julien < jonathan.rajotte-jul...@efficios.com> wrote: > On Tue, Sep 19, 2017 at 03:53:27PM +0800, liguang li wrote: > >Hi, > >On Mon, Sep 18, 2017 at 11:18 PM, Jonathan Rajotte-Julien > ><[1]jonathan.rajotte-jul...@efficios.com> wrote:

[lttng-dev] Missing discarded events message in live-reading mode

2017-09-20 Thread liguang li
Hi, Babeltrace in live mode is not displaying the discarded events message. But on CTF traces the discarded events message will be printed on stderr. Why? Is there any restriction? I added the following patch into the ctf_live_packet_seek() function, and found it works well. Is there any side ef