From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755940AbeCHOOr (ORCPT ); Thu, 8 Mar 2018 09:14:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59432 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755003AbeCHOOq (ORCPT ); Thu, 8 Mar 2018 09:14:46 -0500 Date: Thu, 8 Mar 2018 11:14:43 -0300 From: Arnaldo Carvalho de Melo To: Stephane Eranian Cc: linux-kernel@vger.kernel.org, peterz@infradead.org, mingo@kernel.org, linux-perf-users@vger.kernel.org Subject: Re: [PATCH] perf tools: update quipper information Message-ID: <20180308141443.GB2187@redhat.com> References: <1520495985-2147-1-git-send-email-eranian@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1520495985-2147-1-git-send-email-eranian@google.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Mar 07, 2018 at 11:59:45PM -0800, Stephane Eranian escreveu: > This patch updates the links to the Quipper library. > It is now available from GitHub and has been updated. Thanks, applied. - Arnaldo > Reported-by: Lakshman Annadorai > Signed-off-by: Stephane Eranian > --- > tools/perf/Documentation/perf.data-file-format.txt | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/tools/perf/Documentation/perf.data-file-format.txt b/tools/perf/Documentation/perf.data-file-format.txt > index f7d85e89a98a..d00f0d51cab8 100644 > --- a/tools/perf/Documentation/perf.data-file-format.txt > +++ b/tools/perf/Documentation/perf.data-file-format.txt > @@ -485,10 +485,5 @@ in pmu-tools parser. This allows to read perf.data from python and dump it. > quipper > > The quipper C++ parser is available at > -https://chromium.googlesource.com/chromiumos/platform2 > +http://github.com/google/perf_data_converter/tree/master/src/quipper > > -It is under the chromiumos-wide-profiling/ subdirectory. This library can > -convert a perf data file to a protobuf and vice versa. > - > -Unfortunately this parser tends to be many versions behind and may not be able > -to parse data files generated by recent perf. > -- > 2.7.4