summaryrefslogtreecommitdiff
path: root/perfstatsd
AgeCommit message (Collapse)Author
2021-03-12[LSC] Add LOCAL_LICENSE_KINDS to hardware/google/pixelBob Badour
Added SPDX-license-identifier-Apache-2.0 to: atrace/Android.bp bootctrl/Android.bp dynamic_partitions/Android.bp fastboot/Android.bp health/Android.bp kernel_headers/Android.bp misc_writer/Android.bp mm/Android.bp perfstatsd/Android.bp pixelstats/Android.bp power-libperfmgr/Android.bp power-libperfmgr/libperfmgr/Android.bp powerstats/Android.bp powerstats/aidl/Android.bp pwrstats_util/Android.bp radio/Android.bp radio/gril_carrier_nv_headers/Android.bp recovery/Android.bp usb/Android.bp vibrator/Android.bp vibrator/common/Android.bp vibrator/cs40l25/Android.bp vibrator/cs40l25/bench/Android.bp vibrator/cs40l25/tests/Android.bp vibrator/drv2624/Android.bp vibrator/drv2624/apex/Android.bp vibrator/drv2624/bench/Android.bp vibrator/drv2624/tests/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: Android.bp thermal/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I58efe8db7cc3f22a585c6e3a80bef41c48b49c8d Merged-in: I58efe8db7cc3f22a585c6e3a80bef41c48b49c8d
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-10-01Remove libhwbinder/libhidltransport depsSteven Moreland
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: Ifcbd0675df88cb43afe98b1dfe0c5da396384eee
2019-01-11Refine perfstatsd daemon for io usage partJimmy Shiu
Bug: 115702127 Test: make perfstatsd -j100 && adb root && adb disable-verity && adb \ reboot && sleep 5 && adb wait-for-device && adb root && sleep 5 && adb \ remount && adb shell setenforce 0 && adb root && adb push \ out/target/product/$TARGET_PRODUCT/vendor/bin/perfstatsd /vendor/bin/ && \ adb shell chmod +x /vendor/bin/perfstatsd && adb reboot && adb \ wait-for-device && adb root Test: adb shell /vendor/bin/perfstatsd -d Change-Id: I7ee9868a0d0cfdc7f96b25a129249f145d1f6bf1
2019-01-11Refine 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 IO usage collection in perfstatsdJimmy Shiu
Refer to go/perfstatsd-design for detail. Test: make perfstatsd -j50 Test: verify dumpping data in bugreport/dumpstate_board.txt Bug: 115702127 Change-Id: I1d805499f45bd2cefd2bf48b291ee488ae8f4c99
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
2019-01-04Add perfstatsd to collect perf stats historyCharles(Yen-Cheng) Chan
Refer to go/perfstatsd-design for detail. Bug: 117587967 Test: verify daemon run on boot and dump data triggered by dumpstate Change-Id: I4f0258c8ab220649f19d0ee960fc6bcbc790c6e1