summaryrefslogtreecommitdiff
path: root/perfstatsd/cpu_usage.cpp
AgeCommit message (Collapse)Author
2020-01-13perfstatsd: replace LOG_TO() macros with LOG()Tom Cherry
perfstatsd always writes to the SYSTEM log, so instead of using LOG_TO(), it can use the normal LOG() macros as long as it calls InitLogging() with a default to the SYSTEM log. Test: perfstatsd writes to the SYSTEM log still Change-Id: Ib15867589c0b5679cc14f9fe8694ef48fc0e599e
2019-02-21Refine perfstatsd daemon and cpu usage partCharles(Yen-Cheng) Chan
Use consistent naming style for perfstatsd daemon and cpu usage and convert Android.mk to Android.bp Bug: 117587967 Test: verify cpu and io data dumped correctly in dumpstate_board Change-Id: Ia9b563c25d74a293c276f83bf6baad4dca8b6cad
2019-01-04Add CPU usage collection in perfstatsdCharles(Yen-Cheng) Chan
Refer to go/perfstatsd-design for detail. Bug: 117587130 Test: verify the dumped data Change-Id: Iffacc0bd7e14183aa79c5f6abb98e8c777f436e6