Sign in
flutter
/
third_party
/
perfetto
/
990b5fe1aaf849ddadb47b1dd13febdce00b9d48
/
src
/
protozero
fd36776
Unify include statements for protobuf
by Sami Kyostila
· 6 years ago
0f2f3b4
Stop generating data-source specific C++ classes in tracing/core
by Primiano Tucci
· 6 years ago
a2d75e9
Add helper class for heap-based protozero messages
by Primiano Tucci
· 6 years ago
d012597
protozero: Fix ProtoDecoder::FindField bug.
by Eric Seckler
· 6 years ago
70cd7ea
protozero: add missing \n to protozero generator
by Lalit Maganti
· 6 years ago
1517565
protozero: temporarily disable is_trivially_{constructible, copyable} check on some platforms
by Lalit Maganti
· 6 years ago
d63ec5a
perfetto: fix compile in GCC, debug and logspam in tests
by Lalit Maganti
· 6 years ago
c7c267a
Fix behavior of TypedProtoDecoder in presence of repeated fields
by Hector Dearman
· 6 years ago
f159a21
More Chrome buildfixes
by Oystein Eftevaag
· 6 years ago
15aac0c
Fix Chrome roll.
by Florian Mayer
· 6 years ago
c167887
Improve ProtoZero decoders, introduce TypedProtoDecoder
by Primiano Tucci
· 6 years ago
156cf83
Fix for Chromium roll
by Hector Dearman
· 6 years ago
cf4ef4b
trace_processor: Fix trace_processor fuzzer
by Hector Dearman
· 6 years ago
3271875
Merge "Remove semicolons in perfetto."
by Treehugger Robot
· 6 years ago
13be379
Remove semicolons in perfetto.
by Nico Weber
· 6 years ago
960610b
Fix Chromium roll
by Hector Dearman
· 6 years ago
8a1a6b6
Add protozero static lib target
by Hector Dearman
· 6 years ago
e0fb1d0
Remove GOOGLE_CHECK
by Hector Dearman
· 6 years ago
c17f47c
Merge "protozero: emit empty .cc files"
by Primiano Tucci
· 6 years ago
5230dcc
protozero: emit empty .cc files
by Primiano Tucci
· 6 years ago
dd63979
trace_processor: Add parser for heap profiler
by Hector Dearman
· 6 years ago
2643c8f
build: Respect DCHECK_ALWAYS_ON for death tests
by Eric Seckler
· 6 years ago
8c2ea47
profiling: Allow chunking of ProfilePackets.
by Florian Mayer
· 6 years ago
c65693d
trace writer: Add a proxying StartupTraceWriter.
by Eric Seckler
· 6 years ago
fae9006
Fix ScatteredHeapBuffer build on win
by Eric Seckler
· 6 years ago
7631120
protozero: Make ScatteredStreamMemoryDelegate production-ready
by Eric Seckler
· 6 years ago
aa45fe0
Non-functional changes for ftrace descriptor generation
by Isabelle Taylor
· 6 years ago
073c2e3
protozero: Fix Chrome roll
by Hector Dearman
· 6 years ago
a0877b8
protozero: Fix intX_t to varint where X < 64
by Hector Dearman
· 6 years ago
b7fa544
perfetto_cmd: Teach perfetto_cmd to parse pbtxt configs
by Hector Dearman
· 6 years ago
c21b5c4
protozero: make proto-compiler output deterministic
by Primiano Tucci
· 6 years ago
f80401a
protozero: Update hash unittest
by Hector Dearman
· 6 years ago
4c5efa4
Build changes to support other embedders other than chromium
by Primiano Tucci
· 6 years ago
aeecabf
Add an Message::AppendScatteredBytes function
by Oystein Eftevaag
· 6 years ago
82a8bfd
Add SysStats data source (/proc/{meminfo,stat,vmstat})
by Primiano Tucci
· 7 years ago
65b36c5
trace_processor: Fix parsing bug
by Isabelle Taylor
· 7 years ago
7e33029
TraceProcesor: move from pull (BlobReader) to push architecture
by Primiano Tucci
· 7 years ago
de2476b
TraceProcessor: improve parsing performances to ~420 MB/s
by Primiano Tucci
· 7 years ago
e79ac55
Minor cleanup after Jumbo CL
by Primiano Tucci
· 7 years ago
eb11735
Get rid of multiple-definition of kInvalidInstance in protozero
by Primiano Tucci
· 7 years ago
589fda4
Build protozero libraries as source_sets instead of static libraries in component builds
by Oystein Eftevaag
· 7 years ago
f6a3cb0
Fix minor build errors
by Primiano Tucci
· 7 years ago
6fcedac
Chrome: Export needed symbols to avoid direct external dependencies on protozero files
by Oystein Eftevaag
· 7 years ago
c6bccda
trace_processor: add unit and integration tests for sched slice table
by Lalit Maganti
· 7 years ago
f1c27b1
protozero: make ParseVarInt more explicit in its return value
by Lalit Maganti
· 7 years ago
706b288
Chrome+Perfetto buildfix: The tracing integration test relies on IPC too.
by Oystein Eftevaag
· 7 years ago
df3e926
trace_processor: add code for parsing a trace
by Lalit Maganti
· 7 years ago
45172a8
protozero: add proto decoder class for efficient in-place decoding
by Lalit Maganti
· 7 years ago
68574f2
traced_probes: omit empty process_tree packets
by Primiano Tucci
· 7 years ago
72daa6c
Moved ScatteredStreamDelegateForTesting to protozero from ftrace_reader
by Oystein Eftevaag
· 7 years ago
3cbb10a
Remove warning suppressions and fix many casting bugs
by Primiano Tucci
· 7 years ago
b808373
Improve documentation
by Primiano Tucci
· 7 years ago
30ee231
Merge "Add NullTraceWriter"
by Primiano Tucci
· 7 years ago
de42bd8
Perfetto changes for i/o tracing on user builds.
by Florian Mayer
· 7 years ago
9a5a0e9
Add NullTraceWriter
by Hector Dearman
· 7 years ago
dbd0878
make constants constexpr.
by Florian Mayer
· 7 years ago
3bc8438
Merge "perfetto: foo:foo_unittests -> foo:unittests"
by Primiano Tucci
· 7 years ago
6cfec8a
perfetto: foo:foo_unittests -> foo:unittests
by Hector Dearman
· 7 years ago
ecf9e4a
Use new TraceBuffer and send patches over IPC
by Primiano Tucci
· 7 years ago
5317b5c
Adding Flush() to TraceWriter
by Primiano Tucci
· 7 years ago
5c59901
TraceBuffer management
by Primiano Tucci
· 7 years ago
e1e56b6
protozero: Remove protozero from the name of files
by Hector Dearman
· 7 years ago
aaa4c19
Rename protozero::ProtozeroX -> protozero::X
by Hector Dearman
· 7 years ago
2c1b2d8
protozero: Make finalize idempotent
by Hector Dearman
· 7 years ago
8bf3e25
protozero: Allow zero length strings and arrays
by Hector Dearman
· 7 years ago
20b760c
Reshuffle .proto files under /proto
by Primiano Tucci
· 7 years ago
51e06e5
Enable embedders to include Perfetto protos
by Oystein Eftevaag
· 7 years ago
8a8044f
Invalidate Handles for ProtoZeroMessage on calling Reset.
by Florian Mayer
· 7 years ago
ff4afc0
perfetto: don't force assigning messages to be non-finalized
by Lalit Maganti
· 7 years ago
3dc757b
perfetto: ensure that we don't finalize message when message is shared
by Lalit Maganti
· 7 years ago
3a91887
Remove callback from ProtoZeroMessage::OnFinalize
by Primiano Tucci
· 7 years ago
42e2de1
Introduce initial stubs for Consumer API
by Primiano Tucci
· 7 years ago
7a40e4d
Move build -> gn/standalone
by Primiano Tucci
· 7 years ago
b03ba36
Unify test targets under perfetto_{tests,benchmarks}
by Primiano Tucci
· 7 years ago
4f9b6d7
Pivot source files into top-level src,include and unify test target
by Primiano Tucci
· 7 years ago