Re: [RFC] Re: [PATCH v3 1/2] tracing/syscalls: Rename variable 'nr' to '__syscall_nr'

From: Steven Rostedt
Date: Sat Feb 27 2016 - 13:34:41 EST


On Sun, 28 Feb 2016 01:10:19 +0900
Taeung Song <treeze.taeung@xxxxxxxxx> 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