summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2016-09-06 23:12:04 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-09-06 23:12:04 +0000
commitddac139d83bfb121d1536fb40ab48c9bee6c25b1 (patch)
treec15c6f0b213845b20a0bae8b900940a4eecdd3f5
parentbe4fae3421bed599eeecbdec5aeff75f9dd3d6f2 (diff)
parent8da4977058b1f918321b8573629270a2392891a7 (diff)
Merge "Add -g to art script --perf-report"
-rw-r--r--tools/art2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/art b/tools/art
index d91b4517f0..1a3bba77db 100644
--- a/tools/art
+++ b/tools/art
@@ -87,7 +87,7 @@ if [ "$ANDROID_DATA" = "/data" ] || [ "$ANDROID_DATA" = "" ]; then
fi
if [ z"$PERF" != z ]; then
- invoke_with="perf record -o $ANDROID_DATA/perf.data -e cycles:u $invoke_with"
+ invoke_with="perf record -g -o $ANDROID_DATA/perf.data -e cycles:u $invoke_with"
DEBUG_OPTION="-Xcompiler-option --generate-debug-info"
fi