From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752264AbbASMuP (ORCPT ); Mon, 19 Jan 2015 07:50:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41094 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752012AbbASMuN (ORCPT ); Mon, 19 Jan 2015 07:50:13 -0500 Date: Mon, 19 Jan 2015 13:49:28 +0100 From: Jiri Olsa To: =?iso-8859-1?Q?J=E9r=E9mie?= Galarneau Cc: Alexandre Montplaisir , linux-kernel@vger.kernel.org, Jiri Olsa , Arnaldo Carvalho de Melo , David Ahern , Dominique Toupin , Frederic Weisbecker , Jeremie Galarneau , Mathieu Desnoyers , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Sebastian Andrzej Siewior , Tom Zanussi Subject: Re: [PATCHv3 0/8] perf tools: Add perf data CTF conversion Message-ID: <20150119124928.GA19516@krava.brq.redhat.com> References: <1421338556-20498-1-git-send-email-jolsa@kernel.org> <54B829D6.10003@voxpopuli.im> <54B92DAB.2020909@voxpopuli.im> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 16, 2015 at 11:46:36AM -0500, Jérémie Galarneau wrote: > On Fri, Jan 16, 2015 at 10:26 AM, Alexandre Montplaisir > wrote: > > On 2015-01-15 03:57 PM, Alexandre Montplaisir wrote: > >> > >> Hi, > >> > >> I'm a developer for the Trace Compass tool (see links [3], [4] in Jiri's > >> email). I can confirm that the generated CTF can be read correctly by our > >> tool, which enables many views and analyses (Control Flow, CPU usage view, > >> etc.) that were previously only available for LTTng traces. > >> > >> Some of our users also use perf extensively, and are looking forward to > >> this feature! Is there any ETA as to when this will be merged upstream? > >> > >> Thanks, > >> Alexandre > > > > > > That was a bit too fast, it seems there are issues with very recent versions > > of Babeltrace. You can follow the discussion at > > http://lists.linuxfoundation.org/pipermail/diamon-discuss/2015-January/000007.html > > > > It's a regression introduced by a commit that was pushed to master > yesterday. I'm working on a fix. > In the meantime, testing against Babeltrace master 3baf0856 should be alright. yep.. works for me ;-) thanks, jirka