Revert "Tracing: Added missing k_thread_heap_assign trace hook"
This reverts commit 861f2a741f
.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
0d4f685dbd
commit
3abd3b31b7
2 changed files with 0 additions and 8 deletions
|
@ -359,7 +359,6 @@ static inline void k_thread_heap_assign(struct k_thread *thread,
|
||||||
struct k_heap *heap)
|
struct k_heap *heap)
|
||||||
{
|
{
|
||||||
thread->resource_pool = heap;
|
thread->resource_pool = heap;
|
||||||
SYS_PORT_TRACING_FUNC(k_thread, heap_assign, thread, heap);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_INIT_STACKS) && defined(CONFIG_THREAD_STACK_INFO)
|
#if defined(CONFIG_INIT_STACKS) && defined(CONFIG_THREAD_STACK_INFO)
|
||||||
|
|
|
@ -326,13 +326,6 @@ void sys_trace_idle(void);
|
||||||
*/
|
*/
|
||||||
#define sys_port_trace_k_thread_sched_suspend(thread)
|
#define sys_port_trace_k_thread_sched_suspend(thread)
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Trace thread heap assignment
|
|
||||||
* @param thread Thread object
|
|
||||||
* @param heap Heap object
|
|
||||||
*/
|
|
||||||
#define sys_port_trace_k_thread_heap_assign(thread, heap)
|
|
||||||
|
|
||||||
/** @}c*/ /* end of subsys_tracing_apis_thread */
|
/** @}c*/ /* end of subsys_tracing_apis_thread */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue