summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Ravikumar <rahulrav@google.com>2021-02-02 12:47:19 -0800
committerRahul Ravikumar <rahulrav@google.com>2021-02-02 12:48:59 -0800
commitb00ba42121fd974a45b74cf0857514935fe9e544 (patch)
tree102a47bea1080c4bae3a75b34b47c2569543e697
parentad59e0ca8ac379166bf72af41f24e9378ec82093 (diff)
downloadtraceprocessor-b00ba42121fd974a45b74cf0857514935fe9e544.tar.gz
Add new Traceprocessor binaries.
* Add a README with the build instructions. Test: Existing tests pass. Bug: b/179173435 Change-Id: I401c864c4b2b2034c5376ad6240c32c7756e7c09
-rw-r--r--README.md26
-rwxr-xr-x[-rw-r--r--]trace_processor_shell/trace_processor_shell_aarch64bin5833376 -> 3361400 bytes
-rwxr-xr-xtrace_processor_shell/trace_processor_shell_arm32bin0 -> 2707624 bytes
3 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3d906e4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# Trace Processor Shell
+
+The source code for `trace_processor_shell` lives in `external/perfetto` in the AOSP source tree.
+
+## Building stripped binaries
+
+Checkout the [AOSP](https://g3doc.corp.google.com/company/teams/android/developing/index.md?cl=head) source tree.
+
+```bash
+cd <root of AOSP checkout>
+source build/envsetup.sh
+# Pick lunch targets
+# AARCH64
+lunch flame-userdebug
+# ARM32
+tapas
+
+# Finally build the binaries
+mmma external/perfetto
+
+# Copy Outputs to prebuilts
+# aarch64, arm32 are the suffixes being used.
+# <xxx> = generic for aosp_arm
+
+cp <aosp_root>/out/target/product/<xxx>/system/bin/trace_processor_shell <androidx-root>/prebuilts/androidx/traceprocessor/trace_processor_shell/trace_processor_shell_<suffix>
+```
diff --git a/trace_processor_shell/trace_processor_shell_aarch64 b/trace_processor_shell/trace_processor_shell_aarch64
index 4f9fef5..e32b97d 100644..100755
--- a/trace_processor_shell/trace_processor_shell_aarch64
+++ b/trace_processor_shell/trace_processor_shell_aarch64
Binary files differ
diff --git a/trace_processor_shell/trace_processor_shell_arm32 b/trace_processor_shell/trace_processor_shell_arm32
new file mode 100755
index 0000000..e51daa1
--- /dev/null
+++ b/trace_processor_shell/trace_processor_shell_arm32
Binary files differ