Home
last modified time | relevance | path

Searched refs:hw (Results 1 – 11 of 11) sorted by relevance

/tools/perf/scripts/python/
Dintel-pt-events.py59 hw = (payload >> 7) & 1
62 print("hw: %u cstate: %u sub-cstate: %u" % (hw, cstate, subcstate),
Dexport-to-sqlite.py752 hw = (payload >> 7) & 1
758 pwre_query.addBindValue(str(hw))
Dexport-to-postgresql.py1072 hw = (payload >> 7) & 1
1075 value = struct.pack("!hiqiiiiiB", 4, 8, id, 4, cstate, 4, subcstate, 1, hw)
/tools/perf/Documentation/
Dperf-list.txt12 [hw|sw|cache|tracepoint|pmu|sdt|metric|metricgroup|event_glob]
265 . 'hw' or 'hardware' to list hardware events such as cache-misses, etc.
294 . '--raw-dump [hw|sw|cache|tracepoint|pmu|event_glob]', shows the raw-dump of
Dperf-script.txt121 Field list can be prepended with the type, trace, sw or hw,
129 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields>
191 "async" for "by", "hw int" for "bcyi", "tx abrt" for "bA", "tr strt" for "bB",
Dintel-pt.txt792 pwre: hw: 0 cstate: 2 sub-cstate: 0
/tools/perf/util/
Devent.h208 hw : 1, member
/tools/perf/
Ddesign.txt6 CPUs. These registers count the number of certain types of hw events: such
297 * Bits needed to read the hw counters in user-space.
331 NOTE: the hw-counter userspace bits are arch specific and are currently only
Dbuiltin-script.c1561 data->hw, data->cstate, data->subcstate); in perf_sample__fprintf_synth_pwre()
/tools/include/uapi/linux/
Dpkt_sched.h704 __u8 hw; member
Dkvm.h275 } hw; member