Merge "thermal: enable thermal dfs stats" into 24D1-dev
This commit is contained in:
commit
0d3db367cc
1 changed files with 8 additions and 0 deletions
|
@ -64,6 +64,14 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
.LongIRQMetricsPath = "/sys/kernel/metrics/irq/long_irq_metrics",
|
.LongIRQMetricsPath = "/sys/kernel/metrics/irq/long_irq_metrics",
|
||||||
.StormIRQMetricsPath = "/sys/kernel/metrics/irq/storm_irq_metrics",
|
.StormIRQMetricsPath = "/sys/kernel/metrics/irq/storm_irq_metrics",
|
||||||
.IRQStatsResetPath = "/sys/kernel/metrics/irq/stats_reset",
|
.IRQStatsResetPath = "/sys/kernel/metrics/irq/stats_reset",
|
||||||
|
.ThermalStatsPaths = {
|
||||||
|
"/sys/devices/platform/100a0000.BIG/trip_counter",
|
||||||
|
"/sys/devices/platform/100a0000.MID/trip_counter",
|
||||||
|
"/sys/devices/platform/100a0000.LITTLE/trip_counter",
|
||||||
|
"/sys/devices/platform/100b0000.G3D/trip_counter",
|
||||||
|
"/sys/devices/platform/100b0000.TPU/trip_counter",
|
||||||
|
"/sys/devices/platform/100b0000.AUR/trip_counter",
|
||||||
|
},
|
||||||
.TempResidencyAndResetPaths = {
|
.TempResidencyAndResetPaths = {
|
||||||
{
|
{
|
||||||
"/sys/kernel/metrics/thermal/tr_by_group/tmu/stats",
|
"/sys/kernel/metrics/thermal/tr_by_group/tmu/stats",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue