Home
last modified time | relevance | path

Searched refs:last_cap (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/
DMitigationStatsReporter.cpp62 struct MitigationCap last_cap = {}; in logMitigationStatsPerHour() local
66 logMitigationCap(path, &last_cap); in logMitigationStatsPerHour()
98 tmp.set<VendorAtomValue::intValue>(last_cap.batoilo_cap); in logMitigationStatsPerHour()
100 tmp.set<VendorAtomValue::intValue>(last_cap.vdroop1_cap); in logMitigationStatsPerHour()
102 tmp.set<VendorAtomValue::intValue>(last_cap.vdroop2_cap); in logMitigationStatsPerHour()
104 tmp.set<VendorAtomValue::intValue>(last_cap.smpl_warn_cap); in logMitigationStatsPerHour()
106 tmp.set<VendorAtomValue::intValue>(last_cap.ocp_cpu1_cap); in logMitigationStatsPerHour()
108 tmp.set<VendorAtomValue::intValue>(last_cap.ocp_cpu2_cap); in logMitigationStatsPerHour()
110 tmp.set<VendorAtomValue::intValue>(last_cap.ocp_gpu_cap); in logMitigationStatsPerHour()
112 tmp.set<VendorAtomValue::intValue>(last_cap.ocp_tpu_cap); in logMitigationStatsPerHour()
[all …]
/hardware/google/pixel/pixelstats/include/pixelstats/
DMitigationStatsReporter.h81 void logMitigationCap(const std::string kMitigationDir, struct MitigationCap *last_cap);