From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751280AbeCII7D (ORCPT ); Fri, 9 Mar 2018 03:59:03 -0500 Received: from terminus.zytor.com ([198.137.202.136]:48329 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001AbeCII7C (ORCPT ); Fri, 9 Mar 2018 03:59:02 -0500 Date: Fri, 9 Mar 2018 00:58:41 -0800 From: tip-bot for Stephane Eranian Message-ID: Cc: mingo@kernel.org, acme@redhat.com, tglx@linutronix.de, hpa@zytor.com, linux-kernel@vger.kernel.org, peterz@infradead.org, lakshmana@google.com, eranian@google.com Reply-To: eranian@google.com, lakshmana@google.com, peterz@infradead.org, linux-kernel@vger.kernel.org, hpa@zytor.com, tglx@linutronix.de, acme@redhat.com, mingo@kernel.org In-Reply-To: <1520495985-2147-1-git-send-email-eranian@google.com> References: <1520495985-2147-1-git-send-email-eranian@google.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Update quipper information Git-Commit-ID: 2427b432e63b4b911100f717c48289195b7a7d62 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 2427b432e63b4b911100f717c48289195b7a7d62 Gitweb: https://git.kernel.org/tip/2427b432e63b4b911100f717c48289195b7a7d62 Author: Stephane Eranian AuthorDate: Wed, 7 Mar 2018 23:59:45 -0800 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 8 Mar 2018 11:30:54 -0300 perf tools: Update quipper information This patch updates the links to the Quipper library. It is now available from GitHub and has been updated. Reported-by: Lakshman Annadorai Signed-off-by: Stephane Eranian Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1520495985-2147-1-git-send-email-eranian@google.com Signed-off-by: Arnaldo Carvalho de Melo --- 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.