strace/xlat/perf_hw_id.in
Dmitry V. Levin c7c7f94d83 xlat: add comments to all sorted xlat files
Add a short comment describing the method used to sort entries.

* xlat/ethernet_protocols.in: Update the comment about sorting.
* xlat/fsmagic.in: Likewise.
* xlat/evdev_keycode.in: Add a comment about sorting.
* xlat/hw_breakpoint_type.in: Likewise.
* xlat/perf_hw_cache_id.in: Likewise.
* xlat/perf_hw_cache_op_id.in: Likewise.
* xlat/perf_hw_cache_op_result_id.in: Likewise.
* xlat/perf_hw_id.in: Likewise.
* xlat/perf_sw_ids.in: Likewise.
* xlat/perf_type_id.in: Likewise.
2018-03-09 02:48:30 +00:00

12 lines
428 B
Plaintext

/* sort -k2,2n */
PERF_COUNT_HW_CPU_CYCLES 0
PERF_COUNT_HW_INSTRUCTIONS 1
PERF_COUNT_HW_CACHE_REFERENCES 2
PERF_COUNT_HW_CACHE_MISSES 3
PERF_COUNT_HW_BRANCH_INSTRUCTIONS 4
PERF_COUNT_HW_BRANCH_MISSES 5
PERF_COUNT_HW_BUS_CYCLES 6
PERF_COUNT_HW_STALLED_CYCLES_FRONTEND 7
PERF_COUNT_HW_STALLED_CYCLES_BACKEND 8
PERF_COUNT_HW_REF_CPU_CYCLES 9