diff options
author | Taeung Song <treeze.taeung@gmail.com> | 2016-02-26 22:14:25 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-02-29 11:34:28 -0300 |
commit | c42de706dad3f39c1f65e473a1d165ea33f8b6e8 (patch) | |
tree | 44d69ea6c48047adf54c387df7c0246791c3b0b6 /kernel/trace | |
parent | 67d5268908283c187e0a460048a423256c2fb288 (diff) | |
download | op-kernel-dev-c42de706dad3f39c1f65e473a1d165ea33f8b6e8.zip op-kernel-dev-c42de706dad3f39c1f65e473a1d165ea33f8b6e8.tar.gz |
perf trace: Check and discard not only 'nr' but also '__syscall_nr'
Format fields of a syscall have the first variable '__syscall_nr' or
'nr' that mean the syscall number. But it isn't relevant here so drop
it.
'nr' among fields of syscall was renamed '__syscall_nr'. So add
exception handling to drop '__syscall_nr' and modify the comment for
this excpetion handling.
Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1456492465-5946-1-git-send-email-treeze.taeung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'kernel/trace')
0 files changed, 0 insertions, 0 deletions