Dmitry V. Levin
c7c7f94d83
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.
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
/* sort -k2,2n */
|
|
PERF_COUNT_HW_CACHE_L1D 0
|
|
PERF_COUNT_HW_CACHE_L1I 1
|
|
PERF_COUNT_HW_CACHE_LL 2
|
|
PERF_COUNT_HW_CACHE_DTLB 3
|
|
PERF_COUNT_HW_CACHE_ITLB 4
|
|
PERF_COUNT_HW_CACHE_BPU 5
|
|
PERF_COUNT_HW_CACHE_NODE 6
|