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

/linux-master/tools/perf/scripts/python/
H A Dexport-to-sqlite.py298 'subcstate integer,'
488 'subcstate,'
530 'CASE WHEN selected_events.name=\'pwre\' THEN (SELECT subcstate FROM pwre WHERE pwre.id = samples.id) ELSE "" END AS subcstate,'
757 subcstate = (payload >> 8) & 0xf
760 pwre_query.addBindValue(str(subcstate))
H A Dexport-to-postgresql.py474 'subcstate integer,'
650 'subcstate,'
692 'FORMAT(\'%3s\', pwre.subcstate) AS subcstate,'
1077 subcstate = (payload >> 8) & 0xf
1078 value = struct.pack("!hiqiiiiiB", 4, 8, id, 4, cstate, 4, subcstate, 1, hw)
H A Dintel-pt-events.py170 subcstate = (payload >> 8) & 0xf
171 print("hw: %u cstate: %u sub-cstate: %u" % (hw, cstate, subcstate),
/linux-master/tools/perf/util/
H A Devent.h153 subcstate : 4, member in struct:perf_synth_intel_pwre::__anon408::__anon409
/linux-master/tools/perf/
H A Dbuiltin-script.c1866 data->hw, data->cstate, data->subcstate);

Completed in 135 milliseconds