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.
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
/* sort -k2,2n */
|
|
PERF_COUNT_HW_CACHE_OP_READ 0
|
|
PERF_COUNT_HW_CACHE_OP_WRITE 1
|
|
PERF_COUNT_HW_CACHE_OP_PREFETCH 2
|