[PATCH 0/2] Add support for firefox gecko converter test and commands

From: Anup Sharma
Date: Thu Jul 20 2023 - 10:22:34 EST


This patchset adds support for firefox gecko converter test and commands.
The firefox gecko converter is a python script which converts the
perf.data file into firefox gecko profile format. The script is
available at tools/perf/scripts/python/firefox-gecko-converter.py

Anup Sharma (2):
perf scripts python: Add command execution for converter
perf test: Add support for testing firefox-gecko-converter script

.../python/bin/firefox-gecko-converter-record | 2 +
.../python/bin/firefox-gecko-converter-report | 3 +
.../shell/test_firefox-gecko-converter.sh | 190 ++++++++++++++++++
3 files changed, 195 insertions(+)
create mode 100755 tools/perf/scripts/python/bin/firefox-gecko-converter-record
create mode 100755 tools/perf/scripts/python/bin/firefox-gecko-converter-report
create mode 100755 tools/perf/tests/shell/test_firefox-gecko-converter.sh

--
2.34.1