blob: 5e22ca6d4841b7d4acd174d20911cda3c1fcd32b [file] [log] [blame]
Primiano Tucci2ab19f62020-07-01 21:28:31 +01001Unreleased:
2 Tracing service and probes:
Isabelle Taylor8546cee2020-10-30 14:43:53 +00003 *
4 Trace Processor:
5 *
6 UI:
7 *
8
9v9.0 - 2020-11-01:
10 Tracing service and probes:
Sami Kyostilaf99230f2020-10-15 10:38:32 +000011 * Added support for recording traces from a system service through the
12 client API.
13 * The client library now reconnects producers automatically if the
14 connection to the tracing service is lost. Also fixed crashes in ongoing
15 tracing sessions when a disconnect occurs.
Isabelle Taylor8546cee2020-10-30 14:43:53 +000016 * Added support for dpu and g2d ftrace events.
17 * Enabled commit batching and producer side patching of chunks.
18 * Add support for symbolizing kernel symbols for ftrace events.
Primiano Tucci2ab19f62020-07-01 21:28:31 +010019 Trace Processor:
Isabelle Taylor8546cee2020-10-30 14:43:53 +000020 * Fixed type affinity of string columns.
Primiano Tucci2ab19f62020-07-01 21:28:31 +010021 UI:
Lalit Maganti09549602020-10-01 16:47:00 +010022 * Added initial support for running metrics from the UI.
Isabelle Taylor8546cee2020-10-30 14:43:53 +000023 * Added support for displaying all flows when a slice or area is selected.
24 * Highlight nodes that match the 'focus' string in the flamegraph.
25 * Added search within slice args.
26 * Fixed details panel height and moved query panel into details panel.
27 * Enabled re-sharing of postMessage traces by echoing back the original URL.
28 * Improved record page error messages.
Lalit Maganti09549602020-10-01 16:47:00 +010029
30
31v8.0 - 2020-10-01:
32 Tracing service and probes:
33 * Added API for querying registered data sources and their capabilities.
34 * Added support for profiling heap allocations on Linux via LD_PRELOAD.
35 * Fixed possible race when initializing the consumer library.
36 * Fixed subtle bugs on systems with 16KB system pages.
37 Trace Processor:
38 * Added a table which lists available metrics.
39 * Added Python bindings on PyPi in the 'perfetto' package.
40 * Added support for running trace_processor_shell on Android.
41 * Added per-process metrics for GPU memory usage.
42 * Added support for exporting flow events to JSON.
43 * Added dynamic tables for navigating between slices of flows.
44 UI:
45 * Changed time marking: horizontal selection doesn't gray out anymore,
46 pressing 'm' marks the range.
47 * Added initial support for displaying flow event arrows.
48 * Improved ordering of all thread tracks under process grouping.
49 * Fixed UI crashes due to metric errors
50 * Fixed selection of thread state slices.
Primiano Tucci2ab19f62020-07-01 21:28:31 +010051
52
Primiano Tucci816506e2020-09-01 18:13:12 +020053v7.0 - 2020-09-01:
54 Tracing service and probes:
55 * Added auto-reconnection to the SDK. Tracing::Initialize() now retries in
56 the background, instead of failing, if the tracing service is unrechable.
57 * Added support for recording cpuhp (CPU hotplug) ftrace events.
58 * Fixed heap profiling unwinding on multi-ABI systems.
59 * Fixed reporting of live objects in the native heap profiler when using
60 --dump-at-max.
61 * Fixed crash when writing trace events with field nesting level > 10.
62 Trace Processor:
63 * Added Python bindings, see
64 https://perfetto.dev/docs/analysis/trace-processor#python-api .
65 * Added ingestion for Chrome instant events and Chrome flow events.
66 * Added ingestion for Android GPU memory events and sched_blocked_reason.
67 * Added WebView power metric.
68 * Added support for WSL1 where Async I/O is not available.
69 * Improved detection of Android suspend/resume events.
70 UI:
71 * Added GPU memory recording controls and ingestion code. Requires a recent
72 Android 12+ kernel.
73 * Added details panel for flow events, showed when the user selects a slice
74 involved in a flow (arrows in the UI are still being worked on).
75 * Added instant events rendering.
76 * Added Google Analytics.
77 * Fixed I/O thread-states in 4.14 kernels to deal with the removal of
78 wake-kill using sched_blocked_reason.
79 * Fixed "Perfetto UI started debugging this browser" showing when opening
80 the UI and the Chrome extension is installed.
81 Misc:
82 * Update language to comply with Android's inclusive language guidance.
83
84
Primiano Tucci6d7badc2020-07-31 19:03:27 +020085v6.0 - 2020-08-01:
86 Tracing service and probes:
87 * Added ftrace thermal events.
88 * Added support for custom allocators to the heap profiler. Allows
89 developers to report memory allocations that are not done through malloc.
90 * Added detailed timestamping of key tracing session events.
91 * Added support for building tracing services on CrOS (system-wide tracing).
92 * Fixed filtering out of stale ftrace data that predates the beginning of
93 the tracing session.
94 Trace Processor:
95 * Improved profile symbolizer. PERFETTO_SYMBOLIZER_MODE=index discovers
96 symbol files by build id rather than name.
97 * Added screen-state Android metrics.
98 UI:
99 * Added 'Info and stats' page to debug data losses and trace stats.
100 * Added full cmdline to process detail panel.
101 * Improved performance of async tracks using quantized queries.
102 * Improved performance of counter and slice tracks for long traces by
103 pre-caching quantized track data.
104 * Improved actionablility of crash dialog when the Wasm module OOMs.
105
106
Primiano Tucci2ab19f62020-07-01 21:28:31 +0100107v5.0 - 2020-07-01:
108 Tracing service and probes:
109 * Added gpu_mem_total ftrace event.
110 * Added TrustZone (scm start/end) event.
111 * Added protos for GPU memory tracking and updated render stages proto.
112 * Added time_in_state probe for Android (CPU time broken down by frequency).
113
114 Trace Processor:
115 * Added ingestion of IRQ and SoftIRQ events.
116 * Added ingestion of workqueue events. KAddr symbolization still missing.
117 * Added ingestion of voltage regulators and board clock change events.
118 * Added ingestion of new ION ion_buffer_create/destroy events.
119 * Added ingestion of TrustZone (scm start/end) events.
120 * Added SurfaceFlinger derived events (tracking of missed frames).
121 * Changed parsing of scheduler task state on 4.14 kernels.
122 * Changed importing of Java heap graphs: allow partial dumps.
123 * Improved performance of the SQL query engine.
124
125 UI:
126 * Added dedicated query page for custom SQL queries.
127 * Added navigation links for Binder slices.
128 * Removed overview summary mode when zoomed out.
129 * Fixed recording page when targeting Android P.
130 * Improved slice pan/zoom performance by quantizing.