debug: tracing: Remove unneeded prototypes
The initial prototypes for sys_trace_* are not needed because they are either declared in the specified tracing header or as empty #defines further in the header. These actually cause linkage conflicts if CTF tracing is attempted with C++ projects. Signed-off-by: Nicholas Lowell <nlowell@lexmark.com>
This commit is contained in:
parent
be0f5fe0b0
commit
797174350d
1 changed files with 0 additions and 9 deletions
|
@ -18,15 +18,6 @@
|
|||
#define SYS_TRACE_ID_SEMA_GIVE (5u + SYS_TRACE_ID_OFFSET)
|
||||
#define SYS_TRACE_ID_SEMA_TAKE (6u + SYS_TRACE_ID_OFFSET)
|
||||
|
||||
#ifdef CONFIG_TRACING
|
||||
void sys_trace_idle(void);
|
||||
void sys_trace_isr_enter(void);
|
||||
void sys_trace_isr_exit(void);
|
||||
void sys_trace_isr_exit_to_scheduler(void);
|
||||
void sys_trace_thread_switched_in(void);
|
||||
void sys_trace_thread_switched_out(void);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SEGGER_SYSTEMVIEW
|
||||
#include "tracing_sysview.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue