tracing_none.c 294 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2019 Intel corporation
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #include <init.h>
  7. #include <string.h>
  8. #include <kernel.h>
  9. void sys_trace_isr_enter(void) {}
  10. void sys_trace_isr_exit(void) {}
  11. void sys_trace_isr_exit_to_scheduler(void) {}
  12. void sys_trace_idle(void) {}