blob: a7aa8fd4833f33ce979dc3a1bf9295e020a7996d [file] [log] [blame]
Primiano Tucci2ab19f62020-07-01 21:28:31 +01001Unreleased:
2 Tracing service and probes:
Primiano Tucci235610f2021-05-24 20:22:43 +01003 * Added support for building most targets (including traced, SDK and
4 trace_processor_shell) from Windows using either clang-cl or MSVC 2019.
5 * Added tracebox, a monolithic binary to capture traces with one command
6 on Linux and older versions of Android (tested on Android Oreo).
Primiano Tucci96755912021-01-05 12:15:17 +01007 Trace Processor:
Primiano Tucci8220de22021-05-05 09:53:37 +01008 *
Primiano Tuccie60b7c82021-03-03 14:09:35 +00009 UI:
Primiano Tucci41327402021-06-01 20:28:00 +010010 * Added warning dialog when trying to use a trace_processor_shell --httpd
11 which is too old.
12 * Added warning dialog when trying to use a trace_processor_shell --httpd
13 RPC instance from more than one tab.
Alexander Timin37c8afd2021-04-06 18:42:18 +000014 SDK:
Primiano Tucci8220de22021-05-05 09:53:37 +010015 *
16
17
18v15.0 - 2021-05-05:
19 Tracing service and probes:
20 * Added support for {host,target}=aarch64 standalone builds.
21 * Added --background cmdline switch to traced and traced_probes services.
22 * Changed trigger_perfetto to ignore unknown command line arguments to
23 preserve forward compatibility.
24 * Added -a / --app cmdline argument to tools/record_android_trace.
25 Trace Processor:
26 * Added sanitisation of keys in nested debug annotation dictionaries.
27 * Changed Android startup metric: count CPU time of JIT thread pool, report
28 timestamp of activities during startup.
29 * Changed android_surfaceflinger metric, added missed frame counters.
30 * Changed version of SQLite to 3.35.4.
31 * Fixed importing of JSON traces with decimal (sub-us) timestamp.
32 * Fixed prepending "debug." prefix to debug annotations with non-interned
33 names.
34 UI:
35 * Added support to visualize the lifetime of individual dmabuf allocations
36 as async slices (datasource: already existing ftrace dmabuf event).
37 * Fixed visualization of unfinished slices to extend to the end of the
38 viewport.
39 SDK:
Alexander Timin129bdcf2021-04-16 11:36:37 +000040 * Added support for passing arbitrary number of debug annotations to
41 TRACE_EVENT and combining them with lambdas.
42 * Added support for writing typed TrackEvent arguments using TRACE_EVENT
43 inline without lambdas.
Primiano Tucci8220de22021-05-05 09:53:37 +010044 * Changed ConvertTimestampToTraceTimeNs to be a member of
45 TraceTimestampTraits<T> struct instead of a standalone function.
46 * Changed TracedValue to use nested DebugAnnotation proto instead of
47 DebugAnnotation::NestedValue.
Primiano Tucci7454e1a2021-04-01 13:03:19 +010048
49
50v14.0 - 2021-04-01:
51 Tracing service and probes:
52 * Added support for polling power rails on Android from the newer
53 IPowerStats AIDL interface (previously using only the HAL interface).
54 * Fixed native heap profiler crash when ABI of heapprofd and profiled
55 process mismatch.
56 * Changed encoding format of Anroid managed heap profiler to reduce heap
57 dump sizes by delta-encoding object IDs.
58 Trace Processor:
59 * Added activity create/resume, layout inflation and resource timings to
60 the Android startup metric.
61 * Added chrome metadata key/value pairs (e.g. chrome version) into the
62 `metadata` table with 'cr-' prefixed keys.
63 * Added dma-buf-based memory metrics reporting total/avg/min/max dmabuf
64 allocation per-dmabuf-heap and per-process.
65 * Removed |force_full_sort| flag from config. This has been replaced
66 by setting the sorting mode to force a full sort.
67 UI:
68 * Added tools/symbolize-ui-crash script to resolve crash reports via
69 TypeScript source maps.
70 * Fixed newlines when copying Android event log lines into the clipboard.
71 * Fixed crash when selecting "Did not finish" slices.
72 * Fixed OOM dialog to give actionable instructions when opening large traces
73 rather than suggesting to file a bug.
Sami Kyostilaedf7c862021-03-11 13:33:35 +000074 SDK:
Primiano Tucci7454e1a2021-04-01 13:03:19 +010075 * Added /meson.build for bundling /sdk/perfetto.{cc,h} in Meson builds.
76 * Added support for counter trace points with the TRACE_COUNTER macro.
77
Primiano Tuccie60b7c82021-03-03 14:09:35 +000078
79v13.0 - 2021-03-01:
80 Tracing service and probes:
81 * Added ability to sample callstacks using kernel tracepoints as timebase.
82 * Added abililty to record the perf timebase counter values into the trace,
83 both combined callstack+counter or counter-only.
84 * Added abillity to trigger traces based on VM pressure on Android. Requires
85 a dedicated tracing instance in $tracefs/instances/mm_events.
86 Trace Processor:
Lalit Maganti88eb6982021-03-01 14:28:51 +000087 * Added sorting mode to trace processor config to specify how trace
88 processor should sort events. The |force_full_sort| flag has been
89 deprecated (with replacement) and will be removed in the next version.
Primiano Tuccie60b7c82021-03-03 14:09:35 +000090 * Added ingestion of frame timeline events into the
91 {expected,actual}_frame_timeline_slice tables.
92 * Added support for Mali's trace_marker_write ftrace event.
93 * Added memory metric based on newer android_fastrpc kernel events.
Primiano Tucci96755912021-01-05 12:15:17 +010094 UI:
Primiano Tuccie60b7c82021-03-03 14:09:35 +000095 * Added flow events support for instant events and async tracks.
96 * Added support for Android frame timeline events. They allow inspecting
97 end-to-end expected vs actual app-to-surfaceflinger frame times.
98 * Added ability to switch between Canary and Stable channels in the UI.
99 * Added ability to drag&drop to open trace files.
100 * Changed UI serving infrastructure, old ui versions can be now retrieved by
101 directly opening https://ui.perfetto.dev/v12.1.269/ .
102 * Removed thread state track for threads that have no activity.
Sami Kyostilae8c0ff52021-02-16 11:26:16 +0000103 SDK:
104 * Use process start time hashed with the process id as a unique process
105 identifier, allowing multiple independent users of the SDK in the same
106 process to interleave their events on shared tracks.
Sami Kyostila86b10c52021-02-16 16:50:42 +0000107 * Record process and thread names into the trace.
Sami Kyostila67cdc662021-02-26 16:42:14 +0000108 * Add ring buffer tracing support, i.e., periodic clearing of incremental
109 state.
Primiano Tuccie60b7c82021-03-03 14:09:35 +0000110 Misc:
111 * Convert python scripts to python3.
Primiano Tucci96755912021-01-05 12:15:17 +0100112
113
Primiano Tucci71a92392021-02-01 23:45:28 +0100114v12.1 - 2021-02-01:
115 Misc:
116 * Fixed CHANGELOG which was missed in the 12.0 branch cut, causing
117 mis-labeling of the version code in the v12.x branch as v11.0..N
118
119
Primiano Tucci9c294a42021-02-01 18:04:23 +0100120v12.0 - 2021-02-01:
121 Tracing service and probes:
122 * Added more helpful error messages if the client library is used without
123 having been initialized.
124 * Added //tools/record_android_trace script to facilitate recording traces
125 from Android devices, automating start + stop-via-ctrl+c + pull + open.
126 * Added auto-attachment of traces to Android bugreports if dumpstate is
127 invoked when a trace with bugreport_score > 0 is running.
128 SDK:
129 * Added ability to customize the timestamp of events via
130 ConvertTimestampToTraceTimeNs().
131 * Fixed support for category names that contain a space.
132 Trace Processor:
133 * Added ingestion and query support for Android end-to-end frame timing
134 events through the {actual, expected}_frame_timeline_slice tables.
135 * Added time-to-reportFullyDrawn (Android's API) to startup metrics.
136 * Fixed excessive memory usage when decoding traces containing callstacks
137 (https://github.com/google/perfetto/issues/83).
138 UI:
139 * Added ability to inspect the full trace config string from the
140 'Info and stats' page.
141 * Fixed 'TABLE/VIEW XXX already exists' in the Metrics page when running the
142 same metric twice.
143 * Fixed sorting of tracks using numeric sorting instead of lexicographic:
144 Thread {1, 2, 10, 11, 20} rather than Thread {1, 10, 11, 2, 20}.
145 * Fixed CSP-related bug that was preventing the UI to work on Firefox.
146 * Changed max zoom resolution to allow to zoom to sub-us events.
147
148
Primiano Tucci96755912021-01-05 12:15:17 +0100149v11.0 - 2021-01-01:
150 Tracing service and probes:
Sami Kyostilaae504d42020-12-02 12:00:25 +0000151 * Added trace packet interceptor API for rerouting trace data into
152 non-Perfetto systems.
Sami Kyostila6c151262020-12-15 18:48:51 +0000153 * Added support for printing track events to the console.
Sami Kyostila2778ac82020-12-21 16:12:27 +0000154 * Added a way to observe track event tracing sessions starting and
155 stopping.
Isabelle Taylor8546cee2020-10-30 14:43:53 +0000156 Trace Processor:
Primiano Tucci96755912021-01-05 12:15:17 +0100157 * Added "ancestor_slice" and "experimental_ancestor_stack_profile_callsite"
158 table functions to look up ancestors of CPU stack samples in profiler
159 tables.
160 * Added power metric reporting suspend/resume time periods.
Isabelle Taylor8546cee2020-10-30 14:43:53 +0000161 UI:
Primiano Tucci96755912021-01-05 12:15:17 +0100162 * Fixed CPU time calculation in example queries.
163 * Added tracks to debug Android SystemUI jank.
Isabelle Taylor8546cee2020-10-30 14:43:53 +0000164
Primiano Tucci5d2be3a2020-12-01 20:42:45 +0100165
166v10.0 - 2020-12-01:
167 Tracing service and probes:
168 * Fixed crash of tracing service if a client is unresponsive on the IPC
169 channel. Clients are disconnected if they don't respond to IPCs for 10s.
170 * Added cmdline arguments for integration within ChromeOS system image
171 (--{producer,consumer}-socket-{group,mode} for chmod-ing sockets).
172 * Changed path lookup logic for traced socket. /run/perfetto/ is used if the
173 directory exists, falling back on /tmp/ otherwise.
174 * Added support for kernel frame symbolization to the traced_perf callstack
175 sampler.
176 * Added support for resolving ftrace event arguments that require
177 symbolization against printk_format.
178 Trace Processor:
179 * Added .read command to inject a SQL query file, similar to the -q cmdline.
180 * Added trace-based metrics to root cause jank in Android System UI.
181 * Added symbolization support for ELF files on Windows for heap and
182 callstack profilers.
183 * Added support for symbolizing names of workqueue ftrace events.
184 * Improved Android startup metric with activity restart time.
185 UI:
186 * Added support for navigating flows with Ctrl+[ / Ctr+].
187 * Improved query result panel, moved to the bottom group allowing
188 simultaneous query result and timeline views.
189 * Fixed data corruption when recording traces via the WebUSB-based Record
190 page in the UI.
191
192
Isabelle Taylor8546cee2020-10-30 14:43:53 +0000193v9.0 - 2020-11-01:
194 Tracing service and probes:
Sami Kyostilaf99230f2020-10-15 10:38:32 +0000195 * Added support for recording traces from a system service through the
196 client API.
197 * The client library now reconnects producers automatically if the
198 connection to the tracing service is lost. Also fixed crashes in ongoing
199 tracing sessions when a disconnect occurs.
Isabelle Taylor8546cee2020-10-30 14:43:53 +0000200 * Added support for dpu and g2d ftrace events.
201 * Enabled commit batching and producer side patching of chunks.
202 * Add support for symbolizing kernel symbols for ftrace events.
Primiano Tucci2ab19f62020-07-01 21:28:31 +0100203 Trace Processor:
Isabelle Taylor8546cee2020-10-30 14:43:53 +0000204 * Fixed type affinity of string columns.
Primiano Tucci2ab19f62020-07-01 21:28:31 +0100205 UI:
Lalit Maganti09549602020-10-01 16:47:00 +0100206 * Added initial support for running metrics from the UI.
Isabelle Taylor8546cee2020-10-30 14:43:53 +0000207 * Added support for displaying all flows when a slice or area is selected.
208 * Highlight nodes that match the 'focus' string in the flamegraph.
209 * Added search within slice args.
210 * Fixed details panel height and moved query panel into details panel.
211 * Enabled re-sharing of postMessage traces by echoing back the original URL.
212 * Improved record page error messages.
Lalit Maganti09549602020-10-01 16:47:00 +0100213
214
215v8.0 - 2020-10-01:
216 Tracing service and probes:
217 * Added API for querying registered data sources and their capabilities.
218 * Added support for profiling heap allocations on Linux via LD_PRELOAD.
219 * Fixed possible race when initializing the consumer library.
220 * Fixed subtle bugs on systems with 16KB system pages.
221 Trace Processor:
222 * Added a table which lists available metrics.
223 * Added Python bindings on PyPi in the 'perfetto' package.
224 * Added support for running trace_processor_shell on Android.
225 * Added per-process metrics for GPU memory usage.
226 * Added support for exporting flow events to JSON.
227 * Added dynamic tables for navigating between slices of flows.
228 UI:
229 * Changed time marking: horizontal selection doesn't gray out anymore,
230 pressing 'm' marks the range.
231 * Added initial support for displaying flow event arrows.
232 * Improved ordering of all thread tracks under process grouping.
233 * Fixed UI crashes due to metric errors
234 * Fixed selection of thread state slices.
Primiano Tucci2ab19f62020-07-01 21:28:31 +0100235
236
Primiano Tucci816506e2020-09-01 18:13:12 +0200237v7.0 - 2020-09-01:
238 Tracing service and probes:
239 * Added auto-reconnection to the SDK. Tracing::Initialize() now retries in
240 the background, instead of failing, if the tracing service is unrechable.
241 * Added support for recording cpuhp (CPU hotplug) ftrace events.
242 * Fixed heap profiling unwinding on multi-ABI systems.
243 * Fixed reporting of live objects in the native heap profiler when using
244 --dump-at-max.
245 * Fixed crash when writing trace events with field nesting level > 10.
246 Trace Processor:
247 * Added Python bindings, see
248 https://perfetto.dev/docs/analysis/trace-processor#python-api .
249 * Added ingestion for Chrome instant events and Chrome flow events.
250 * Added ingestion for Android GPU memory events and sched_blocked_reason.
251 * Added WebView power metric.
252 * Added support for WSL1 where Async I/O is not available.
253 * Improved detection of Android suspend/resume events.
254 UI:
255 * Added GPU memory recording controls and ingestion code. Requires a recent
256 Android 12+ kernel.
257 * Added details panel for flow events, showed when the user selects a slice
258 involved in a flow (arrows in the UI are still being worked on).
259 * Added instant events rendering.
260 * Added Google Analytics.
261 * Fixed I/O thread-states in 4.14 kernels to deal with the removal of
262 wake-kill using sched_blocked_reason.
263 * Fixed "Perfetto UI started debugging this browser" showing when opening
264 the UI and the Chrome extension is installed.
265 Misc:
266 * Update language to comply with Android's inclusive language guidance.
267
268
Primiano Tucci6d7badc2020-07-31 19:03:27 +0200269v6.0 - 2020-08-01:
270 Tracing service and probes:
271 * Added ftrace thermal events.
272 * Added support for custom allocators to the heap profiler. Allows
273 developers to report memory allocations that are not done through malloc.
274 * Added detailed timestamping of key tracing session events.
275 * Added support for building tracing services on CrOS (system-wide tracing).
276 * Fixed filtering out of stale ftrace data that predates the beginning of
277 the tracing session.
278 Trace Processor:
279 * Improved profile symbolizer. PERFETTO_SYMBOLIZER_MODE=index discovers
280 symbol files by build id rather than name.
281 * Added screen-state Android metrics.
282 UI:
283 * Added 'Info and stats' page to debug data losses and trace stats.
284 * Added full cmdline to process detail panel.
285 * Improved performance of async tracks using quantized queries.
286 * Improved performance of counter and slice tracks for long traces by
287 pre-caching quantized track data.
288 * Improved actionablility of crash dialog when the Wasm module OOMs.
289
290
Primiano Tucci2ab19f62020-07-01 21:28:31 +0100291v5.0 - 2020-07-01:
292 Tracing service and probes:
293 * Added gpu_mem_total ftrace event.
294 * Added TrustZone (scm start/end) event.
295 * Added protos for GPU memory tracking and updated render stages proto.
296 * Added time_in_state probe for Android (CPU time broken down by frequency).
297
298 Trace Processor:
299 * Added ingestion of IRQ and SoftIRQ events.
300 * Added ingestion of workqueue events. KAddr symbolization still missing.
301 * Added ingestion of voltage regulators and board clock change events.
302 * Added ingestion of new ION ion_buffer_create/destroy events.
303 * Added ingestion of TrustZone (scm start/end) events.
304 * Added SurfaceFlinger derived events (tracking of missed frames).
305 * Changed parsing of scheduler task state on 4.14 kernels.
306 * Changed importing of Java heap graphs: allow partial dumps.
307 * Improved performance of the SQL query engine.
308
309 UI:
310 * Added dedicated query page for custom SQL queries.
311 * Added navigation links for Binder slices.
312 * Removed overview summary mode when zoomed out.
313 * Fixed recording page when targeting Android P.
314 * Improved slice pan/zoom performance by quantizing.