Home
last modified time | relevance | path

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

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