Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
v8
/
a7e24c173cf37484693b9abb38e494fa7bd7baeb
/
.
/
tools
/
oprofile
/
annotate
blob: a6a8545bd62abc39798de0346cd5d1dfca3eb0ff [
file
] [
log
] [
blame
]
Steve Block
a7e24c1
2009-10-30 11:49:00 +0000
[
diff
] [
blame^
]
1
#!/bin/sh
2
3
# Source common stuff.
4
.
`cd $(dirname "$0");pwd`
/
common
5
6
opannotate
--
assembly
--
session
-
dir
=
"$OPROFILE_SESSION_DIR"
"$shell_exec"
"$@"
7