mirror of
https://github.com/Evolution-X-Devices/device_google_zumapro
synced 2026-02-01 07:42:11 +00:00
Merge "zumapro: Add path reading for StormIRQ" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9a92bae9aa
@@ -1,6 +1,7 @@
|
||||
on property:sys.boot_completed=1
|
||||
start vendor.pixelstats_vendor
|
||||
|
||||
on post-fs-data
|
||||
chown system system /sys/kernel/metrics/irq/stats_reset
|
||||
service vendor.pixelstats_vendor /vendor/bin/pixelstats-vendor
|
||||
class hal
|
||||
user system
|
||||
|
||||
@@ -62,6 +62,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
|
||||
.ResumeLatencyMetricsPath = "/sys/kernel/metrics/resume_latency/resume_latency_metrics",
|
||||
.LongIRQMetricsPath = "/sys/kernel/metrics/irq/long_irq_metrics",
|
||||
.StormIRQMetricsPath = "/sys/kernel/metrics/irq/storm_irq_metrics",
|
||||
.IRQStatsResetPath = "/sys/kernel/metrics/irq/stats_reset",
|
||||
.TempResidencyAndResetPaths = {
|
||||
{
|
||||
"/sys/kernel/metrics/thermal/tr_by_group/tmu/stats",
|
||||
|
||||
Reference in New Issue
Block a user