]> granicus.if.org Git - strace/commitdiff
Mark io_setup and io_destroy as memory mapping related syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 9 Sep 2016 02:38:32 +0000 (02:38 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 9 Sep 2016 02:38:32 +0000 (02:38 +0000)
As io_setup syscall allocates some memory using do_mmap_pgoff, and
io_destroy deallocates this memory using vm_munmap, set TRACE_MEMORY
flag for all sysentries of io_setup and io_destroy using the following
oneliner:
sed -ri '/io_setup|io_destroy/ s/0,/TM,/' linux/*/syscallent*.h

* linux/*/syscallent*.h (io_setup, io_destroy): Change sys_flags to TM.

25 files changed:
linux/32/syscallent.h
linux/64/syscallent.h
linux/alpha/syscallent.h
linux/arm/syscallent.h
linux/avr32/syscallent.h
linux/bfin/syscallent.h
linux/hppa/syscallent.h
linux/i386/syscallent.h
linux/ia64/syscallent.h
linux/m68k/syscallent.h
linux/microblaze/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h
linux/powerpc/syscallent.h
linux/powerpc64/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/sparc64/syscallent.h
linux/x32/syscallent.h
linux/x86_64/syscallent.h
linux/xtensa/syscallent.h

index 7848c34d6d2a80f22d230ddd662510e9689156a6..2295d1e89dafc061fd1767ab132964bfcebd7b40 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef sys_ARCH_mmap
 # define sys_ARCH_mmap sys_mmap
 #endif
-[  0] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[  1] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[  0] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[  1] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [  2] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [  3] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
 [  4] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
index 55c011cf280bc6980cf530d03553146f3ed80f63..5bd6cb042d9db5449d27c8223cbc9612dfd23d59 100644 (file)
@@ -1,5 +1,5 @@
-[  0] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[  1] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[  0] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[  1] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [  2] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [  3] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
 [  4] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
index 1c3bb548b8ae991279932acdd8311aecf7033a4f..eab60a51b3fbddc34cf32b1e5a5701f047df474a 100644 (file)
 [395] = { 3,   0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
 [396] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [397] = { 5,   0,              SEN(tuxcall),                   "tuxcall"               },
-[398] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[399] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[398] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[399] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [400] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [401] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [402] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index 75f37212fb2889750e5a89098a77d8b257d9df51..356468bd5e5c1b08d0464643ae5260f27e55871e 100644 (file)
 [240] = { 6,   0,              SEN(futex),                     "futex"                 },
 [241] = { 3,   0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
 [242] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
-[243] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[244] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[243] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[244] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [245] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [246] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [247] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index 6a04889b1c4628652608935bccb053941c713d09..fbf97922f44ef21a60076767b6e14731f062d64d 100644 (file)
 [194] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [195] = { 2,   0,              SEN(capget),                    "capget"                },
 [196] = { 2,   0,              SEN(capset),                    "capset"                },
-[197] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[198] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[197] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[198] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [199] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [200] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [201] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index 022596543134e47be14e9dbe6fb77de52f6fb68c..1f905384b67b68d9a2a76558ebd9f277ca51a7d1 100644 (file)
 [242] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [243] = { 1,   0,              SEN(set_thread_area),           "set_thread_area"       },
 [244] = { 1,   0,              SEN(get_thread_area),           "get_thread_area"       },
-[245] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[246] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[245] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[246] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [247] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [248] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [249] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index 123bd03eb2656be3fbe12e14aeab5bcad8b1a95e..de0e11d088557798d0475eb115afe0b9c8ae7c08 100644 (file)
 [212] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [213] = { 5,   0,              SEN(printargs),                 "set_thread_area"       },
 [214] = { 5,   0,              SEN(printargs),                 "get_thread_area"       },
-[215] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[216] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[215] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[216] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [217] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [218] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [219] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index c0308c468ced2e7ac8c3e271c4989b3c8be583d0..307f46adad02e1188d03e12d7e0fb80ee415caf2 100644 (file)
 [242] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [243] = { 1,   0,              SEN(set_thread_area),           "set_thread_area"       },
 [244] = { 1,   0,              SEN(get_thread_area),           "get_thread_area"       },
-[245] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[246] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[245] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[246] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [247] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [248] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [249] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index 713cab89484938b357a5484cb323e556dbde7578..5ba6afb0c51d07729ca5bde9a7f0f05f82584860 100644 (file)
 [1235] = { 3,  TS,             SEN(tgkill),                    "tgkill"                },
 [1236] = { 1,  TP|SE,          SEN(exit),                      "exit_group"            },
 [1237] = { 3,  0,              SEN(lookup_dcookie),            "lookup_dcookie"        },
-[1238] = { 2,  0,              SEN(io_setup),                  "io_setup"              },
-[1239] = { 1,  0,              SEN(io_destroy),                "io_destroy"            },
+[1238] = { 2,  TM,             SEN(io_setup),                  "io_setup"              },
+[1239] = { 1,  TM,             SEN(io_destroy),                "io_destroy"            },
 [1240] = { 5,  0,              SEN(io_getevents),              "io_getevents"          },
 [1241] = { 3,  0,              SEN(io_submit),                 "io_submit"             },
 [1242] = { 3,  0,              SEN(io_cancel),                 "io_cancel"             },
index a98d27186d7147eeef8a28bfb31e984e89d9e9be..6299a037e17a34ff7d9f2801730e6d593c55cc23 100644 (file)
 [238] = { 3,   TM,             SEN(madvise),                   "madvise"               },
 [239] = { 3,   TD,             SEN(fcntl64),                   "fcntl64"               },
 [240] = { 4,   TD,             SEN(readahead),                 "readahead"             },
-[241] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[242] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[241] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[242] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [243] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [244] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [245] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index f4f09a06170bb140e27d9661a97175675757f98c..69748729fac13fbfb0cead71ebfebf721d25cbcb 100644 (file)
 [242] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [243] = { 1,   0,              SEN(set_thread_area),           "set_thread_area"       },
 [244] = { 1,   0,              SEN(get_thread_area),           "get_thread_area"       },
-[245] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[246] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[245] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[246] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [247] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [248] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [249] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index 398b12c9027543f307e696d64190dcf77e35b4bb..b061355dbf2679fe521f22fca20bc1dcd11fd9e7 100644 (file)
 [6197] = { 3,  0,              SEN(printargs),                 "cacheflush"            },
 [6198] = { 3,  0,              SEN(printargs),                 "cachectl"              },
 [6199] = { 4,  0,              SEN(sysmips),                   "sysmips"               },
-[6200] = { 2,  0,              SEN(io_setup),                  "io_setup"              },
-[6201] = { 1,  0,              SEN(io_destroy),                "io_destroy"            },
+[6200] = { 2,  TM,             SEN(io_setup),                  "io_setup"              },
+[6201] = { 1,  TM,             SEN(io_destroy),                "io_destroy"            },
 [6202] = { 5,  0,              SEN(io_getevents),              "io_getevents"          },
 [6203] = { 3,  0,              SEN(io_submit),                 "io_submit"             },
 [6204] = { 3,  0,              SEN(io_cancel),                 "io_cancel"             },
index 7321f0e7ab212b38f801ce3a2dce6e13795786b6..42c1bfd43edf89f67968f808ca6da79c9fb37f4f 100644 (file)
 [5197] = { 3,  0,              SEN(printargs),                 "cacheflush"            },
 [5198] = { 3,  0,              SEN(printargs),                 "cachectl"              },
 [5199] = { 4,  0,              SEN(sysmips),                   "sysmips"               },
-[5200] = { 2,  0,              SEN(io_setup),                  "io_setup"              },
-[5201] = { 1,  0,              SEN(io_destroy),                "io_destroy"            },
+[5200] = { 2,  TM,             SEN(io_setup),                  "io_setup"              },
+[5201] = { 1,  TM,             SEN(io_destroy),                "io_destroy"            },
 [5202] = { 5,  0,              SEN(io_getevents),              "io_getevents"          },
 [5203] = { 3,  0,              SEN(io_submit),                 "io_submit"             },
 [5204] = { 3,  0,              SEN(io_cancel),                 "io_cancel"             },
index 965b32f2313f8a253291611042cff25af6e555a8..c92005fc6006c4e79d0c4f2a4cc97b0950b61adc 100644 (file)
 [4238] = { 6,  0,              SEN(futex),                     "futex"                 },
 [4239] = { 3,  0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
 [4240] = { 3,  0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
-[4241] = { 2,  0,              SEN(io_setup),                  "io_setup"              },
-[4242] = { 1,  0,              SEN(io_destroy),                "io_destroy"            },
+[4241] = { 2,  TM,             SEN(io_setup),                  "io_setup"              },
+[4242] = { 1,  TM,             SEN(io_destroy),                "io_destroy"            },
 [4243] = { 5,  0,              SEN(io_getevents),              "io_getevents"          },
 [4244] = { 3,  0,              SEN(io_submit),                 "io_submit"             },
 [4245] = { 3,  0,              SEN(io_cancel),                 "io_cancel"             },
index f67464967d68d6161a848e03efc18408fc840ecc..b10b83ecca38e809ac37bdc5f5530707a9ebec4f 100644 (file)
 [224] = { },
 [225] = { 5,   0,              SEN(printargs),                 "tuxcall"               },
 [226] = { 4,   TD|TN,          SEN(sendfile64),                "sendfile64"            },
-[227] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[228] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[227] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[228] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [229] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [230] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [231] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index e0c18af4bfcec906be14dde20c70b9e24b3d367f..ba22c3c109e87fa60fddcf824ef3a69d36f1b134 100644 (file)
 [224] = { },
 [225] = { 5,   0,              SEN(printargs),                 "tuxcall"               },
 [226] = { },
-[227] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[228] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[227] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[228] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [229] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [230] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [231] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index 87ece15739e3f3c9aba7d4716bf9d9d4fc8e5a45..a7004ae7c45900747b7ae11fb68b3bd7fa3d7ebf 100644 (file)
 [240] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [241] = { 3,   TS,             SEN(tgkill),                    "tgkill"                },
 [242] = { },
-[243] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[244] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[243] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[244] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [245] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [246] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [247] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index bf9c9fa9383f5391c09f6434d5e49c7d8a044486..9d1e94400568c1a05b3708c96ddb7a501254b4d6 100644 (file)
 [240] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [241] = { 3,   TS,             SEN(tgkill),                    "tgkill"                },
 [242] = { },
-[243] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[244] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[243] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[244] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [245] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [246] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [247] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index b5a83e3655cbc9be401775de1e0de18f4c86ae11..5a0bef00f23b062ce35f5928c73f82feab979beb 100644 (file)
 [241] = { 3,   0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
 [242] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [243 ... 244] = { },
-[245] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[246] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[245] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[246] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [247] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [248] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [249] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index 4d6e6402a9ad2f1def1fd767dd33eddecc42dea6..c80abb41cd0ad7625c5c4901ad2af65c84ba66a9 100644 (file)
 [269] = { 3,   0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
 [270] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [271 ... 272] = { },
-[273] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[274] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[273] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[274] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [275] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [276] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [277] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index b2e51f304ec0fd64651084c3343183877d8154da..69f5f4744f3558c14019339c910495bc30fab211 100644 (file)
 [265] = { 1,   0,              SEN(timer_delete),              "timer_delete"          },
 [266] = { 3,   0,              SEN(timer_create),              "timer_create"          },
 [267] = { },
-[268] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[269] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[268] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[269] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [270] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [271] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
 [272] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
index 6f6b8c272bfb94769d99c1b699d1f546760db84f..9660a27674cba7338fee5f98b34e822ef1faeb6b 100644 (file)
 [265] = { 1,   0,              SEN(timer_delete),              "timer_delete"          },
 [266] = { 3,   0,              SEN(timer_create),              "timer_create"          },
 [267] = { },
-[268] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[269] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[268] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[269] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [270] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [271] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
 [272] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
index d07ff1c9efd0c6447e827f7f69d8bbbff88df3e9..305cbbc9f76259bb80cc671b65a309b573a861eb 100644 (file)
 [203] = { 3,   0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
 [204] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [205] = { 1,   0,              SEN(printargs),                 "64:set_thread_area"    },
-[206] = { 2,   0,              SEN(printargs),                 "64:io_setup"           },
-[207] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[206] = { 2,   TM,             SEN(printargs),                 "64:io_setup"           },
+[207] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [208] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [209] = { 3,   0,              SEN(printargs),                 "64:io_submit"          },
 [210] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
 [540] = { 6,   0,              SEN(process_vm_writev),         "process_vm_writev"     },
 [541] = { 5,   TN,             SEN(setsockopt),                "setsockopt"            },
 [542] = { 5,   TN,             SEN(getsockopt),                "getsockopt"            },
-[543] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
+[543] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
 [544] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [545] = { 5,   TD|TF|TP|SE|SI, SEN(execveat),                  "execveat",             },
index 265d55f08846c51bb596e8f93ebce7e3f8269f0c..6e814ea01bc3d6d249fa3871c03340aa9270ed1e 100644 (file)
 [203] = { 3,   0,              SEN(sched_setaffinity),         "sched_setaffinity"     },
 [204] = { 3,   0,              SEN(sched_getaffinity),         "sched_getaffinity"     },
 [205] = { 1,   0,              SEN(set_thread_area),           "set_thread_area"       },
-[206] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[207] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[206] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[207] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [208] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [209] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [210] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },
index d553c51ab480599ae556446b91d8cdd72369a2d7..74eb5c380edc138eaa1b150b5ffbd6e82836b81c 100644 (file)
 [236] = { 2,   0,              SEN(mq_notify),                 "mq_notify"             },
 [237] = { 3,   0,              SEN(mq_getsetattr),             "mq_getsetattr"         },
 [238] = { },
-[239] = { 2,   0,              SEN(io_setup),                  "io_setup"              },
-[240] = { 1,   0,              SEN(io_destroy),                "io_destroy"            },
+[239] = { 2,   TM,             SEN(io_setup),                  "io_setup"              },
+[240] = { 1,   TM,             SEN(io_destroy),                "io_destroy"            },
 [241] = { 3,   0,              SEN(io_submit),                 "io_submit"             },
 [242] = { 5,   0,              SEN(io_getevents),              "io_getevents"          },
 [243] = { 3,   0,              SEN(io_cancel),                 "io_cancel"             },