Lines Matching refs:tracing

15 	  Enable system tracing. This requires a backend such as SEGGER
24 tracing infrastructure.
31 bool "No tracing format selected"
33 None of the available tracing formats is selected.
54 Enable tracing to a Common Trace Format stream.
60 Enable tracing for testing kinds of format purpose. It must
61 implement the tracing hooks defined in tracing_test.h
66 Use user-defined functions for tracing task switching and irqs
87 Enable synchronous tracing. This requires the backend to be
94 Enable asynchronous tracing. This will buffer all the tracing
95 packets to the ring buffer first, tracing thread will try to
96 output as much data as possible from the buffer when tracing
102 int "Stack size of tracing thread"
106 Stack size of tracing thread.
114 every first packet put to tracing buffer.
117 int "Size of tracing buffer"
122 Size of tracing buffer. If TRACING_ASYNC is enabled, tracing buffer
127 int "Max size of one tracing packet"
130 Max size of one tracing packet.
141 Use UART to output tracing data.
148 Use USB to output tracing data.
155 Use posix architecture to output tracing data to file system.
160 Use a ram buffer to output tracing data which can
169 Use ADSP memory debug memory window to output tracing data
186 USB tracing backend max packet size(endpoint MPS).
192 When enabled tracing will handle cmd from host to dynamically
193 enable and disable tracing to have host capture tracing stream
197 int "Size of tracing command buffer"
201 Size of tracing command buffer.
214 Enable tracing Syscalls.
220 Enable tracing Threads.
226 Enable tracing Work and Work queue events
232 Enable tracing ISRs. This requires the backend to be
239 Enable tracing Semaphores.
245 Enable tracing Mutexes.
251 Enable tracing Condition Variables
257 Enable tracing Queues.
263 Enable tracing FIFO queues.
269 Enable tracing LIFO queues.
275 Enable tracing Memory Stacks.
281 Enable tracing Message Queues.
287 Enable tracing Mailboxes.
293 Enable tracing Pipes.
299 Enable tracing Memory Heaps.
305 Enable tracing Memory Slabs.
311 Enable tracing Timers.
317 Enable tracing Events.
323 Enable tracing Work Polling and Polling API.
329 Enable tracing Power Management.
335 Enable tracing network objects.
342 Enable tracing network sockets.
349 Enable tracing core network IP stack, like packet reception
356 Enable tracing GPIO.
362 source "subsys/tracing/sysview/Kconfig"