Re: [PATCH 10/40] tracing: add tracing support for compat syscalls

2010-06-23 Thread Frederic Weisbecker
On Wed, Jun 23, 2010 at 11:26:26AM -0400, Steven Rostedt wrote: > On Wed, 2010-06-23 at 20:02 +1000, Ian Munsie wrote: > > From: Jason Baron > > > > Add core support to event tracing for compat syscalls. The basic idea is > > that we > > check if we have a compat task via 'is_compat_task()'. If

Re: [PATCH 10/40] tracing: add tracing support for compat syscalls

2010-06-23 Thread Steven Rostedt
On Wed, 2010-06-23 at 20:02 +1000, Ian Munsie wrote: > From: Jason Baron > > Add core support to event tracing for compat syscalls. The basic idea is that > we > check if we have a compat task via 'is_compat_task()'. If so, we lookup in the > new compat_syscalls_metadata table, the corresponding

[PATCH 10/40] tracing: add tracing support for compat syscalls

2010-06-23 Thread Ian Munsie
From: Jason Baron Add core support to event tracing for compat syscalls. The basic idea is that we check if we have a compat task via 'is_compat_task()'. If so, we lookup in the new compat_syscalls_metadata table, the corresponding struct syscall_metadata, to check syscall arguments and whether