Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
15 lines
230 B
Bash
Executable File
15 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Script to run perf report
|
|
#
|
|
# Uses environment set up by perf-setup-env.bash.
|
|
# See HOWTO.md for further details.
|
|
#
|
|
# run from directory containing perf.data file.
|
|
#
|
|
#
|
|
|
|
${PERF_EXEC_PATH}/perf report --stdio $*
|
|
|
|
|