Home
last modified time | relevance | path

Searched refs:subcstate (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/perf/scripts/python/
Dexport-to-sqlite.py757 subcstate = (payload >> 8) & 0xf
760 pwre_query.addBindValue(str(subcstate))
Dintel-pt-events.py134 subcstate = (payload >> 8) & 0xf
135 print("hw: %u cstate: %u sub-cstate: %u" % (hw, cstate, subcstate),
Dexport-to-postgresql.py1077 subcstate = (payload >> 8) & 0xf
1078 value = struct.pack("!hiqiiiiiB", 4, 8, id, 4, cstate, 4, subcstate, 1, hw)
/linux-5.19.10/tools/perf/util/
Devent.h233 subcstate : 4, member
/linux-5.19.10/tools/perf/
Dbuiltin-script.c1811 data->hw, data->cstate, data->subcstate); in perf_sample__fprintf_synth_pwre()