Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
A Dexport-to-sqlite.py754 subcstate = (payload >> 8) & 0xf
757 pwre_query.addBindValue(str(subcstate))
A Dintel-pt-events.py128 subcstate = (payload >> 8) & 0xf
129 print("hw: %u cstate: %u sub-cstate: %u" % (hw, cstate, subcstate),
A Dexport-to-postgresql.py1074 subcstate = (payload >> 8) & 0xf
1075 value = struct.pack("!hiqiiiiiB", 4, 8, id, 4, cstate, 4, subcstate, 1, hw)
/linux/tools/perf/util/
A Devent.h229 subcstate : 4, member
/linux/tools/perf/
A Dbuiltin-script.c1753 data->hw, data->cstate, data->subcstate); in perf_sample__fprintf_synth_pwre()

Completed in 18 milliseconds