Lines Matching +full:per +full:- +full:console
11 - Written for: 6.12
14 ------------
21 $ sudo mount -t tracefs tracefs /sys/kernel/tracing
25 --------------------
57 ------------------------
68 buffer when a oops occurs to the console. This can be useful if the console
69 is being logged somewhere. If a serial console is used, it may be prudent to
76 Note, the tracing buffer is made up of per CPU buffers where each of these
77 buffers is broken up into sub-buffers that are by default PAGE_SIZE. The
78 above trace_buf_size option above sets each of the per CPU buffers to 50K,
82 -------------------------------
100 reserved. As the ring buffer is broke up into per CPU buffers, the 12
102 each per CPU ring buffer will be 1.5 megabytes in size. Note, that also
142 -----------------------------------------