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