Commit be9ead6f authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/perfetto 11c11a1a891c..cf0fcdbfc9a0 (16 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/11c11a1a891c..cf0fcdbfc9a0

git log 11c11a1a891c..cf0fcdbfc9a0 --date=short --first-parent --format='%ad %ae %s'
2020-01-16 eseckler@google.com Merge "processor: Export pid/tid as signed integers into JSON"
2020-01-16 lalitm@google.com Merge "trace_processor: fix compile and build on fuzzer"
2020-01-16 joelaf@google.com Merge "Fix precision errors by explicit casting"
2020-01-16 lalitm@google.com Merge "Revert "GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead.""
2020-01-16 chiur@google.com Merge "Add VulkanApiEvent.VkQueueSubmit message"
2020-01-16 khokhlov@google.com Merge "trace_processor: Run metrics on Windows"
2020-01-16 primiano@google.com Merge "gn: Fix issue with finding llvm when using python3"
2020-01-16 hjd@google.com Merge changes Ic6800bd0,I29636316
2020-01-16 treehugger-gerrit@google.com Merge "processor: Fix handling of 0 timestamp in TrackEventTokenizer."
2020-01-16 rsavitski@google.com Merge "heapprofd producer: use sigqueue(si_value: 0) instead of kill"
2020-01-16 taylori@google.com Merge "perfetto-ui: Toggle sidebar on ctrl/cmd + b"
2020-01-16 eseckler@google.com Merge "client lib: Support building in Chrome using a fake platform"
2020-01-16 eseckler@google.com Merge "processor: Translate duplicate pids/tids during json export"
2020-01-16 buss@google.com Merge changes I1bb0e215,I498ed990
2020-01-16 treehugger-gerrit@google.com Merge "processor: Support pid reuse in ProcessTracker without Start/EndThread"
2020-01-16 primiano@google.com Merge "GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead."

Created with:
  gclient setdep -r src/third_party/perfetto@cf0fcdbfc9a0

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/perfetto-chromium-autoroll
Please CC perfetto-bugs@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Bug: None
Tbr: perfetto-bugs@google.com
Change-Id: If9d0cfb1de77d821e94bc4598d682f39e70630ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005333Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#732631}
parent c7a918e7
...@@ -1297,7 +1297,7 @@ deps = { ...@@ -1297,7 +1297,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + '11c11a1a891c7731511d3cc302c3a9adbcb3575f', Var('android_git') + '/platform/external/perfetto.git' + '@' + 'cf0fcdbfc9a07aa6c3bd0226e376effefcbbf338',
'src/third_party/perl': { 'src/third_party/perl': {
'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + '6f3e5028eb65d0b4c5fdd792106ac4c84eee1eb3', 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + '6f3e5028eb65d0b4c5fdd792106ac4c84eee1eb3',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment