subsys: debug: tracing: Fix interrupt hooks
Change fixes interrupt hooks. Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit is contained in:
parent
e9432c6e94
commit
c99fd5c807
4 changed files with 15 additions and 4 deletions
|
@ -21,6 +21,7 @@
|
|||
#if CONFIG_TRACING
|
||||
void z_sys_trace_idle(void);
|
||||
void z_sys_trace_isr_enter(void);
|
||||
void z_sys_trace_isr_exit(void);
|
||||
void z_sys_trace_isr_exit_to_scheduler(void);
|
||||
void z_sys_trace_thread_switched_in(void);
|
||||
void z_sys_trace_thread_switched_out(void);
|
||||
|
@ -114,11 +115,12 @@ void z_sys_trace_thread_switched_out(void);
|
|||
#define sys_trace_end_call(id)
|
||||
|
||||
|
||||
|
||||
#define z_sys_trace_idle()
|
||||
|
||||
#define z_sys_trace_isr_enter()
|
||||
|
||||
#define z_sys_trace_isr_exit()
|
||||
|
||||
#define z_sys_trace_isr_exit_to_scheduler()
|
||||
|
||||
#define z_sys_trace_thread_switched_in()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue