mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:44:41 +01:00
Add support for displaying bitmasks in human-readable list format (e.g., 0,2-5,7) in addition to the default hexadecimal bitmap representation. This is particularly useful when tracing CPU masks and other large bitmasks where individual bit positions are more meaningful than their hexadecimal encoding. When the "bitmask-list" option is enabled, the printk "%*pbl" format specifier is used to render bitmasks as comma-separated ranges, making trace output easier to interpret for complex CPU configurations and large bitmask values. Link: https://patch.msgid.link/20251226160724.2246493-2-atomlin@atomlin.com Signed-off-by: Aaron Tomlin <atomlin@atomlin.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> |
||
|---|---|---|
| .. | ||
| init.h | ||
| stage1_struct_define.h | ||
| stage2_data_offsets.h | ||
| stage3_trace_output.h | ||
| stage4_event_fields.h | ||
| stage5_get_offsets.h | ||
| stage6_event_callback.h | ||
| stage7_class_define.h | ||