On Sun, 28 Feb 2016 01:10:19 +0900 Taeung Song <[email protected]> wrote:
> I got it :-) > In conclusion, output of format > (/sys/kernel/debug/tracing/events/syscalls/*/format) > has __syscall_nr for syscall number but the kernel structure > 'syscall_trace_enter' and 'syscall_trace_exit' have not __syscall_nr > variable. > Is it right ? Correct. Just change the output of the format file. Not the data structures in the kernel. Thanks, -- Steve

