File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 11Unreleased:
2+ Tracing service and probes:
3+ *
4+ Trace Processor:
5+ *
6+ UI:
7+ *
8+ SDK:
9+ *
10+
11+
12+ v25.0 - 2022-04-01:
213 Tracing service and probes:
314 * Added prebuilts for mac-arm64.
415 * Removed merged trace and config protos from Bazel. Embedder should
516 instead depend on the non-merged proto targets.
617 * Added FtraceConfig.disable_generic_events. If set, the ftrace data source
718 will not emit events for which it doesn't have a compile-time proto
819 message.
20+ * Added ingestion support for cros_ec (CrOS sensors) ftrace events.
21+ * Added ingestion support for kvm trace events.
22+ * Added reporting of atrace failures. Now they are bubbled up to the UI
23+ rather than causing atrace data to be silently missing.
924 Trace Processor:
1025 * Added prebuilts for mac-arm64.
1126 * Changed LIKE comparisions to be case-insenstive. This reverts the change
@@ -24,6 +39,13 @@ Unreleased:
2439 * Added support for delta encoding of timestamps for TrackEvents.
2540 To disable it, refer to `disable_incremental_timestamps` flag in
2641 `track_event_config.proto`.
42+ Tools:
43+ * Added support of gzip-compressed traces to traceconv.
44+ * Changed `traceconv text` to use an internal proto->pbtx converter rather
45+ than relying on libprotobuf. It could cause some small divergencies in the
46+ output format vs past releases.
47+ * Added tools/cpu_profile helper script to capture traces with callstack
48+ samples.
2749
2850
2951v24.2 - 2022-02-10:
You can’t perform that action at this time.
0 commit comments