xref: /aosp_15_r20/external/OpenCSD/decoder/tests/perf-test-scripts/perf-test-script.bash (revision 02ca8ccacfba7e0df68f3332a95f3180334d6649)
1#!/bin/bash
2#
3# Script to run perf report
4#
5# Uses environment set up by perf-setup-env.bash.
6# See HOWTO.md for further details.
7#
8# run from directory containing perf.data file.
9#
10
11${PERF_EXEC_PATH}/perf --exec-path=${PERF_EXEC_PATH} script --script=python:${PERF_SCRIPT_PATH}/arm-cs-trace-disasm.py -- -d ${XTOOLS_PATH}/aarch64-linux-gnu-objdump $*
12