Lines Matching refs:perf
1 How to compile perf for Android
22 perf uses some bionic enhancements that are not included in these NDK versions.
48 II. Compile perf for Android
56 III. Install perf
59 Install perf using:
60 adb push perf /data/perf
62 If you also want to use perf-archive you need busybox tools for Android.
63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh:
64 sed 's/#!\/bin\/bash/#!\/system\/bin\/sh/g' perf-archive >> /tmp/perf-archive
65 chmod +x /tmp/perf-archive
66 adb push /tmp/perf-archive /data/perf-archive
68 IV. Environment settings for running perf
70 Some perf features need environment variables to run properly.
71 You need to set these before running perf on the target:
75 IV. Run perf
77 Run perf on your device/emulator to which you previously connected using adb:
78 # ./data/perf