Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
Dintel-pt-events.py75 last_cstate = (payload >> 4) & 0xf
78 (deepest_cstate, last_cstate, wake_reason), end=' ')
Dexport-to-sqlite.py773 last_cstate = (payload >> 4) & 0xf
777 pwrx_query.addBindValue(str(last_cstate))
Dexport-to-postgresql.py1089 last_cstate = (payload >> 4) & 0xf
1091 value = struct.pack("!hiqiiiiii", 4, 8, id, 4, deepest_cstate, 4, last_cstate, 4, wake_reason)
/tools/perf/util/
Devent.h234 last_cstate : 4, member
/tools/perf/
Dbuiltin-script.c1586 data->deepest_cstate, data->last_cstate, in perf_sample__fprintf_synth_pwrx()