[PATCH v1 0/5] perf data pipe mode support and tests
From: Ian Rogers
Date: Tue Feb 10 2026 - 20:54:34 EST
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