commit | edf7c868a774fa2cd88ec649c804ab7c2769ec76 | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@chromium.org> | Thu Mar 11 13:33:35 2021 +0000 |
committer | Sami Kyostila <skyostil@chromium.org> | Thu Mar 11 13:33:35 2021 +0000 |
tree | b5333587dda58e4babd9bacbcb54d5c68865c0d8 | |
parent | 5046e73edce067fea652a597761503b5c1d68ae0 [diff] [blame] |
tracing: Add support for counter events Add the TRACE_COUNTER macro for recording time-varying integer or floating point counters. Design doc: https://docs.google.com/document/d/1EWQ7KP6OlxlbU1PwJKniFa3gsYKoGyhI47afZhko2MA/ Change-Id: I86cd61fc4ba947ec3f522aadaa5fdc7c640084e9
diff --git a/CHANGELOG b/CHANGELOG index 2fc2527..b57847b 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -6,7 +6,8 @@ by setting the sorting mode to force a full sort. UI: * - + SDK: + * Add support for counter trace points with the TRACE_COUNTER macro. v13.0 - 2021-03-01: Tracing service and probes: