pa2.2: add ITRACE buffer
This commit is contained in:
parent
d67fb1138a
commit
c917083554
7 changed files with 39 additions and 10 deletions
|
@ -151,6 +151,10 @@ config ITRACE_COND
|
|||
string "Only trace instructions when the condition is true"
|
||||
default "true"
|
||||
|
||||
config ITRACE_BUFFER
|
||||
depends on ITRACE
|
||||
int "Buffer size for intruction trace (unit: number of instructions)"
|
||||
default 10
|
||||
|
||||
config DIFFTEST
|
||||
depends on TARGET_NATIVE_ELF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue