Commit 17ce5067 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/perfetto 2cc24537de78..60af4efbe0e2 (9 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/2cc24537de78..60af4efbe0e2

git log 2cc24537de78..60af4efbe0e2 --date=short --first-parent --format='%ad %ae %s'
2020-04-15 lalitm@google.com tp: move module code to importers
2020-04-15 lalitm@google.com tp: add importers build file and create common target
2020-04-15 lalitm@google.com Merge "tp: move util related sources to util build file"
2020-04-15 lalitm@google.com Merge "tp: move descriptor pool, proto conv and status macros -> util"
2020-04-15 fmayer@google.com Merge "Move /proc/self/stat parser to function."
2020-04-15 lalitm@google.com Merge "tp: move event, clock, hprofile and slice trackers -> importers/common"
2020-04-15 lalitm@google.com Merge "tp: move metadata, perf sample and stack trackers to improters/proto"
2020-04-15 lalitm@google.com Merge "tp: move remaining custom sqlite tables to sqlite/"
2020-04-15 ilkos@google.com Merge "Parse OOM reaper kills"

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

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: I7f678ce1f40141b7f01209789904eddcc8e163e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150614Reviewed-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@{#759280}
parent 6cdec207
...@@ -1230,7 +1230,7 @@ deps = { ...@@ -1230,7 +1230,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + '2cc24537de78b456d43ce95ebd73a88e5e262b68', Var('android_git') + '/platform/external/perfetto.git' + '@' + '60af4efbe0e270fa54b795dd1c3b3cd106dc02da',
'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