Home
last modified time | relevance | path

Searched refs:cstate (Results 1 – 9 of 9) sorted by relevance

/tools/power/cpupower/utils/
A Dcpuidle-info.c102 unsigned int cstate, cstates; in proc_cpuidle_cpu_output() local
114 for (cstate = 1; cstate < cstates; cstate++) { in proc_cpuidle_cpu_output()
116 "type[C%d] "), cstate, cstate); in proc_cpuidle_cpu_output()
119 cpuidle_state_latency(cpu, cstate)); in proc_cpuidle_cpu_output()
121 cpuidle_state_residency(cpu, cstate)); in proc_cpuidle_cpu_output()
123 cpuidle_state_usage(cpu, cstate)); in proc_cpuidle_cpu_output()
125 cpuidle_state_time(cpu, cstate)); in proc_cpuidle_cpu_output()
/tools/power/cpupower/utils/idle_monitor/
A Dcpupower-monitor.h39 typedef struct cstate { struct
A Damd_fam14h_idle.c96 static int amd_fam14h_get_pci_info(struct cstate *state, in amd_fam14h_get_pci_info()
/tools/perf/scripts/python/
A Dexport-to-sqlite.py756 cstate = (payload >> 12) & 0xf
759 pwre_query.addBindValue(str(cstate))
A Dintel-pt-events.py169 cstate = (payload >> 12) & 0xf
171 print("hw: %u cstate: %u sub-cstate: %u" % (hw, cstate, subcstate),
A Dexport-to-postgresql.py1076 cstate = (payload >> 12) & 0xf
1078 value = struct.pack("!hiqiiiiiB", 4, 8, id, 4, cstate, 4, subcstate, 1, hw)
/tools/perf/util/
A Devent.h165 cstate : 4, member
/tools/perf/Documentation/
A Dperf-intel-pt.txt1027 pwre: hw: 0 cstate: 2 sub-cstate: 0
1029 pwrx: deepest cstate: 2 last cstate: 2 wake reason: 0x4
/tools/perf/
A Dbuiltin-script.c1896 data->hw, data->cstate, data->subcstate); in perf_sample__fprintf_synth_pwre()

Completed in 23 milliseconds