Open honggyukim opened 1 year ago
The recent kernel shows more and more kernel functions which look unrelated so the trace output with kernel functions become too much verbose.
It'd be better to hide those kernel functions when users want, so I would like to add an option --no-kernel just like --no-libcall.
--no-kernel
--no-libcall
This option is only useful in analysis commands.
I think we can use -N .@kernel.
-N .@kernel
Does it work in replay command?
I think so.
I can’t run it now but I saw the -N func@kernel didn’t work in replay command unexpectedly.
-N func@kernel
Then it's a bug, how did it run?
The recent kernel shows more and more kernel functions which look unrelated so the trace output with kernel functions become too much verbose.
It'd be better to hide those kernel functions when users want, so I would like to add an option
--no-kernel
just like--no-libcall
.This option is only useful in analysis commands.