TT Zephyr Platforms
18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
debug_trace.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Tenstorrent AI ULC
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
#ifndef DEBUG_TRACE_H
7
#define DEBUG_TRACE_H
8
9
#include <
stdint.h
>
10
11
typedef
enum
{
12
StopOnFull
= 0,
13
RollOver
= 1,
14
}
TraceBufferMode
;
15
16
void
DebugTraceInit
(
TraceBufferMode
trace_buffer_mode,
uint32_t
trace_buffer_addr,
17
uint32_t
trace_buffer_size);
18
#endif
DebugTraceInit
void DebugTraceInit(TraceBufferMode trace_buffer_mode, uint32_t trace_buffer_addr, uint32_t trace_buffer_size)
Definition
debug_trace.c:91
TraceBufferMode
TraceBufferMode
Definition
debug_trace.h:11
RollOver
@ RollOver
Definition
debug_trace.h:13
StopOnFull
@ StopOnFull
Definition
debug_trace.h:12
stdint.h
uint32_t
__UINT32_TYPE__ uint32_t
lib
tenstorrent
bh_arc
debug_trace.h
Generated by
1.14.0