Searched refs:hw (Results 1 – 11 of 11) sorted by relevance
/tools/perf/scripts/python/ |
D | intel-pt-events.py | 59 hw = (payload >> 7) & 1 62 print("hw: %u cstate: %u sub-cstate: %u" % (hw, cstate, subcstate),
|
D | export-to-sqlite.py | 752 hw = (payload >> 7) & 1 758 pwre_query.addBindValue(str(hw))
|
D | export-to-postgresql.py | 1072 hw = (payload >> 7) & 1 1075 value = struct.pack("!hiqiiiiiB", 4, 8, id, 4, cstate, 4, subcstate, 1, hw)
|
/tools/perf/Documentation/ |
D | perf-list.txt | 12 [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
|
D | perf-script.txt | 121 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",
|
D | intel-pt.txt | 792 pwre: hw: 0 cstate: 2 sub-cstate: 0
|
/tools/perf/util/ |
D | event.h | 208 hw : 1, member
|
/tools/perf/ |
D | design.txt | 6 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
|
D | builtin-script.c | 1561 data->hw, data->cstate, data->subcstate); in perf_sample__fprintf_synth_pwre()
|
/tools/include/uapi/linux/ |
D | pkt_sched.h | 704 __u8 hw; member
|
D | kvm.h | 275 } hw; member
|