Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
perfetto
/
6820abc730705baec2ec8ab40aa8b3d640c2c5ad
/
src
/
traced
6820abc
traced_probes: add polling of oom_score_adj
by Lalit Maganti
· 6 years ago
3bd67ef
traced_probes: add mm_event/mm_event_record ftrace format file and protos
by Lalit Maganti
· 6 years ago
301175d
Ftrace: fall back on set_event interface if /enable fails
by Primiano Tucci
· 6 years ago
9cd1c23
Do not run contents of PERFETTO_DCHECK on release.
by Florian Mayer
· 6 years ago
8e348ce
Remove polling mode from Android Log data source
by Primiano Tucci
· 6 years ago
ee1d8e5
Merge "Don't crash if traced cannot be started"
by Primiano Tucci
· 6 years ago
7631120
protozero: Make ScatteredStreamMemoryDelegate production-ready
by Eric Seckler
· 6 years ago
d8aadfe
Don't crash if traced cannot be started
by Primiano Tucci
· 6 years ago
64df2ca
Add logcat data source
by Primiano Tucci
· 6 years ago
a4ef335
Add "memory" atrace category shorthand
by Primiano Tucci
· 6 years ago
65d0ebc
Christmas UI fixes!
by Hector Dearman
· 6 years ago
aa45fe0
Non-functional changes for ftrace descriptor generation
by Isabelle Taylor
· 6 years ago
bd14fc6
cleanup: CHECK(false) -> FATAL("blah")
by Hector Dearman
· 6 years ago
0783673
Merge "Don't open per-thread proc files in the initial ps scan"
by Primiano Tucci
· 6 years ago
3a90599
Don't open per-thread proc files in the initial ps scan
by Primiano Tucci
· 6 years ago
66f3587
Fix mac build
by Primiano Tucci
· 6 years ago
bfb8c97
Merge "Fix build using system clang."
by Primiano Tucci
· 6 years ago
29fe162
Find src directory in same directory as fuzzer.
by Florian Mayer
· 6 years ago
eff9804
Fix build using system clang.
by Florian Mayer
· 6 years ago
5fcd53d
fuzzing: Read correct proto-table on OSS-Fuzz.
by Florian Mayer
· 6 years ago
ddc497b
Merge "Fix CPU Reader fuzzer."
by Florian Mayer
· 6 years ago
41b670a
Fix CPU Reader fuzzer.
by Florian Mayer
· 6 years ago
5c50b94
traced_probes: Allow * in atrace process names
by Hector Dearman
· 6 years ago
c185530
Implement ftrace flushing
by Primiano Tucci
· 6 years ago
b86e9ca
Add data source to poll IHealth (battery counters) service
by Primiano Tucci
· 6 years ago
327406e
Merge "ftrace: add PagePool for ftrace reader"
by Primiano Tucci
· 6 years ago
c20ee51
ftrace: add PagePool for ftrace reader
by Primiano Tucci
· 6 years ago
7b49412
Merge "Minor non functional refactorings to ftrace parser"
by Primiano Tucci
· 6 years ago
f9d9c73
Minor non functional refactorings to ftrace parser
by Primiano Tucci
· 6 years ago
5d8b483
perfetto: fix MSAN bugs in ftrace muxer
by Lalit Maganti
· 6 years ago
1b27813
Allow wildcard to select all events in a group
by Isabelle Taylor
· 6 years ago
558c756
traced_probes: Fixes to run_ftrace_proto_gen
by Hector Dearman
· 6 years ago
98e560d
Add generic ftrace event
by Isabelle Taylor
· 6 years ago
e0e5780
Collect ftrace protos into one file per group
by Hector Dearman
· 6 years ago
76499cd
Extract base::Pipe
by Primiano Tucci
· 6 years ago
b5b3bbb
Merge "Make flush async in probes producer"
by Primiano Tucci
· 6 years ago
5069c69
traced_probes: add atrace timeout and print error message on unexpected exit
by Lalit Maganti
· 6 years ago
50e9eda
Make flush async in probes producer
by Primiano Tucci
· 6 years ago
c84cde4
ftrace: Add oom_score_adj_update
by Hector Dearman
· 6 years ago
cd83dda
Unify on for (;;)
by Hector Dearman
· 6 years ago
8c93ad1
Merge "perfetto: replace remaining gtest_prod.h header usages"
by Eric Seckler
· 6 years ago
0773ea0
perfetto: replace remaining gtest_prod.h header usages
by Eric Seckler
· 6 years ago
ba9695b
traced_probes: capture stderr from atrace
by Lalit Maganti
· 6 years ago
b7fa544
perfetto_cmd: Teach perfetto_cmd to parse pbtxt configs
by Hector Dearman
· 6 years ago
bfa8fd8
traced_probes: add bounds on /proc/p/stats and sys stats polling intervals
by Lalit Maganti
· 6 years ago
e16778c
Merge "Improve performance of /proc/pid/status poller"
by Primiano Tucci
· 6 years ago
89d1ad2
Improve performance of /proc/pid/status poller
by Primiano Tucci
· 6 years ago
ccba4f0
Add signal_deliver ftrace events to ftrace parser
by Isabelle Taylor
· 6 years ago
c9d4a8b
probes + trace_processor: Polling of /proc/[pid]/status mem counters
by Primiano Tucci
· 6 years ago
8d49fa0
Add support for more events
by Isabelle Taylor
· 6 years ago
57c89d9
perfetto: Make gn check succeed when building with chrome
by Eric Seckler
· 6 years ago
b340f84
Merge "traced_probes: Common pids trigger process scanning"
by Hector Dearman
· 6 years ago
ea62998
Merge "trace_processor: add memory events"
by Primiano Tucci
· 6 years ago
a97c5f5
trace_processor: add memory events
by Isabelle Taylor
· 6 years ago
edf3f7c
perfetto: Make it possible to commit paged memory in chunks on Win
by Eric Seckler
· 6 years ago
cd3647f
traced_probes: Common pids trigger process scanning
by Hector Dearman
· 6 years ago
4c5efa4
Build changes to support other embedders other than chromium
by Primiano Tucci
· 6 years ago
6db99a9
Add PERFETTO_DFATAL.
by Florian Mayer
· 6 years ago
e01069f
perfetto: switch sys stats counter to use proto lite not pzero
by Lalit Maganti
· 6 years ago
c4b9a57
Remove cycling dependency between ftrace_proto_gen and protos
by Primiano Tucci
· 6 years ago
2162130
ftrace: Add kmem trace events
by Primiano Tucci
· 6 years ago
21e418f
Correctly handle partial writes.
by Florian Mayer
· 6 years ago
b03fd28
Consistently use base::OpenFile.
by Florian Mayer
· 6 years ago
8a0dc5d
Ftrace: Add Setup/Start support for fast triggering
by Primiano Tucci
· 6 years ago
674076d
Introduce support for deferred start (fast triggering)
by Primiano Tucci
· 6 years ago
a65497e
Roll clang and switch to fsanitize=fuzzer-no-link
by Primiano Tucci
· 6 years ago
ad59bc2
Merge "Rename producer methods to Start/StopDataSource"
by Primiano Tucci
· 6 years ago
d963884
Merge "Be explicit that cpu_reader assumes little endian."
by Treehugger Robot
· 6 years ago
afb72b5
Rename producer methods to Start/StopDataSource
by Primiano Tucci
· 6 years ago
2d3e71d
trace_processor: add the SPAN JOIN virtual table
by Lalit Maganti
· 6 years ago
12b89b4
Be explicit that cpu_reader assumes little endian.
by Florian Mayer
· 6 years ago
82a8bfd
Add SysStats data source (/proc/{meminfo,stat,vmstat})
by Primiano Tucci
· 6 years ago
724ab81
Merge "profiling: Add some bookkeeping code."
by Florian Mayer
· 6 years ago
78f0024
traced_probes: Atrace with many apps
by Hector Dearman
· 6 years ago
86feba6
profiling: Add some bookkeeping code.
by Florian Mayer
· 6 years ago
e9c4a18
Add map for items that contain their key.
by Florian Mayer
· 6 years ago
199b690
traced_probes: Push cpu first in FtraceEventBundle
by Hector Dearman
· 6 years ago
de2476b
TraceProcessor: improve parsing performances to ~420 MB/s
by Primiano Tucci
· 6 years ago
c833993
Unify and bump kMaxCpus
by Hector Dearman
· 6 years ago
0a1917f
Merge "Fix scoped metatrace events"
by Treehugger Robot
· 6 years ago
70d007a
Fix scoped metatrace events
by Primiano Tucci
· 6 years ago
03de28f
Propagate tracing session to the producers
by Primiano Tucci
· 6 years ago
fd8240d
Simplify ftrace architecture and integration with traced_probes
by Primiano Tucci
· 6 years ago
b6de48b
Non-functional refactorings of ftrace controller/sink/metadata
by Primiano Tucci
· 6 years ago
d1e319e
Merge "perfetto: Silence gmock warning"
by Hector Dearman
· 6 years ago
76327e8
Merge "traced_probes: Fix clock bug"
by Hector Dearman
· 6 years ago
5a68506
perfetto: Silence gmock warning
by Hector Dearman
· 6 years ago
22dac14
traced_probes: Fix clock bug
by Hector Dearman
· 6 years ago
6a1a4d5
Rename Service to TracingService.
by Florian Mayer
· 6 years ago
de82dae
Move ftrace_reader code into src/traced/probes/ftrace
by Primiano Tucci
· 6 years ago
c7b7c72
Clean up some TODOs and use PageAllocator in CpuReader
by Primiano Tucci
· 7 years ago
c2eb510
Roll GN, clang and libc++ to match chromium revisions
by Primiano Tucci
· 6 years ago
e8d7595
ps_tree: No scan on startup by default, make thread names optional
by Primiano Tucci
· 7 years ago
68574f2
traced_probes: omit empty process_tree packets
by Primiano Tucci
· 7 years ago
3afb1e0
Add ftrace per_cpu/stats to beginning/end of the trace
by Hector Dearman
· 7 years ago
bd0c02f
traced_probes: fix tid/pid incremental mapping and reduce overhead
by Primiano Tucci
· 7 years ago
c0af530
Merge "ProcessStatsDataSource test"
by Isabelle Taylor
· 7 years ago
1684856
ProcessStatsDataSource test
by Isabelle Taylor
· 7 years ago
d9f3913
Write mount points for inodes that were not found.
by Florian Mayer
· 7 years ago
5e38ea2
Remove inodes we find from scheduled scan as well.
by Florian Mayer
· 7 years ago
Next »