* linux/bfin/syscallent.h: Rename perf_counter_open to perf_event_open. Add recvmmsg.
Signed-off-by: Mike Frysinger <[email protected]> --- linux/bfin/syscallent.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h index 9577d1f..a761d07 100644 --- a/linux/bfin/syscallent.h +++ b/linux/bfin/syscallent.h @@ -397,4 +397,5 @@ { 5, TD, printargs, "preadv" }, /* 366 */ { 5, TD, printargs, "pwritev" }, /* 367 */ { 4, TP|TS, printargs, "rt_tgsigqueueinfo" }, /* 368 */ - { 5, 0, printargs, "perf_counter_open" }, /* 369 */ + { 5, 0, printargs, "perf_event_open" }, /* 369 */ + { 5, 0, printargs, "recvmmsg" }, /* 370 */ -- 1.7.0 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
