perf tools: Update x86's syscall_64.tbl, adding preadv2 & pwritev2
Introduced in commit 4babf2c5ef
("x86: wire up preadv2 and pwritev2").
This will make 'perf trace' aware of them.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Milian Wolff <milian.wolff@kdab.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-vojoylgce2cetsy36446s5ny@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
c61fb959df
commit
042a181086
|
@ -333,6 +333,8 @@
|
||||||
324 common membarrier sys_membarrier
|
324 common membarrier sys_membarrier
|
||||||
325 common mlock2 sys_mlock2
|
325 common mlock2 sys_mlock2
|
||||||
326 common copy_file_range sys_copy_file_range
|
326 common copy_file_range sys_copy_file_range
|
||||||
|
327 64 preadv2 sys_preadv2
|
||||||
|
328 64 pwritev2 sys_pwritev2
|
||||||
|
|
||||||
#
|
#
|
||||||
# x32-specific system call numbers start at 512 to avoid cache impact
|
# x32-specific system call numbers start at 512 to avoid cache impact
|
||||||
|
|
Loading…
Reference in New Issue