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

Roll src/third_party/perfetto a81ac2dc02bf..5f1cbf4f7262 (22 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/a81ac2dc02bf..5f1cbf4f7262


git log a81ac2dc02bf..5f1cbf4f7262 --date=short --no-merges --format='%ad %ae %s'
2018-10-16 fmayer@google.com Merge "Fix Chrome build."
2018-10-16 lalitm@google.com trace_processor: fix build
2018-10-16 lalitm@google.com trace_processor: add sort and filter support to counter table
2018-10-16 lalitm@google.com trace_processor: add diff testing for trace processor
2018-10-15 treehugger-gerrit@google.com Merge "profiling: Allow to set sampling rate on command line."
2018-10-15 lalitm@google.com trace_processor: fix build for Google3
2018-10-15 fmayer@google.com Merge "profiling: Add instructions for heapprofd"
2018-10-15 fmayer@google.com Fix GCC build.
2018-10-15 lalitm@google.com trace_processor: fix missing noexcept breaking build in Google3
2018-10-15 lalitm@google.com Merge "perfetto: switch sys stats counter to use proto lite not pzero"
2018-10-12 primiano@google.com Fix chromium builb - Consumer API
2018-10-12 hjd@google.com Merge "perfetto-ui: Add vsync track"
2018-10-11 primiano@google.com Fix gcc build
2018-10-11 primiano@google.com Add public API for Perfetto consumer
2018-10-11 primiano@google.com Merge "Remove cycling dependency between ftrace_proto_gen and protos"
2018-10-11 primiano@google.com Merge "Rename libtraced_shared to libperfetto"
2018-10-11 hjd@google.com Merge changes I83a22f93,I9bd0ea85
2018-10-11 treehugger-gerrit@google.com Merge "Remove UnixSocketTest::SendIsAtomic."
2018-10-11 treehugger-gerrit@google.com Merge "Watchdog: disable fatal timers if Watchdog is not enabled"
2018-10-11 primiano@google.com ftrace: Add kmem trace events
2018-10-11 primiano@google.com Merge "Fix libfuzzer GN target on mac standalone builds"
2018-10-08 lalitm@google.com perfetto: add Android-only target for merged proto for use in Java


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

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

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:117596113,chromium:117604753,chromium:115601774,chromium:117460566,chromium:117295297
TBR=perfetto-bugs@google.com

Change-Id: Ia6bc6236bbf1ff860e14979b65ce5455595128f0
Reviewed-on: https://chromium-review.googlesource.com/c/1283232Reviewed-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@{#599969}
parent 6fda9bca
...@@ -959,7 +959,7 @@ deps = { ...@@ -959,7 +959,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + 'a81ac2dc02bfc67ad058f88391f69adc1f78ca94', Var('android_git') + '/platform/external/perfetto.git' + '@' + '5f1cbf4f72624bf758c06b3c02db03d62264e95b',
'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