ring_buffer: remove broken object_tracing support
The library has incomplete tracing support. Given that we are not a true kernel object, remove support instead of fixing it. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
72046a8abc
commit
89c1ab6b18
3 changed files with 0 additions and 11 deletions
|
@ -28,8 +28,6 @@ extern struct k_msgq *_trace_list_k_msgq;
|
|||
extern struct k_mbox *_trace_list_k_mbox;
|
||||
extern struct k_pipe *_trace_list_k_pipe;
|
||||
|
||||
extern struct ring_buf *_trace_list_sys_ring_buf;
|
||||
|
||||
/**
|
||||
* @def SYS_TRACING_HEAD
|
||||
*
|
||||
|
|
|
@ -97,9 +97,5 @@
|
|||
} \
|
||||
while (0)
|
||||
|
||||
struct ring_buf;
|
||||
|
||||
extern struct ring_buf *_trace_list_sys_ring_buf;
|
||||
|
||||
#endif /*CONFIG_OBJECT_TRACING*/
|
||||
#endif /*_OBJECT_TRACING_COMMON_H_*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue