perfetto: roll trace processor and traceconv

Change-Id: I710455cc090e0dec2bd9ac72147d54f69a2e8744
diff --git a/tools/trace_processor b/tools/trace_processor
index e85568e..44e9946 100755
--- a/tools/trace_processor
+++ b/tools/trace_processor
@@ -31,8 +31,8 @@
 import urllib
 
 TRACE_PROCESSOR_SHELL_SHAS = {
-    'linux': 'dc506737a39264232609261f235caecf7e1cb4e6',
-    'mac': '54c84c12d15a89e2b83a2be6e25d1d799f4ed93b',
+    'linux': 'a4852390aa8e02089d125be0cbfea9f2ada7fded',
+    'mac': '52710df7fad736a45dc118b3feec3959d6ff3d91',
 }
 TRACE_PROCESSOR_SHELL_PATH = tempfile.gettempdir()
 TRACE_PROCESSOR_SHELL_BASE_URL = ('https://storage.googleapis.com/perfetto/')
diff --git a/tools/traceconv b/tools/traceconv
index 6cfe78a..ac79196 100755
--- a/tools/traceconv
+++ b/tools/traceconv
@@ -33,8 +33,8 @@
 # Keep this in sync with the SHAs in catapult file
 # systrace/systrace/tracing_agents/atrace_from_file_agent.py.
 TRACE_TO_TEXT_SHAS = {
-    'linux': '46ce31e5bf41aa872bb27b2694d912ddce03b87b',
-    'mac': 'ca6d3f969282e323fc8cc3dc73ba9722df1f2649',
+    'linux': '09b96a4458337df9ba30e49f422685ea1bceedfb',
+    'mac': '7696aa6785703f304447d6575aa4934684260985',
 }
 TRACE_TO_TEXT_PATH = tempfile.gettempdir()
 TRACE_TO_TEXT_BASE_URL = ('https://storage.googleapis.com/perfetto/')