Home
last modified time | relevance | path

Searched refs:cpuKernel (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.hpp30 cpuKernel, enumerator
H A Dhealth_metric_collection.cpp82 else if (config.subType == MetricIntf::SubType::cpuKernel) in readCPU()
H A Dhealth_metric.cpp26 case SubType::cpuKernel: in getPath()
H A Dhealth_metric_config.cpp56 {"CPU_Kernel", SubType::cpuKernel},
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_config.cpp33 return set_t{metric::SubType::cpuTotal, metric::SubType::cpuKernel, in isValidSubType()
H A Dtest_health_metric.cpp38 config.subType = SubType::cpuKernel; in SetUp()