tracing: fix indentation of config entries
Fix indentation. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4b0eb7684a
commit
acee43a176
1 changed files with 20 additions and 18 deletions
|
@ -197,109 +197,111 @@ config TRACING_CMD_BUFFER_SIZE
|
|||
Size of tracing command buffer.
|
||||
|
||||
menu "Tracing Configuration"
|
||||
config SYSCALL_TRACING
|
||||
|
||||
config SYSCALL_TRACING
|
||||
bool "Enable tracing Syscalls"
|
||||
default y
|
||||
help
|
||||
Enable tracing Syscalls.
|
||||
|
||||
config TRACING_THREAD
|
||||
config TRACING_THREAD
|
||||
bool "Enable tracing Threads"
|
||||
default y
|
||||
help
|
||||
Enable tracing Threads.
|
||||
|
||||
config TRACING_WORK
|
||||
config TRACING_WORK
|
||||
bool "Enable tracing Work"
|
||||
default y
|
||||
help
|
||||
Enable tracing Work and Work queue events
|
||||
|
||||
config TRACING_ISR
|
||||
config TRACING_ISR
|
||||
bool "Enable tracing ISRs"
|
||||
default y
|
||||
help
|
||||
Enable tracing ISRs. This requires the backend to be
|
||||
very low-latency.
|
||||
|
||||
config TRACING_SEMAPHORE
|
||||
config TRACING_SEMAPHORE
|
||||
bool "Enable tracing Semaphores"
|
||||
default y
|
||||
help
|
||||
Enable tracing Semaphores.
|
||||
|
||||
config TRACING_MUTEX
|
||||
config TRACING_MUTEX
|
||||
bool "Enable tracing Mutexes"
|
||||
default y
|
||||
help
|
||||
Enable tracing Mutexes.
|
||||
|
||||
config TRACING_CONDVAR
|
||||
config TRACING_CONDVAR
|
||||
bool "Enable tracing Condition Variables"
|
||||
default y
|
||||
help
|
||||
Enable tracing Condition Variables
|
||||
|
||||
config TRACING_QUEUE
|
||||
config TRACING_QUEUE
|
||||
bool "Enable tracing Queues"
|
||||
default y
|
||||
help
|
||||
Enable tracing Queues.
|
||||
|
||||
config TRACING_FIFO
|
||||
config TRACING_FIFO
|
||||
bool "Enable tracing FIFO queues"
|
||||
default y
|
||||
help
|
||||
Enable tracing FIFO queues.
|
||||
|
||||
config TRACING_LIFO
|
||||
config TRACING_LIFO
|
||||
bool "Enable tracing LIFO queues"
|
||||
default y
|
||||
help
|
||||
Enable tracing LIFO queues.
|
||||
|
||||
config TRACING_STACK
|
||||
config TRACING_STACK
|
||||
bool "Enable tracing Memory Stacks"
|
||||
default y
|
||||
help
|
||||
Enable tracing Memory Stacks.
|
||||
|
||||
config TRACING_MESSAGE_QUEUE
|
||||
config TRACING_MESSAGE_QUEUE
|
||||
bool "Enable tracing Message Queues"
|
||||
default y
|
||||
help
|
||||
Enable tracing Message Queues.
|
||||
|
||||
config TRACING_MAILBOX
|
||||
config TRACING_MAILBOX
|
||||
bool "Enable tracing Mailboxes"
|
||||
default y
|
||||
help
|
||||
Enable tracing Mailboxes.
|
||||
|
||||
config TRACING_PIPE
|
||||
config TRACING_PIPE
|
||||
bool "Enable tracing Pipes"
|
||||
default y
|
||||
help
|
||||
Enable tracing Pipes.
|
||||
|
||||
config TRACING_HEAP
|
||||
config TRACING_HEAP
|
||||
bool "Enable tracing Memory Heaps"
|
||||
default y
|
||||
help
|
||||
Enable tracing Memory Heaps.
|
||||
|
||||
config TRACING_MEMORY_SLAB
|
||||
config TRACING_MEMORY_SLAB
|
||||
bool "Enable tracing Memory Slabs"
|
||||
default y
|
||||
help
|
||||
Enable tracing Memory Slabs.
|
||||
|
||||
config TRACING_TIMER
|
||||
config TRACING_TIMER
|
||||
bool "Enable tracing Timers"
|
||||
default y
|
||||
help
|
||||
Enable tracing Timers.
|
||||
endmenu
|
||||
|
||||
endmenu # Tracing Configuration
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue