public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] perf data pipe mode support and tests
@ 2026-02-11  1:52 Ian Rogers
  2026-02-11  1:52 ` [PATCH v1 1/5] perf check: Add libbabeltrace to the listed features Ian Rogers
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ian Rogers @ 2026-02-11  1:52 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Alexander Shishkin, Jiri Olsa, Ian Rogers,
	Adrian Hunter, James Clark, Derek Foreman, linux-kernel,
	linux-perf-users

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-02-11 16:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11  1:52 [PATCH v1 0/5] perf data pipe mode support and tests Ian Rogers
2026-02-11  1:52 ` [PATCH v1 1/5] perf check: Add libbabeltrace to the listed features Ian Rogers
2026-02-11  1:52 ` [PATCH v1 2/5] perf json: Pipe mode --to-json support Ian Rogers
2026-02-11  1:52 ` [PATCH v1 3/5] perf json: Pipe mode --to-ctf support Ian Rogers
2026-02-11  1:52 ` [PATCH v1 4/5] perf test: Test pipe mode with data conversion --to-json Ian Rogers
2026-02-11  1:52 ` [PATCH v1 5/5] perf test: perf data --to-ctf testing Ian Rogers
2026-02-11 16:35 ` [PATCH v1 0/5] perf data pipe mode support and tests Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox