Re: [PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names

2018-04-19 Thread Thomas Gleixner
On Wed, 18 Apr 2018, Steven Rostedt wrote: > On Wed, 18 Apr 2018 20:17:29 +0200 > Dominik Brodowski wrote: > > > Acked-by: Dominik Brodowski > > Thanks! > > Ingo, Thomas, Peter, > > I can take this in my tree, as I have a couple of

Re: [PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names

2018-04-19 Thread Thomas Gleixner
On Wed, 18 Apr 2018, Steven Rostedt wrote: > On Wed, 18 Apr 2018 20:17:29 +0200 > Dominik Brodowski wrote: > > > Acked-by: Dominik Brodowski > > Thanks! > > Ingo, Thomas, Peter, > > I can take this in my tree, as I have a couple of patches that need to > go mainline as well. > > OK with you

Re: [PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names

2018-04-18 Thread Steven Rostedt
On Wed, 18 Apr 2018 20:17:29 +0200 Dominik Brodowski wrote: > Acked-by: Dominik Brodowski Thanks! Ingo, Thomas, Peter, I can take this in my tree, as I have a couple of patches that need to go mainline as well. OK with you if I do? --

Re: [PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names

2018-04-18 Thread Steven Rostedt
On Wed, 18 Apr 2018 20:17:29 +0200 Dominik Brodowski wrote: > Acked-by: Dominik Brodowski Thanks! Ingo, Thomas, Peter, I can take this in my tree, as I have a couple of patches that need to go mainline as well. OK with you if I do? -- Steve

Re: [PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names

2018-04-18 Thread Dominik Brodowski
On Wed, Apr 18, 2018 at 11:45:09AM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > Arnaldo noticed that the latest kernel is missing the syscall event system > directory in x86. I bisected it down to d5a00528b58c ("syscalls/core, > syscalls/x86: Rename

Re: [PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names

2018-04-18 Thread Dominik Brodowski
On Wed, Apr 18, 2018 at 11:45:09AM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > Arnaldo noticed that the latest kernel is missing the syscall event system > directory in x86. I bisected it down to d5a00528b58c ("syscalls/core, > syscalls/x86: Rename struct pt_regs-based

[PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names

2018-04-18 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" Arnaldo noticed that the latest kernel is missing the syscall event system directory in x86. I bisected it down to d5a00528b58c ("syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys_*()"). The system call trace

[PATCH v3] tracing/x86: Update syscall trace events to handle new prefixed syscall func names

2018-04-18 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" Arnaldo noticed that the latest kernel is missing the syscall event system directory in x86. I bisected it down to d5a00528b58c ("syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys_*()"). The system call trace events are special, as