Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b77d896ff62e9f6aa0beab732edda1d2a15a1528
/
.
/
subsys
/
tracing
/
tracing_none.c
blob: b630e506dfa3ee66796618dbef3908e0b7e71063 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2019 Intel corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
void
sys_trace_isr_enter
(
void
)
{}
void
sys_trace_isr_exit
(
void
)
{}
void
sys_trace_isr_exit_to_scheduler
(
void
)
{}
void
sys_trace_idle
(
void
)
{}