tracing: support generic tracing hooks
Define generic interface and hooks for tracing to replace kernel_event_logger and existing tracing facilities with something more common. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9038416bdd
commit
b6304e66f6
17 changed files with 206 additions and 25 deletions
|
@ -4967,6 +4967,7 @@ inline void *operator new[](size_t size, void *ptr)
|
|||
|
||||
#endif /* defined(CONFIG_CPLUSPLUS) && defined(__cplusplus) */
|
||||
|
||||
#include <tracing.h>
|
||||
#include <syscalls/kernel.h>
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue