> compile NEMU
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 21:04:57 up 4 days, 16:10, 1 user, load average: 1.27, 0.63, 0.51
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
menuconfig TRACE
|
||||
menu "TRACE"
|
||||
|
||||
config TRACE
|
||||
depends on TARGET_NATIVE_ELF && ENGINE_INTERPRETER
|
||||
bool "Enable tracer"
|
||||
default y
|
||||
|
||||
if TRACE
|
||||
|
||||
config TRACE_START
|
||||
depends on TRACE
|
||||
int "When tracing is enabled (unit: number of instructions)"
|
||||
@ -16,6 +16,7 @@ config TRACE_END
|
||||
default 10000
|
||||
|
||||
menuconfig ITRACE
|
||||
depends on TRACE
|
||||
bool "Enable instruction tracer"
|
||||
default y
|
||||
|
||||
@ -27,6 +28,7 @@ config ITRACE_COND
|
||||
endif # ITRACE
|
||||
|
||||
menuconfig IRINGBUF
|
||||
depends on TRACE
|
||||
bool "Enable iringbuf tracer"
|
||||
default n
|
||||
|
||||
@ -48,6 +50,7 @@ config IRINGBUF_DISPLAY
|
||||
endif # IRINGBUF
|
||||
|
||||
menuconfig MTRACE
|
||||
depends on TRACE
|
||||
bool "Enable memory tracer"
|
||||
default n
|
||||
|
||||
@ -69,6 +72,7 @@ config MTRACE_READ
|
||||
endif # MTRACE
|
||||
|
||||
menuconfig FTRACE
|
||||
depends on TRACE
|
||||
bool "Enable function tracer"
|
||||
default n
|
||||
|
||||
@ -85,6 +89,7 @@ config FTRACE_INST
|
||||
endif # FTRACE
|
||||
|
||||
menuconfig DTRACE
|
||||
depends on TRACE
|
||||
bool "Enable devices tracer"
|
||||
default n
|
||||
|
||||
@ -104,4 +109,4 @@ config DTRACE_READ
|
||||
|
||||
endif # DTRACE
|
||||
|
||||
endif # TRACE
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user