Optimize interrupts trace buffer size
Reduce the trace buffer size further Bug: 383121598 Test: Manually observed the optimized trace settings Flag: EXEMPT, optimize interrupt tracing. Change-Id: Id6e02df4d73a97b99a019b210dbd508b115462fc Signed-off-by: Chintan Pandya <chintanpandya@google.com>
This commit is contained in:
parent
a67610e46e
commit
60a9a7b17b
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ on init
|
|||
# Keep the buffer size small. This size is practically enough for debug purpose.
|
||||
# Having low size helps because this entire buffer gets dumped in bugreport.
|
||||
# Having a large size can impact bugreport size and time it takes to pack/unpack.
|
||||
write /sys/kernel/tracing/instances/irq_gia_google/buffer_size_kb 64
|
||||
write /sys/kernel/tracing/instances/irq_gia_google/buffer_size_kb 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue