Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(933)

Unified Diff: components/tracing/proto/events_chunk.proto

Issue 2281903002: Tracing V2: Trace buffer writer uses proto. (Closed)
Patch Set: more explicit Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« components/tracing/proto/BUILD.gn ('K') | « components/tracing/proto/event.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/proto/events_chunk.proto
diff --git a/components/tracing/proto/events_chunk.proto b/components/tracing/proto/events_chunk.proto
index 837dfec56d6f29e7e61cc1e7656eba7753fc104b..aedec76048c3c6c9a047df54790fc0ce0f5c8877 100644
--- a/components/tracing/proto/events_chunk.proto
+++ b/components/tracing/proto/events_chunk.proto
@@ -11,6 +11,7 @@ package tracing.proto;
// exclusively by one writer (almost always 1 writer == 1 thread). It contains
// a variable number of variable-sized events. Events can be fragmented across
// several chunks.
+
message EventsChunk {
// Chunks produced by the same trace writer have the same writer_id. This
// allows to identify the next chunk for a writer (thread) in the ring buffer.
« components/tracing/proto/BUILD.gn ('K') | « components/tracing/proto/event.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698