zephyr/subsys/debug
Anas Nashif 399a0b4b31 debug: generate call graph profile data using gprof
This will generate profile data that can be analyzed using gprof. When
you build the application (currently for native_posix only), after
running the application you will get a file "gmon.out" with the call
graph which can be processed with gprof:

  gprof build/zephyr/zephyr.exe gmon.out > analysis.txt

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-04-22 16:04:08 -04:00
..
coredump kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
gdbstub
CMakeLists.txt debug: Remove deprecated CONFIG_OPENOCD_SUPPORT 2022-01-24 10:23:20 -05:00
Kconfig debug: generate call graph profile data using gprof 2022-04-22 16:04:08 -04:00
asan_hacks.c
gdbstub.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
gdbstub_backend.h
thread_analyzer.c debug: thread_analyzer: Add option to print ISR stack usage 2022-02-21 20:57:17 -05:00
thread_info.c debug: Add back openocd alias 2022-02-02 14:34:41 -05:00