1 /*
2  * Copyright (c) 2019 Intel corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 
sys_trace_isr_enter(void)8 void sys_trace_isr_enter(void) {}
9 
sys_trace_isr_exit(void)10 void sys_trace_isr_exit(void) {}
11 
sys_trace_isr_exit_to_scheduler(void)12 void sys_trace_isr_exit_to_scheduler(void) {}
13 
sys_trace_idle(void)14 void sys_trace_idle(void) {}
15