1*02ca8ccaSAndroid Build Coastguard Worker#!/bin/bash 2*02ca8ccaSAndroid Build Coastguard Worker# 3*02ca8ccaSAndroid Build Coastguard Worker# Script to run perf report 4*02ca8ccaSAndroid Build Coastguard Worker# 5*02ca8ccaSAndroid Build Coastguard Worker# Uses environment set up by perf-setup-env.bash. 6*02ca8ccaSAndroid Build Coastguard Worker# See HOWTO.md for further details. 7*02ca8ccaSAndroid Build Coastguard Worker# 8*02ca8ccaSAndroid Build Coastguard Worker# run from directory containing perf.data file. 9*02ca8ccaSAndroid Build Coastguard Worker# 10*02ca8ccaSAndroid Build Coastguard Worker# 11*02ca8ccaSAndroid Build Coastguard Worker 12*02ca8ccaSAndroid Build Coastguard Worker${PERF_EXEC_PATH}/perf report --stdio $* 13*02ca8ccaSAndroid Build Coastguard Worker 14*02ca8ccaSAndroid Build Coastguard Worker 15