> 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:
parent
e65b97f4ec
commit
061167cd10
3 changed files with 688 additions and 4 deletions
|
@ -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"
|
||||
|
|
683
nemu/compile_commands.events.json
Normal file
683
nemu/compile_commands.events.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,2 @@
|
|||
#include <elf.h>
|
||||
|
||||
#ifdef CONFIG_FTRACE
|
||||
if
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue