commit | afc2f970e479dca5f9676474879b0b8d4beac82a | [log] [tgz] |
---|---|---|
author | Kevin DuBois <kevindubois@google.com> | Fri Nov 03 15:44:08 2017 -0700 |
committer | Kevin DuBois <kevindubois@google.com> | Mon Nov 06 10:45:07 2017 -0800 |
tree | d2d098413ba68683fd0a535d3506099432aa2680 | |
parent | 1b70ec25ce919767610c2e1c6df0d28bf00b4a23 [diff] |
Trace clock_enable and clock_disable events. We track changes in peripheral clock frequency with 'freq' events, but not if the clock turns on or off. Logging clock_enable and clock_disable events lets us get a better picture of the peripheral clocks from the systraces. Test: see clock_enable/disable events from 'adb shell atrace freq'. Change-Id: I572a5cf87af8f37b22b5ffb726eb5c2c49886af1