> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
 18:55:11  up   8:31,  2 users,  load average: 1.08, 0.84, 0.66
This commit is contained in:
tracer-ysyx 2024-03-13 18:55:11 +08:00 committed by xinyangli
parent e65b97f4ec
commit 061167cd10
3 changed files with 688 additions and 4 deletions

View file

@ -179,6 +179,11 @@ config FTRACE
bool "Enable function tracer"
default y
config FTRACE_STACK_SIZE
depends on FTRACE
int "Max function track stack size"
default 100
config FTRACE_LOG
depends on FTRACE
bool "Print log when entering a funciton"

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,2 @@
#include <elf.h>
#ifdef CONFIG_FTRACE
if
#endif