Searched refs:subcstate (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 757 subcstate = (payload >> 8) & 0xf 760 pwre_query.addBindValue(str(subcstate))
|
D | intel-pt-events.py | 134 subcstate = (payload >> 8) & 0xf 135 print("hw: %u cstate: %u sub-cstate: %u" % (hw, cstate, subcstate),
|
D | export-to-postgresql.py | 1077 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/ |
D | event.h | 254 subcstate : 4, member
|
/linux-6.1.9/tools/perf/ |
D | builtin-script.c | 1824 data->hw, data->cstate, data->subcstate); in perf_sample__fprintf_synth_pwre()
|