Commit 36b93653 authored by perfetto-chromium-autoroll's avatar perfetto-chromium-autoroll Committed by Commit Bot

Roll src/third_party/perfetto c203a76fa400..ae8db279f88e (4 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/c203a76fa400..ae8db279f88e


git log c203a76fa400..ae8db279f88e --date=short --no-merges --format='%ad %ae %s'
2018-06-21 taylori@google.com Merge "trace_processor: Parse process and trace packets"
2018-06-21 taylori@google.com Merge "trace_processor: Assign utid and store thread info when processing sched event"
2018-06-20 taylori@google.com trace_processor: Parse process and trace packets
2018-06-20 taylori@google.com trace_processor: Assign utid and store thread info when processing sched event


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

The AutoRoll server is located here: https://perfetto-chromium-roll.skia.org

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

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.



BUG=chromium:80416541,chromium:80416541
TBR=perfetto-bugs@google.com

Change-Id: I7456bbaa350186324026a76a4e57062b364005f3
Reviewed-on: https://chromium-review.googlesource.com/1109699
Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#569216}
parent 9d41737c
...@@ -891,7 +891,7 @@ deps = { ...@@ -891,7 +891,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + 'c203a76fa4008f3dd0b0fa8105953aed49bc7872', Var('android_git') + '/platform/external/perfetto.git' + '@' + 'ae8db279f88ef4900076c64ecabd7dc56911ebca',
'src/third_party/perl': { 'src/third_party/perl': {
'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78', 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
......
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