Commit b9f06156 authored by Eric Seckler's avatar Eric Seckler Committed by Commit Bot

perfetto: Manually roll a3928b19e384..361d65fd752e (1 commits)

Cloned from crrev.com/c/1715343 with a manual modification to
track_event_thread_local_event_sink.cc.

Original change description:

--

Roll src/third_party/perfetto a3928b19e384..361d65fd752e (1 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/a3928b19e384..361d65fd752e


git log a3928b19e384..361d65fd752e --date=short --no-merges --format='%ad %ae %s'
2019-07-24 treehugger-gerrit@google.com Merge "Add Perfetto protos for Chrome log messages"


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

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.



TBR=perfetto-bugs@google.com

Bug: None
Change-Id: Icd359c8c27f7c9443aa57d0d672ff4e95834001f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715069Reviewed-by: default avatarEric Seckler <eseckler@chromium.org>
Reviewed-by: default avatarStephen Nusko <nuskos@chromium.org>
Commit-Queue: Eric Seckler <eseckler@chromium.org>
Commit-Queue: Stephen Nusko <nuskos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680505}
parent 7069c77b
......@@ -1206,7 +1206,7 @@ deps = {
},
'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + 'a3928b19e38449fe1f5a7474b5d544bc7152732a',
Var('android_git') + '/platform/external/perfetto.git' + '@' + '361d65fd752eff5ad78bb6d44de8856900136db0',
'src/third_party/perl': {
'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + '6f3e5028eb65d0b4c5fdd792106ac4c84eee1eb3',
......
......@@ -19,6 +19,7 @@
#include "third_party/perfetto/protos/perfetto/trace/trace_packet.pbzero.h"
#include "third_party/perfetto/protos/perfetto/trace/track_event/debug_annotation.pbzero.h"
#include "third_party/perfetto/protos/perfetto/trace/track_event/process_descriptor.pbzero.h"
#include "third_party/perfetto/protos/perfetto/trace/track_event/source_location.pbzero.h"
#include "third_party/perfetto/protos/perfetto/trace/track_event/task_execution.pbzero.h"
#include "third_party/perfetto/protos/perfetto/trace/track_event/thread_descriptor.pbzero.h"
#include "third_party/perfetto/protos/perfetto/trace/track_event/track_event.pbzero.h"
......
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