Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/tools/perf/util/
Devent.h254 subcstate : 4, member
/linux-6.1.9/tools/perf/
Dbuiltin-script.c1824 data->hw, data->cstate, data->subcstate); in perf_sample__fprintf_synth_pwre()