tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
Use a short name for this option CONFIG_OBJECT_TRACING. Change-Id: Id27de7ef9ca299492b6b7d2324d9f5bcf8059a31 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c7f73140f6
commit
2f203c2f92
15 changed files with 66 additions and 59 deletions
|
@ -33,7 +33,7 @@ extern struct k_stack _k_stack_list_end[];
|
|||
|
||||
struct k_stack *_trace_list_k_stack;
|
||||
|
||||
#ifdef CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
|
||||
#ifdef CONFIG_OBJECT_TRACING
|
||||
|
||||
/*
|
||||
* Complete initialization of statically defined stacks.
|
||||
|
@ -52,7 +52,7 @@ static int init_stack_module(struct device *dev)
|
|||
|
||||
SYS_INIT(init_stack_module, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_OBJECTS);
|
||||
|
||||
#endif /* CONFIG_DEBUG_TRACING_KERNEL_OBJECTS */
|
||||
#endif /* CONFIG_OBJECT_TRACING */
|
||||
|
||||
void k_stack_init(struct k_stack *stack, uint32_t *buffer, int num_entries)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue