zephyr/kernel/include
Andy Ross f169c5bc13 kernel: Swap RUNTIME_STATS implementation
Clean up RUNTIME_STATS to separate the API from the individual data
backends.  Use the SCHED_THREAD_USAGE tracking instead of the original
for execution_cycles.  Move the kconfig for that into the runtime
stats menu, since it's part of the family now.

Also remove a lot of needless #if's around the declarations.  Unused
structs and uncalled functions don't need to be explicitly hidden.  An
attempt to access a non-existent field (e.g. "execution_cycles" if
that isn't configured) provides all the build time validation we need.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-11-08 21:32:20 -05:00
..
gen_offset.h
kernel_arch_interface.h
kernel_internal.h pm: Better return type for pm_system_suspend 2021-11-06 10:21:53 -04:00
kernel_offsets.h kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY 2021-09-28 20:15:05 -04:00
kernel_tls.h
ksched.h kernel: Swap RUNTIME_STATS implementation 2021-11-08 21:32:20 -05:00
kswap.h kernel/sched: Add "thread_usage" API for thread runtime cycle monitoring 2021-11-08 21:32:20 -05:00
mmu.h
offsets_short.h