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:
Anas Nashif 2016-12-18 06:57:45 -05:00
commit 2f203c2f92
15 changed files with 66 additions and 59 deletions

View file

@ -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)
{