[PATCH v1 0/5] perf data pipe mode support and tests

Ian Rogers posted 5 patches 1 month, 2 weeks ago
tools/perf/builtin-check.c                    |   1 +
.../shell/test_perf_data_converter_ctf.sh     | 104 ++++++++++++++++++
.../shell/test_perf_data_converter_json.sh    |  33 ++++--
tools/perf/util/data-convert-bt.c             |  54 ++++++++-
tools/perf/util/data-convert-json.c           |  16 +++
5 files changed, 197 insertions(+), 11 deletions(-)
create mode 100755 tools/perf/tests/shell/test_perf_data_converter_ctf.sh
[PATCH v1 0/5] perf data pipe mode support and tests
Posted by Ian Rogers 1 month, 2 weeks ago
Add pipe mode support to perf data conversion. Add testing to perf
data with pipe mode and add --to-ctf testing if libbabeltrace is
present.

Ian Rogers (5):
  perf check: Add libbabeltrace to the listed features
  perf json: Pipe mode --to-json support
  perf json: Pipe mode --to-ctf support
  perf test: Test pipe mode with data conversion --to-json
  perf test: perf data --to-ctf testing

 tools/perf/builtin-check.c                    |   1 +
 .../shell/test_perf_data_converter_ctf.sh     | 104 ++++++++++++++++++
 .../shell/test_perf_data_converter_json.sh    |  33 ++++--
 tools/perf/util/data-convert-bt.c             |  54 ++++++++-
 tools/perf/util/data-convert-json.c           |  16 +++
 5 files changed, 197 insertions(+), 11 deletions(-)
 create mode 100755 tools/perf/tests/shell/test_perf_data_converter_ctf.sh

-- 
2.53.0.239.g8d8fc8a987-goog
Re: [PATCH v1 0/5] perf data pipe mode support and tests
Posted by Arnaldo Carvalho de Melo 1 month, 2 weeks ago
On Tue, Feb 10, 2026 at 05:52:37PM -0800, Ian Rogers wrote:
> Add pipe mode support to perf data conversion. Add testing to perf
> data with pipe mode and add --to-ctf testing if libbabeltrace is
> present.
> 
> Ian Rogers (5):
>   perf check: Add libbabeltrace to the listed features
>   perf json: Pipe mode --to-json support
>   perf json: Pipe mode --to-ctf support
>   perf test: Test pipe mode with data conversion --to-json
>   perf test: perf data --to-ctf testing
 
Thanks, applied to perf-tools-next,

- Arnaldo

>  tools/perf/builtin-check.c                    |   1 +
>  .../shell/test_perf_data_converter_ctf.sh     | 104 ++++++++++++++++++
>  .../shell/test_perf_data_converter_json.sh    |  33 ++++--
>  tools/perf/util/data-convert-bt.c             |  54 ++++++++-
>  tools/perf/util/data-convert-json.c           |  16 +++
>  5 files changed, 197 insertions(+), 11 deletions(-)
>  create mode 100755 tools/perf/tests/shell/test_perf_data_converter_ctf.sh
> 
> -- 
> 2.53.0.239.g8d8fc8a987-goog