Commit 4f54803d authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/perfetto 557f55b92b7c..97292c37ad67 (9 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/557f55b92b7c..97292c37ad67

git log 557f55b92b7c..97292c37ad67 --date=short --first-parent --format='%ad %ae %s'
2020-01-13 skyostil@google.com base: Remove unnecessary cast in GetThreadId() for Fuchsia
2020-01-13 lalitm@google.com Merge "perfetto: correctly ifdef prctl call"
2020-01-13 treehugger-gerrit@google.com Merge "proto/processor: Add process name to ProcessDescriptor"
2020-01-13 skyostil@google.com TrackEvent: Don't emit category name with end events
2020-01-13 lalitm@google.com trace_processor: migrate raw table to macro tables
2020-01-13 lalitm@google.com Merge "trace_processor: split gfp_flags and variadic into their own folder"
2020-01-13 skyostil@google.com Merge "TrackEvent: Add support for tracks"
2020-01-13 fmayer@google.com Rename heap_graph_allocation table.
2020-01-13 lalitm@google.com Merge "[Reland] perfetto: merge TaskRunnerThread and base::ThreadTaskRunner"

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

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: chromium:132678367,chromium:135177627
Tbr: perfetto-bugs@google.com
Change-Id: I2a21b4b0b61daeed0ade805102dbc7c07437809a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998227Reviewed-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@{#730905}
parent e9e4be88
......@@ -1297,7 +1297,7 @@ deps = {
},
'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + '557f55b92b7c29a36c1e28b32af335d92d65f15f',
Var('android_git') + '/platform/external/perfetto.git' + '@' + '97292c37ad67ba47478e4ca58dbe4b2238554b0e',
'src/third_party/perl': {
'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