MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_power_cpufreq

Function test_power_cpufreq

dpdk/app/test/test_power_cpufreq.c:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#ifndef RTE_LIB_POWER
17
18static int
19test_power_cpufreq(void)
20{
21 printf("Power management library not supported, skipping test\n");
22 return TEST_SKIPPED;
23}
24
25static int
26test_power_caps(void)

Callers

nothing calls this directly

Calls 14

rte_lcore_cpusetFunction · 0.85
rte_power_initFunction · 0.85
rte_power_unset_envFunction · 0.85
rte_power_get_envFunction · 0.85
rte_power_exitFunction · 0.85
check_power_freqsFunction · 0.85
check_power_get_freqFunction · 0.85
check_power_set_freqFunction · 0.85
check_power_freq_downFunction · 0.85
check_power_freq_upFunction · 0.85
check_power_freq_maxFunction · 0.85
check_power_freq_minFunction · 0.85

Tested by

no test coverage detected