tracing: remove cpu_stats in favor of thread runtime stats
Removing CONFIG_TRACING_CPU_STATS in favor of CONFIG_THREAD_RUNTIME_STATS which provides per thread stats. The same functionality is also available when Thread analyzer is enabled with the runtime stats enabled. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
36d96d2cd9
commit
bc747e7167
9 changed files with 5 additions and 282 deletions
|
@ -1,10 +1,5 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_sources_ifdef(
|
||||
CONFIG_TRACING_CPU_STATS
|
||||
cpu_stats.c
|
||||
)
|
||||
|
||||
zephyr_sources_ifdef(
|
||||
CONFIG_TRACING_CORE
|
||||
tracing_buffer.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue