2018-03-08 08:01:44

by Stephane Eranian

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
Signed-off-by: Stephane Eranian <[email protected]>
---
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



2018-03-08 14:16:12

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH] perf tools: update quipper information

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 <[email protected]>
> Signed-off-by: Stephane Eranian <[email protected]>
> ---
> 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

Subject: [tip:perf/core] perf tools: Update quipper information

Commit-ID: 2427b432e63b4b911100f717c48289195b7a7d62
Gitweb: https://git.kernel.org/tip/2427b432e63b4b911100f717c48289195b7a7d62
Author: Stephane Eranian <[email protected]>
AuthorDate: Wed, 7 Mar 2018 23:59:45 -0800
Committer: Arnaldo Carvalho de Melo <[email protected]>
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 <[email protected]>
Signed-off-by: Stephane Eranian <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
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.