tracing: fix indentation of config entries

Fix indentation.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-05-20 08:14:47 -04:00 committed by Kumar Gala
commit acee43a176

View file

@ -197,109 +197,111 @@ config TRACING_CMD_BUFFER_SIZE
Size of tracing command buffer. Size of tracing command buffer.
menu "Tracing Configuration" menu "Tracing Configuration"
config SYSCALL_TRACING
config SYSCALL_TRACING
bool "Enable tracing Syscalls" bool "Enable tracing Syscalls"
default y default y
help help
Enable tracing Syscalls. Enable tracing Syscalls.
config TRACING_THREAD config TRACING_THREAD
bool "Enable tracing Threads" bool "Enable tracing Threads"
default y default y
help help
Enable tracing Threads. Enable tracing Threads.
config TRACING_WORK config TRACING_WORK
bool "Enable tracing Work" bool "Enable tracing Work"
default y default y
help help
Enable tracing Work and Work queue events Enable tracing Work and Work queue events
config TRACING_ISR config TRACING_ISR
bool "Enable tracing ISRs" bool "Enable tracing ISRs"
default y default y
help help
Enable tracing ISRs. This requires the backend to be Enable tracing ISRs. This requires the backend to be
very low-latency. very low-latency.
config TRACING_SEMAPHORE config TRACING_SEMAPHORE
bool "Enable tracing Semaphores" bool "Enable tracing Semaphores"
default y default y
help help
Enable tracing Semaphores. Enable tracing Semaphores.
config TRACING_MUTEX config TRACING_MUTEX
bool "Enable tracing Mutexes" bool "Enable tracing Mutexes"
default y default y
help help
Enable tracing Mutexes. Enable tracing Mutexes.
config TRACING_CONDVAR config TRACING_CONDVAR
bool "Enable tracing Condition Variables" bool "Enable tracing Condition Variables"
default y default y
help help
Enable tracing Condition Variables Enable tracing Condition Variables
config TRACING_QUEUE config TRACING_QUEUE
bool "Enable tracing Queues" bool "Enable tracing Queues"
default y default y
help help
Enable tracing Queues. Enable tracing Queues.
config TRACING_FIFO config TRACING_FIFO
bool "Enable tracing FIFO queues" bool "Enable tracing FIFO queues"
default y default y
help help
Enable tracing FIFO queues. Enable tracing FIFO queues.
config TRACING_LIFO config TRACING_LIFO
bool "Enable tracing LIFO queues" bool "Enable tracing LIFO queues"
default y default y
help help
Enable tracing LIFO queues. Enable tracing LIFO queues.
config TRACING_STACK config TRACING_STACK
bool "Enable tracing Memory Stacks" bool "Enable tracing Memory Stacks"
default y default y
help help
Enable tracing Memory Stacks. Enable tracing Memory Stacks.
config TRACING_MESSAGE_QUEUE config TRACING_MESSAGE_QUEUE
bool "Enable tracing Message Queues" bool "Enable tracing Message Queues"
default y default y
help help
Enable tracing Message Queues. Enable tracing Message Queues.
config TRACING_MAILBOX config TRACING_MAILBOX
bool "Enable tracing Mailboxes" bool "Enable tracing Mailboxes"
default y default y
help help
Enable tracing Mailboxes. Enable tracing Mailboxes.
config TRACING_PIPE config TRACING_PIPE
bool "Enable tracing Pipes" bool "Enable tracing Pipes"
default y default y
help help
Enable tracing Pipes. Enable tracing Pipes.
config TRACING_HEAP config TRACING_HEAP
bool "Enable tracing Memory Heaps" bool "Enable tracing Memory Heaps"
default y default y
help help
Enable tracing Memory Heaps. Enable tracing Memory Heaps.
config TRACING_MEMORY_SLAB config TRACING_MEMORY_SLAB
bool "Enable tracing Memory Slabs" bool "Enable tracing Memory Slabs"
default y default y
help help
Enable tracing Memory Slabs. Enable tracing Memory Slabs.
config TRACING_TIMER config TRACING_TIMER
bool "Enable tracing Timers" bool "Enable tracing Timers"
default y default y
help help
Enable tracing Timers. Enable tracing Timers.
endmenu
endmenu # Tracing Configuration
endif endif