Skip to content

Commit 213beea

Browse files
primianoGerrit Code Review
authored andcommitted
Merge "Update CHANGELOG for v25.0"
2 parents d177e02 + 1c88943 commit 213beea

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
Unreleased:
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

2951
v24.2 - 2022-02-10:

0 commit comments

Comments
 (0)