summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Ravikumar <rahulrav@google.com>2021-11-01 07:41:37 -0700
committerRahul Ravikumar <rahulrav@google.com>2021-11-01 07:41:37 -0700
commitb6f3b4680e665cc36e72da57ce6a9aa7514849d0 (patch)
treedb14aa9254cbaf551e029fc05adbddeda3cae39b
parent789d09b1fb7c66aac88d1e23a089a5d782427bd2 (diff)
downloadtraceprocessor-b6f3b4680e665cc36e72da57ce6a9aa7514849d0.tar.gz
Update Traceprocessor and add support for `x86`.
* Update the script. Test: N/A Bug: b/202844300 Change-Id: Ib565d251f0c17ab948137317de38e0f1f3a6f46b
-rwxr-xr-xgenerate_perfetto_binaries.py1
-rw-r--r--trace_processor_shell/trace_processor_shell_aarch64bin5998208 -> 6006400 bytes
-rw-r--r--trace_processor_shell/trace_processor_shell_armbin4591640 -> 4595736 bytes
-rw-r--r--trace_processor_shell/trace_processor_shell_x86bin0 -> 6918124 bytes
-rw-r--r--trace_processor_shell/trace_processor_shell_x86_64bin7120544 -> 7165600 bytes
-rw-r--r--tracebox/tracebox_aarch64bin1559112 -> 1522496 bytes
-rw-r--r--tracebox/tracebox_armbin1021824 -> 993356 bytes
-rw-r--r--tracebox/tracebox_x86bin0 -> 1542172 bytes
-rw-r--r--tracebox/tracebox_x86_64bin1829448 -> 1780544 bytes
9 files changed, 1 insertions, 0 deletions
diff --git a/generate_perfetto_binaries.py b/generate_perfetto_binaries.py
index 008f7c0..dd6fb34 100755
--- a/generate_perfetto_binaries.py
+++ b/generate_perfetto_binaries.py
@@ -41,6 +41,7 @@ ARCH_LIST = (
('arm', 'arm', 'arm-%s-androideabi'),
('arm64', 'aarch64', 'aarch64-%s-android'),
('x64', 'x86_64', 'x86_64-%s-android'),
+ ('x86', 'x86', 'x86_64-%s-android'),
)
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
diff --git a/trace_processor_shell/trace_processor_shell_aarch64 b/trace_processor_shell/trace_processor_shell_aarch64
index e3d5016..d08b8c3 100644
--- 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_arm b/trace_processor_shell/trace_processor_shell_arm
index ede1d9e..94420e1 100644
--- a/trace_processor_shell/trace_processor_shell_arm
+++ b/trace_processor_shell/trace_processor_shell_arm
Binary files differ
diff --git a/trace_processor_shell/trace_processor_shell_x86 b/trace_processor_shell/trace_processor_shell_x86
new file mode 100644
index 0000000..024d17f
--- /dev/null
+++ b/trace_processor_shell/trace_processor_shell_x86
Binary files differ
diff --git a/trace_processor_shell/trace_processor_shell_x86_64 b/trace_processor_shell/trace_processor_shell_x86_64
index 4362499..d58ffe3 100644
--- a/trace_processor_shell/trace_processor_shell_x86_64
+++ b/trace_processor_shell/trace_processor_shell_x86_64
Binary files differ
diff --git a/tracebox/tracebox_aarch64 b/tracebox/tracebox_aarch64
index 4758fff..78cef8f 100644
--- a/tracebox/tracebox_aarch64
+++ b/tracebox/tracebox_aarch64
Binary files differ
diff --git a/tracebox/tracebox_arm b/tracebox/tracebox_arm
index 733838f..62480e0 100644
--- a/tracebox/tracebox_arm
+++ b/tracebox/tracebox_arm
Binary files differ
diff --git a/tracebox/tracebox_x86 b/tracebox/tracebox_x86
new file mode 100644
index 0000000..ee54cfc
--- /dev/null
+++ b/tracebox/tracebox_x86
Binary files differ
diff --git a/tracebox/tracebox_x86_64 b/tracebox/tracebox_x86_64
index 0aee331..0109381 100644
--- a/tracebox/tracebox_x86_64
+++ b/tracebox/tracebox_x86_64
Binary files differ