diff options
author | Taeung Song <treeze.taeung@gmail.com> | 2016-02-26 14:14:25 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-02-29 15:34:28 +0100 |
commit | c42de706dad3f39c1f65e473a1d165ea33f8b6e8 (patch) | |
tree | 44d69ea6c48047adf54c387df7c0246791c3b0b6 /kernel | |
parent | perf tools: Fix python extension build (diff) | |
download | linux-c42de706dad3f39c1f65e473a1d165ea33f8b6e8.tar.xz linux-c42de706dad3f39c1f65e473a1d165ea33f8b6e8.zip |
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')
0 files changed, 0 insertions, 0 deletions