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

/linux-master/tools/perf/scripts/python/
H A Dexport-to-sqlite.py308 'last_cstate integer,'
508 'last_cstate,'
534 'CASE WHEN selected_events.name=\'pwrx\' THEN (SELECT last_cstate FROM pwrx WHERE pwrx.id = samples.id) ELSE "" END AS last_cstate,'
776 last_cstate = (payload >> 4) & 0xf
780 pwrx_query.addBindValue(str(last_cstate))
H A Dexport-to-postgresql.py484 'last_cstate integer,'
670 'last_cstate,'
696 'FORMAT(\'%3s\', pwrx.last_cstate) AS last_cstate,'
1092 last_cstate = (payload >> 4) & 0xf
1094 value = struct.pack("!hiqiiiiii", 4, 8, id, 4, deepest_cstate, 4, last_cstate, 4, wake_reason)
H A Dintel-pt-events.py184 last_cstate = (payload >> 4) & 0xf
187 (deepest_cstate, last_cstate, wake_reason), end=' ')
/linux-master/tools/perf/util/
H A Devent.h178 last_cstate : 4, member in struct:perf_synth_intel_pwrx::__anon412::__anon413
/linux-master/tools/perf/
H A Dbuiltin-script.c1891 data->deepest_cstate, data->last_cstate,

Completed in 99 milliseconds