Sign in
flutter
/
third_party
/
perfetto
/
88f90b40111e2c5274de49e8f30297af87961db9
/
include
1372fa2
Replace uses of tolower/toupper
by Hector Dearman
· 6 years ago
cf52545
Fix chrome roll: add PERFETTO_EXPORT to SlicedProtobufInputStream
by Primiano Tucci
· 6 years ago
65ede58
Merge "Disable watchdog on OSX using compile-time checks"
by Treehugger Robot
· 6 years ago
18c0cff
Disable watchdog on OSX using compile-time checks
by Primiano Tucci
· 6 years ago
f7851ee
Remove TracePacket::Decode and protobuf dependencies
by Primiano Tucci
· 6 years ago
b23e91a
Clean up headers dependency on inode file scanner
by Primiano Tucci
· 6 years ago
14e7dd6
generators: Remove dependency on protos strutil.h
by Primiano Tucci
· 6 years ago
91c6d76
Remove unused protobuf imports
by Primiano Tucci
· 6 years ago
6f226a0
Added a missing include in protozero/BUILD.gn
by Oystein Eftevaag
· 6 years ago
881e3ff
Merge "protozero packed repeated field encoding/decoding"
by Ryan Savitski
· 6 years ago
9943137
Merge "startup writers: Bound the buffer size per writer"
by Eric Seckler
· 6 years ago
cbd1615
protozero packed repeated field encoding/decoding
by Ryan
· 6 years ago
bda8015
startup writers: Bound the buffer size per writer
by Eric Seckler
· 6 years ago
85be7da
Merge "Add track_event_descriptor to data_source_descriptor"
by Treehugger Robot
· 6 years ago
51c3c95
Add track_event_descriptor to data_source_descriptor
by Nicolò Mazzucato
· 6 years ago
5d00c9c
trace_processor: add support for strings in db tables
by Lalit Maganti
· 6 years ago
02c1176
Major clean up build files, use flags-per-feature.
by Primiano Tucci
· 6 years ago
28b633c
Move tracing -> protozero dependency to public, fix flakes
by Primiano Tucci
· 6 years ago
355b8c8
Use '/protos/' as import prefix of perfetto protos
by Primiano Tucci
· 6 years ago
cdc14b8
Fix the StringView's DCHECKs for empty strings.
by Pascal Muetschard
· 6 years ago
75ae50e
Further minor GN & scripts cleanups
by Primiano Tucci
· 6 years ago
8e62744
Move build flags to generated file, stop using cflags
by Primiano Tucci
· 6 years ago
2bf8284
Consistently use PERFETTO_BUILDFLAG(xxx) and add IPC flag
by Primiano Tucci
· 6 years ago
07489b8
Add base/proc_utils.h for GetProcessId(), fix Windows build
by Primiano Tucci
· 6 years ago
696fa9c
Client API: allow to configure SMB size and page size
by Primiano Tucci
· 6 years ago
83dcc8c
client api: Introduce a bare-bones TrackEvent library
by Eric Seckler
· 6 years ago
5a26bf8
Slightly reword HeapBuffered<> example.
by Ryan Savitski
· 6 years ago
490cfbc
client api: Add support for data source incremental state
by Sami Kyostila
· 6 years ago
28750b0
Merge "service/client: Switch client library to BufferExhaustedPolicy::kDrop"
by Treehugger Robot
· 6 years ago
97c8b1f
Merge "processor: Allow building in chromium as a lib"
by Eric Seckler
· 6 years ago
3d99b0f
service/client: Switch client library to BufferExhaustedPolicy::kDrop
by Eric Seckler
· 6 years ago
8f5299c
processor: Allow building in chromium as a lib
by Eric Seckler
· 6 years ago
65b4119
Merge "Client library: Allow recursive acquire of data source lock"
by Primiano Tucci
· 6 years ago
facfa14
client api: Always compile watchdog_posix.cc
by Sami Kyostila
· 6 years ago
0cb4a1a
Client library: Allow recursive acquire of data source lock
by Primiano Tucci
· 6 years ago
2bdd2be
Add uuid in perfetto_cmd
by Hector Dearman
· 6 years ago
a516164
no-stall mode: Track stats about packet loss
by Eric Seckler
· 6 years ago
bf10bbe
client api: Ignore multiple registrations of the same data source
by Sami Kyostila
· 6 years ago
b0b7a8c
Merge "Add ability to generate UUIDs"
by Treehugger Robot
· 6 years ago
f275f69
Add ability to generate UUIDs
by Hector Dearman
· 6 years ago
824ce8c
traced metatrace: encode CommitDataRequests as a "counter"
by Ryan Savitski
· 6 years ago
ecd71da
Merge "protozero: Fix moving a protozero decoder"
by Treehugger Robot
· 6 years ago
648eb97
Merge "Dump on StopDataSource rather than on Flush."
by Florian Mayer
· 6 years ago
b1677db
Merge "client api: Add a way to trace directly to a file"
by Sami Kyostila
· 6 years ago
41b798c
Merge "Count invalid packets in TraceStats."
by Florian Mayer
· 6 years ago
c45e945
protozero: Fix moving a protozero decoder
by Sami Kyostila
· 6 years ago
ec62e3e
Cleanup perfetto_cmd.cc
by Primiano Tucci
· 6 years ago
c09ca29
client api: Add a way to trace directly to a file
by Sami Kyostila
· 6 years ago
f2d4569
Count invalid packets in TraceStats.
by Florian Mayer
· 6 years ago
6e45e9a
Dump on StopDataSource rather than on Flush.
by Florian Mayer
· 6 years ago
23968af
Merge "Client API: Allow data sources to handle Stop asynchronously"
by Primiano Tucci
· 6 years ago
dd5ebc9
Client API: Allow data sources to handle Stop asynchronously
by Primiano Tucci
· 6 years ago
7d91e0a
Merge "traced_probes ftrace: switch back to single-threaded, nonblocking read(2)-only approach"
by Ryan Savitski
· 6 years ago
9ed1859
Merge changes I5ba92202,I41f1d117
by Eric Seckler
· 6 years ago
9ed1898
traced_probes ftrace: switch back to single-threaded, nonblocking read(2)-only approach
by Ryan
· 6 years ago
b52d52a
startup writers: Support no-stall mode
by Eric Seckler
· 6 years ago
08425ca
shmem: Add an option to drop data instead of stalling on SMB exhaustion
by Eric Seckler
· 6 years ago
fd3e53d
Merge "protozero: Add post-increment operator for repeated fields"
by Treehugger Robot
· 6 years ago
0cf661b
Merge "Client API: Expose Flush() method"
by Primiano Tucci
· 6 years ago
35305a0
Merge "client api: Support data sources across translation units"
by Treehugger Robot
· 6 years ago
4f5b967
Merge "client api: Select a tracing backing automatically"
by Treehugger Robot
· 6 years ago
5b50920
protozero: Add post-increment operator for repeated fields
by Sami Kyostila
· 6 years ago
027f74b
client api: Support data sources across translation units
by Sami Kyostila
· 6 years ago
e9bbf3c
client api: Select a tracing backing automatically
by Sami Kyostila
· 6 years ago
6744006
Merge "Order the trace writer while commiting in startup registry"
by Siddhartha S
· 6 years ago
2d896b4
Order the trace writer while commiting in startup registry
by ssid
· 6 years ago
879203d
Client API: Expose Flush() method
by Primiano Tucci
· 6 years ago
c53c2f8
Merge "Fixes to tracing API README."
by Florian Mayer
· 6 years ago
f337c7b
Fixes to tracing API README.
by Florian Mayer
· 6 years ago
cde26f1
Merge "Fix incorrect parameter in README."
by Ryan Savitski
· 6 years ago
10b3548
Fix incorrect parameter in README.
by Florian Mayer
· 6 years ago
423a8fd
traceconv: fix printing of sched_blocked_reason and workqueue_queue_work
by Lalit Maganti
· 6 years ago
acedc64
base: add waitable event header
by Lalit Maganti
· 6 years ago
0637578
startup writers: Commit locally buffered data in batches
by Eric Seckler
· 6 years ago
5ee1ee1
Merge "Make page size configurable when connecting a producer"
by Eric Seckler
· 6 years ago
389861f
client api: Add StartBlocking/StopBlocking
by Sami Kyostila
· 6 years ago
693f6aa
Make page size configurable when connecting a producer
by Nicolò Mazzucato
· 6 years ago
c71dc46
Check header vs. impl build config
by Sami Kyostila
· 6 years ago
c66a16a
Fix some build details for component builds
by Peter Marshall
· 6 years ago
5760541
Remove duplicate listing in build file
by Peter Marshall
· 6 years ago
5bc17b7
Merge "Update GPU proto"
by Treehugger Robot
· 6 years ago
303ed40
Update GPU proto
by Raymond Chiu
· 6 years ago
ac0c197
Move the default_socket.h into ext so that Chrome can pull it in to connect to the system service.
by Stephen Nusko
· 6 years ago
3b39fc7
Make auto-generated c++ classes hermetic, intorudce CopyablePtr
by Primiano Tucci
· 6 years ago
dcc359d
perfetto: rename descriptor -> ds_descriptor in tracing service
by Lalit Maganti
· 6 years ago
fde4ae6
packages_list: allow filtering by pkg name
by Ryan Savitski
· 6 years ago
eb97ce3
protozero::HeapBuffered: finalize message when serializing
by Ryan Savitski
· 6 years ago
f3efe14
Merge "propagate GPU messages to concatenated trace protos"
by Treehugger Robot
· 6 years ago
89bd922
propagate GPU messages to concatenated trace protos
by Ryan Savitski
· 6 years ago
34d750c
Remove stale copy of ext/trace_config.h
by Primiano Tucci
· 6 years ago
53ca60b
userdebug: support perfetto traces as a section in incident reports
by Ryan Savitski
· 6 years ago
1eb966d
Improve meminfo/vmstat/stat poller
by Primiano Tucci
· 6 years ago
0f9e022
Move auto-generated core classes into public include/
by Primiano Tucci
· 6 years ago
efd97e3
metatrace: fix build with bazel
by Lalit Maganti
· 6 years ago
0dc9859
perfetto: add missing header to build.gn
by Lalit Maganti
· 6 years ago
e5e060f
Speculative fix of windows build
by Primiano Tucci
· 6 years ago
1c78125
Merge "Fix races in metatrace unittest and gcc build"
by Eric Seckler
· 6 years ago
0f8893e
Merge "typo: the the -> the"
by Treehugger Robot
· 6 years ago
6e23d4a
Fix races in metatrace unittest and gcc build
by Primiano Tucci
· 6 years ago
2442d61
typo: the the -> the
by Hector Dearman
· 6 years ago
Next »