Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/
Dcpuidle-info.c100 unsigned int cstate, cstates; in proc_cpuidle_cpu_output() local
112 for (cstate = 1; cstate < cstates; cstate++) { in proc_cpuidle_cpu_output()
114 "type[C%d] "), cstate, cstate); in proc_cpuidle_cpu_output()
117 cpuidle_state_latency(cpu, cstate)); in proc_cpuidle_cpu_output()
119 cpuidle_state_usage(cpu, cstate)); in proc_cpuidle_cpu_output()
121 cpuidle_state_time(cpu, cstate)); in proc_cpuidle_cpu_output()
/tools/perf/scripts/python/
Dintel-pt-events.py60 cstate = (payload >> 12) & 0xf
62 print("hw: %u cstate: %u sub-cstate: %u" % (hw, cstate, subcstate),
Dexport-to-sqlite.py753 cstate = (payload >> 12) & 0xf
756 pwre_query.addBindValue(str(cstate))
Dexport-to-postgresql.py1073 cstate = (payload >> 12) & 0xf
1075 value = struct.pack("!hiqiiiiiB", 4, 8, id, 4, cstate, 4, subcstate, 1, hw)
/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h39 typedef struct cstate { struct
Damd_fam14h_idle.c96 static int amd_fam14h_get_pci_info(struct cstate *state, in amd_fam14h_get_pci_info()
/tools/perf/util/
Devent.h218 cstate : 4, member
/tools/perf/Documentation/
Dperf-intel-pt.txt902 pwre: hw: 0 cstate: 2 sub-cstate: 0
904 pwrx: deepest cstate: 2 last cstate: 2 wake reason: 0x4
/tools/perf/
Dbuiltin-script.c1690 data->hw, data->cstate, data->subcstate); in perf_sample__fprintf_synth_pwre()