Merge "Defaultly enable cpu idle histogram stats collection for dumpstate." into main

This commit is contained in:
Vishvam Mazumdar 2024-07-18 18:47:17 +00:00 committed by Android (Google) Code Review
commit 8248828f30

View file

@ -351,6 +351,9 @@ on init
chown root system /sys/devices/platform/16490000.gsa-ns/log_main chown root system /sys/devices/platform/16490000.gsa-ns/log_main
chown root system /sys/devices/platform/16490000.gsa-ns/log_intermediate chown root system /sys/devices/platform/16490000.gsa-ns/log_intermediate
# Enable CPU Idle histograms
write /sys/kernel/metrics/cpuidle_histogram/enable 1
on init && property:ro.boot.hardware.cpu.pagesize=4096 on init && property:ro.boot.hardware.cpu.pagesize=4096
write /sys/block/zram0/comp_algorithm lz77eh write /sys/block/zram0/comp_algorithm lz77eh