Skip to content

Commit 3abd3b3

Browse files
kv2019inashif
authored andcommitted
Revert "Tracing: Added missing k_thread_heap_assign trace hook"
This reverts commit 861f2a7. Signed-off-by: Kai Vehmanen <[email protected]>
1 parent 0d4f685 commit 3abd3b3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

include/kernel.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ static inline void k_thread_heap_assign(struct k_thread *thread,
359359
struct k_heap *heap)
360360
{
361361
thread->resource_pool = heap;
362-
SYS_PORT_TRACING_FUNC(k_thread, heap_assign, thread, heap);
363362
}
364363

365364
#if defined(CONFIG_INIT_STACKS) && defined(CONFIG_THREAD_STACK_INFO)

include/tracing/tracing.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,6 @@ void sys_trace_idle(void);
326326
*/
327327
#define sys_port_trace_k_thread_sched_suspend(thread)
328328

329-
/**
330-
* @brief Trace thread heap assignment
331-
* @param thread Thread object
332-
* @param heap Heap object
333-
*/
334-
#define sys_port_trace_k_thread_heap_assign(thread, heap)
335-
336329
/** @}c*/ /* end of subsys_tracing_apis_thread */
337330

338331
/**

0 commit comments

Comments
 (0)