zephyr/subsys/tracing
Anas Nashif bc747e7167 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>
2021-04-16 15:31:24 -04:00
..
ctf tracing: fix empty thread name 2020-09-20 21:27:55 -04:00
include tracing: remove cpu_stats in favor of thread runtime stats 2021-04-16 15:31:24 -04:00
sysview systemview: Use common function to get sysview thread name 2020-11-21 08:29:26 -05:00
CMakeLists.txt tracing: remove cpu_stats in favor of thread runtime stats 2021-04-16 15:31:24 -04:00
Kconfig tracing: remove cpu_stats in favor of thread runtime stats 2021-04-16 15:31:24 -04:00
tracing_backend_posix.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_backend_ram.c tracing: add RAM backend 2021-03-06 07:33:59 -05:00
tracing_backend_uart.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
tracing_backend_usb.c samples: tracing: Enable USB by the application 2020-08-13 11:49:47 +02:00
tracing_buffer.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_core.c tracing: add RAM backend 2021-03-06 07:33:59 -05:00
tracing_format_async.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_format_common.c tracing: switch to cbprintf as basis for printf functionality 2020-11-13 06:38:01 -05:00
tracing_format_sync.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00