Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/perf/Documentation/android.txt
49348 views
1
How to compile perf for Android
2
===============================
3
4
There are two ways to build perf and run it on Android:
5
6
- Method 1: Build perf with static linking. See Build.txt, section
7
"4) Cross compilation" for how to build a static perf binary.
8
9
- Method 2: Download the Android NDK and use the bundled Clang to
10
build perf. See Build.txt, section "5) Build with clang" for details.
11
12