Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 9 of 9) sorted by relevance

/percepio-3.7.0/TraceRecorder/streamports/Jlink_RTT/
DKconfig16 Default buffer size for Tracealyzer is 5000 bytes.
29 Default buffer size for Tracealyzer is 32 bytes.
121 Defines the number of transferred bytes needed to trigger another immediate transfer.
/percepio-3.7.0/TraceRecorder/kernelports/Zephyr/include/
Dtracing_tracerecorder.h727 sys_trace_k_heap_init(h, mem, bytes)
730 sys_trace_k_heap_aligned_alloc_enter(h, bytes, timeout)
733 sys_trace_k_heap_aligned_alloc_blocking(h, bytes, timeout)
736 sys_trace_k_heap_aligned_alloc_exit(h, bytes, timeout, blocked_alloc, ret)
739 sys_trace_k_heap_alloc_enter(h, bytes, timeout)
742 sys_trace_k_heap_alloc_exit(h, bytes, timeout, ret)
1195 void sys_trace_k_heap_init(struct k_heap *h, void *mem, size_t bytes);
1196 void sys_trace_k_heap_alloc_enter(struct k_heap *h, size_t bytes,
1198 void sys_trace_k_heap_alloc_exit(struct k_heap *h, size_t bytes,
1200 void sys_trace_k_heap_aligned_alloc_enter(struct k_heap *h, size_t bytes,
[all …]
/percepio-3.7.0/TraceRecorder/streamports/File/
DKconfig43 Defines the number of transferred bytes needed to trigger another immediate transfer.
/percepio-3.7.0/TraceRecorder/streamports/ARM_ITM/
DKconfig47 Defines the number of transferred bytes needed to trigger another immediate transfer.
/percepio-3.7.0/TraceRecorder/kernelports/Zephyr/streamports/Semihost/
DKconfig43 Defines the number of transferred bytes needed to trigger another immediate transfer.
/percepio-3.7.0/TraceRecorder/kernelports/Zephyr/
DtrcKernelPort.c1232 void sys_trace_k_heap_init(struct k_heap *h, void *mem, size_t bytes) { in sys_trace_k_heap_init() argument
1233 …AP_INIT, (TraceUnsignedBaseType_t)h, (TraceUnsignedBaseType_t)mem, (TraceUnsignedBaseType_t)bytes); in sys_trace_k_heap_init()
1236 void sys_trace_k_heap_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) { in sys_trace_k_heap_alloc_enter() argument
1237 …HEAP_ALLOC_BLOCKING, (TraceUnsignedBaseType_t)h, (TraceUnsignedBaseType_t)bytes, (TraceUnsignedBas… in sys_trace_k_heap_alloc_enter()
1240 void sys_trace_k_heap_alloc_exit(struct k_heap *h, size_t bytes, k_timeout_t timeout, void *ret) { in sys_trace_k_heap_alloc_exit() argument
1244 void sys_trace_k_heap_aligned_alloc_enter(struct k_heap *h, size_t bytes, k_timeout_t timeout) { in sys_trace_k_heap_aligned_alloc_enter() argument
1248 void sys_trace_k_heap_aligned_alloc_blocking(struct k_heap *h, size_t bytes, k_timeout_t timeout) { in sys_trace_k_heap_aligned_alloc_blocking() argument
1249 …GNED_ALLOC_BLOCKING, (TraceUnsignedBaseType_t)h, (TraceUnsignedBaseType_t)bytes, (TraceUnsignedBas… in sys_trace_k_heap_aligned_alloc_blocking()
1252 void sys_trace_k_heap_aligned_alloc_exit(struct k_heap *h, size_t bytes, k_timeout_t timeout, bool … in sys_trace_k_heap_aligned_alloc_exit() argument
1258 …IGNED_ALLOC_SUCCESS, (TraceUnsignedBaseType_t)h, (TraceUnsignedBaseType_t)bytes, (TraceUnsignedBas… in sys_trace_k_heap_aligned_alloc_exit()
/percepio-3.7.0/TraceRecorder/streamports/STM32_USB_CDC/
DReadme-Streamport.txt88 each time a buffer page is transmitted, showing the number of bytes sent and the
/percepio-3.7.0/DFM/kernelports/Zephyr/
DKconfig217 How many bytes to dump from the stack (relative to the current stack pointer)
/percepio-3.7.0/TraceRecorder/config/
DKconfig386 Default value is 1000, which means that 4000 bytes is allocated for the
407 This defines the capacity of the symbol table, in bytes. This symbol table
412 32-bit pointer, i.e., using 4 bytes rather than 0.