aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Golton <stevegolton@google.com>2024-04-30 10:16:40 +0100
committerSteve Golton <stevegolton@google.com>2024-04-30 10:16:40 +0100
commit6aaa8a1fb15659d1b68179e20993e969d9f500f8 (patch)
tree6c4d96fb4c2fb29efcd2a6b49e956a7c1af6e1af
parent3d6618bf4621a52967401b8b6ec9cee427131319 (diff)
downloadperfetto-6aaa8a1fb15659d1b68179e20993e969d9f500f8.tar.gz
Update changelog
Change-Id: Ib564c2880cf7520cbf0a2db121e0f0742f37f6a6
-rw-r--r--CHANGELOG13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b600600b0..99ff035f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,18 @@ Unreleased:
Trace Processor:
*
UI:
- *
+ * Add tracks to the list of searchable items.
+ * Use mipmaps to improve track query performance on large traces.
+ * Fix slow scrolling bug in ftrace explorer tab on low DPI machines.
+ * Overhaul track decider queries to improve trace load times.
+ * Add track
+ * Tidy up command names & remove some example ones.
+ * Remove arg auto-completion in pivot table.
+ * Show dominator tree views by default.
+ * Fix counter event selection off-by-one error.
+ * Add viewport control to the plugin API.
+ * Sticky track titles to improve track button accessibility in tall tracks.
+ * A handful of small bugfixes.
SDK:
* The TRACE_EVENT macro used to reject `const char *` event names: either
`StaticString` or `DynamicString` needed to be specified. In the last year