Lines Matching full:print
13 print(f"CPU 0 has {cpu_cstates_count} c-states")
15 print(f"cstate count error: return code: {cpu_cstates_count}")
24 print(f"CPU state disabled")
26 print(f"Idlestate not available")
28 print(f"Disabling is not supported by the kernel")
30 print(f"No write access to disable/enable C-states: try using sudo")
32 print(f"Not documented: {cstate_disabled}")
41 print(f"CPU is disabled")
43 print(f"CPU is enabled")
45 print(f"Idlestate not available")
47 print(f"Disabling is not supported by kernel")
49 print(f"Not documented: {is_cstate_disabled}")
56 print(f"Number of total cpus: {total_cpus} and number of cores: {topo.cores}")
58 print(f"Error: could not get cpu topology")