]> granicus.if.org Git - strace/commitdiff
Add TRACE_DESC flag to fadvise64* sysentries
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Feb 2011 15:23:22 +0000 (15:23 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Feb 2011 15:23:22 +0000 (15:23 +0000)
* linux/*/syscallent.h: Add TD flag to sys_fadvise64 and
sys_fadvise64_64.

18 files changed:
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.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/tile/syscallent.h
linux/x86_64/syscallent.h

index cf7677d6b5a5bc2160f4299ad3e098a824f7bcb4..cb4eb4c5800901dffb8118a087885ae4bc67ee10 100644 (file)
        { 5,    0,      sys_remap_file_pages,   "remap_file_pages"      }, /* 410 */
        { 1,    0,      printargs,              "set_tid_address"       }, /* 411 */
        { 0,    0,      sys_restart_syscall,    "restart_syscall"       }, /* 412 */
-       { 4,    0,      printargs,              "fadvise"               }, /* 413 */
+       { 4,    TD,     printargs,              "fadvise"               }, /* 413 */
        { 3,    0,      sys_timer_create,       "timer_create"          }, /* 414 */
        { 4,    0,      sys_timer_settime,      "timer_settime"         }, /* 415 */
        { 2,    0,      sys_timer_gettime,      "timer_gettime"         }, /* 416 */
index cf034713e02689bb4c2299aadf0cf1c08f0ae7a8..aba4d4a957edc62d8fd2dfacf8bccf10106f2e87 100644 (file)
        { 3,    0,      sys_fstatfs64,          "fstatfs64"     }, /* 267 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 268 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 269 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 270 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 270 */
        { 5,    0,      printargs,              "pciconfig_iobase"      }, /* 271 */
        { 5,    0,      printargs,              "pciconfig_read"        }, /* 272 */
        { 5,    0,      printargs,              "pciconfig_write"       }, /* 273 */
index d734c378b11cc3aa3a5e6ea5ae838f1036aa74f8..45911fd407b357a4da93d4ae3aaaf433be29c5a2 100644 (file)
        { 5,    0,      sys_io_getevents,       "io_getevents"  }, /* 199 */
        { 3,    0,      sys_io_submit,          "io_submit"     }, /* 200 */
        { 3,    0,      sys_io_cancel,          "io_cancel"     }, /* 201 */
-       { 5,    0,      sys_fadvise64,          "fadvise64"     }, /* 202 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 202 */
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 203 */
        { 4,    0,      printargs,              "lookup_dcookie"}, /* 204 */
        { 1,    0,      sys_epoll_create,       "epoll_create"  }, /* 205 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 221 */
        { 5,    0,      printargs,              "SYS_222"       }, /* 222 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 223 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 224 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 224 */
        { 3,    0,      printargs,              "cacheflush"    }, /* 225 */
        { 5,    0,      printargs,              "vserver"       }, /* 226 */
        { 4,    0,      sys_mq_open,            "mq_open"       }, /* 227 */
index 718ea938a6b920cc6e7b9b61f1dbbc502efc22dc..19eb1348e0f1ae3437ce7aa35ff756cb30776835 100644 (file)
        { 3,    TD,     sys_fstatfs64,          "fstatfs64"     }, /* 270 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 271 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 272 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 273 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 273 */
        { 5,    0,      printargs,              "vserver"       }, /* 274 */
        { 6,    0,      sys_mbind,              "mbind"         }, /* 275 */
        { 5,    0,      sys_get_mempolicy,      "get_mempolicy" }, /* 276 */
        { 1,    TD,     sys_eventfd,            "eventfd"       }, /* 350 */
        { 5,    0,      sys_pread,              "pread64"       }, /* 351 */
        { 5,    0,      sys_pwrite,             "pwrite64"      }, /* 352 */
-       { 5,    0,      sys_fadvise64,          "fadvise64"     }, /* 353 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 353 */
        { 2,    0,      printargs,              "set_robust_list"       }, /* 354 */
        { 3,    0,      printargs,              "get_robust_list"       }, /* 355 */
        { 6,    TF,     sys_fallocate,          "fallocate"     }, /* 356 */
index 45393a552ad4926c268ff77928f5c3905e16b6c3..3fdc82f621757010e20d72fbda1b14cbc5920616 100644 (file)
        { 5,    0,      printargs,              "mq_notify"             }, /* 233 */
        { 5,    0,      printargs,              "mq_getsetattr"         }, /* 234 */
        { 4,    0,      printargs,              "waitid"                }, /* 235 */
-       { 5,    0,      printargs,              "fadvise64_64"          }, /* 236 */
+       { 5,    TD,     printargs,              "fadvise64_64"          }, /* 236 */
        { 5,    0,      printargs,              "set_tid_address"       }, /* 237 */
        { 5,    TF,     sys_setxattr,           "setxattr"              }, /* 238 */
        { 5,    TF,     sys_setxattr,           "lsetxattr"             }, /* 239 */
index 6c68bb8b9eba7c40c2e2d091c4e773aca315feb0..a48e3f8996da8ed25c774ae64304327af1a314cb 100644 (file)
        { 5,    0,      sys_io_getevents,       "io_getevents"  }, /* 247 */
        { 3,    0,      sys_io_submit,          "io_submit"     }, /* 248 */
        { 3,    0,      sys_io_cancel,          "io_cancel"     }, /* 249 */
-       { 5,    0,      sys_fadvise64,          "fadvise64"     }, /* 250 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 250 */
        { 5,    0,      printargs,              "SYS_251"       }, /* 251 */
        { 1,    TP,     sys_exit,               "exit_group", __NR_exit_group }, /* 252 */
        { 4,    0,      printargs,              "lookup_dcookie"}, /* 253 */
        { 3,    TD,     sys_fstatfs64,          "fstatfs64"     }, /* 269 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 270 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 271 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 272 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 272 */
        { 5,    0,      printargs,              "vserver"       }, /* 273 */
        { 6,    0,      sys_mbind,              "mbind"         }, /* 274 */
        { 5,    0,      sys_get_mempolicy,      "get_mempolicy" }, /* 275 */
index 4fc62c6ce2a6380055d48372f02e3f80e05d0808..81a71ea025281cae7e59e5e1e18c275a1ea74ec6 100644 (file)
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity"},/* 1231 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity"},/* 1232 */
        { 1,    0,      printargs,              "set_tid_address"}, /* 1233 */
-       { 5,    0,      sys_fadvise64,          "fadvise64"     }, /* 1234 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 1234 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 1235 */
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 1236 */
        { 4,    0,      printargs,              "lookup_dcookie"}, /* 1237 */
index ed86640ba4d38572121d9f5c631833ec7e7243f8..c33bbb4e095131770929b84b584728e74af7329f 100644 (file)
        { 5,    0,      sys_io_getevents,       "io_getevents"  }, /* 243 */
        { 3,    0,      sys_io_submit,          "io_submit"     }, /* 244 */
        { 3,    0,      sys_io_cancel,          "io_cancel"     }, /* 245 */
-       { 5,    TF,     sys_fadvise64,          "fadvise64"     }, /* 246 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 246 */
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 247 */
        { 4,    0,      printargs,              "lookup_dcookie"}, /* 248 */
        { 1,    0,      sys_epoll_create,       "epoll_create"  }, /* 249 */
        { 3,    TF,     sys_fstatfs64,          "fstatfs64"     }, /* 264 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 265 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 266 */
-       { 6,    TF,     sys_fadvise64_64,       "fadvise64_64"  }, /* 267 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 267 */
        { 6,    0,      sys_mbind,              "mbind"         }, /* 268 */
        { 5,    0,      sys_get_mempolicy,      "get_mempolicy" }, /* 269 */
        { 3,    0,      sys_set_mempolicy,      "set_mempolicy" }, /* 270 */
index 6de2d32b3010a0c0103b9ac0e3f14c4809c886a6..21c484940d821487bdc6959f031239a9a75c6977 100644 (file)
        { 5,    0,      sys_io_getevents,       "io_getevents"  }, /* 247 */
        { 3,    0,      sys_io_submit,          "io_submit"     }, /* 248 */
        { 3,    0,      sys_io_cancel,          "io_cancel"     }, /* 249 */
-       { 5,    0,      sys_fadvise64,          "fadvise64"     }, /* 250 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 250 */
        { 0,    0,      printargs,              "SYS_251"       }, /* 251 */
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 252 */
        { 4,    0,      printargs,              "lookup_dcookie"}, /* 253 */
        { 2,    TD,     sys_fstatfs64,          "fstatfs64"     }, /* 269 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 270 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 271 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 272 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 272 */
        { 5,    0,      printargs,              "vserver"       }, /* 273 */
        { 4,    0,      sys_mbind,              "mbind"         }, /* 274 */
        { 5,    0,      sys_get_mempolicy,      "get_mempolicy" }, /* 275 */
index 920a6c947b95087134c956d6b4284765f0e6aa09..7ddd38c3d32dcd9165eaea187166c7680b3ba64e 100644 (file)
        { 5,    0,      sys_remap_file_pages,   "remap_file_pages"}, /* 4251 */
        { 1,    0,      printargs,              "set_tid_address"}, /* 4252 */
        { 0,    0,      sys_restart_syscall,    "restart_syscall"}, /* 4253 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 4254 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 4254 */
        { 3,    TF,     sys_statfs64,           "statfs64"      }, /* 4255 */
        { 2,    TD,     sys_fstatfs64,          "fstatfs64"     }, /* 4256 */
        { 3,    0,      sys_timer_create,       "timer_create"  }, /* 4257 */
        { 1,    0,      printargs,              "set_tid_address" }, /* 5212 */
        { 0,    0,      sys_restart_syscall,    "restart_syscall" }, /* 5213 */
        { 5,    TI,     sys_semtimedop,         "semtimedop"    }, /* 5214 */
-       { 4,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 5215 */
+       { 4,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 5215 */
        { 3,    0,      sys_timer_create,       "timer_create"  }, /* 5216 */
        { 4,    0,      sys_timer_settime,      "timer_settime" }, /* 5217 */
        { 2,    0,      sys_timer_gettime,      "timer_gettime" }, /* 5218 */
        { 1,    0,      printargs,              "set_tid_address" }, /* 6213 */
        { 0,    0,      sys_restart_syscall,    "restart_syscall" }, /* 6214 */
        { 5,    TI,     sys_semtimedop,         "semtimedop"    }, /* 6215 */
-       { 5,    0,      sys_fadvise64,          "fadvise64"     }, /* 6216 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 6216 */
        { 3,    TF,     sys_statfs64,           "statfs64"      }, /* 6217 */
        { 3,    TD,     sys_fstatfs64,          "fstatfs64"     }, /* 6218 */
        { 4,    TD|TN,  sys_sendfile64,         "sendfile64"    }, /* 6219 */
index a9be2b2ea2494f88cd2fac734b951d4445475733..59a90699aff97b0ef7fcfa25ce96146ce2db297b 100644 (file)
        { 3,    0,      sys_io_submit,          "io_submit"             }, /* 230 */
        { 3,    0,      sys_io_cancel,          "io_cancel"             }, /* 231 */
        { 1,    0,      printargs,              "set_tid_address"       }, /* 232 */
-       { 6,    0,      sys_fadvise64,          "fadvise64"             }, /* 233 */
+       { 6,    TD,     sys_fadvise64,          "fadvise64"             }, /* 233 */
        { 1,    TP,     sys_exit,               "exit_group"            }, /* 234 */
        { 4,    0,      printargs,              "lookup_dcookie"        }, /* 235 */
        { 1,    0,      sys_epoll_create,       "epoll_create"          }, /* 236 */
        { 2,    TF,     sys_utimes,             "utimes"                }, /* 251 */
        { 3,    TF,     sys_statfs64,           "statfs64"              }, /* 252 */
        { 3,    TD,     sys_fstatfs64,          "fstatfs64"             }, /* 253 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"          }, /* 254 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"          }, /* 254 */
        { 1,    0,      printargs,              "rtas"                  }, /* 255 */
        { 5,    0,      printargs,              "debug_setcontext"      }, /* 256 */
        { 5,    0,      printargs,              "vserver"               }, /* 257 */
index e36d77b58649f4c36f840ab1d2b3700dccd2dd7a..75145b4fb10da5c97ac506153810319028344a72 100644 (file)
        { 4,    TD,     sys_epoll_ctl,          "epoll_ctl"     }, /* 250 */
        { 4,    TD,     sys_epoll_wait,         "epoll_wait"    }, /* 251 */
        { 1,    0,      printargs,              "set_tid_address"}, /* 252 */
-       { 5,    0,      printargs,              "fadvise64"     }, /* 253 */
+       { 5,    TD,     printargs,              "fadvise64"     }, /* 253 */
        { 3,    0,      sys_timer_create,       "timer_create"  }, /* 254 */
        { 4,    0,      sys_timer_settime,      "timer_settime" }, /* 255 */
        { 2,    0,      sys_timer_gettime,      "timer_gettime" }, /* 256 */
        { 2,    0,      sys_clock_getres,       "clock_getres"  }, /* 261 */
        { 4,    0,      sys_clock_nanosleep,    "clock_nanosleep"}, /* 262 */
        { 5,    0,      printargs,              "vserver"       }, /* 263 */
-       { 5,    0,      printargs,              "fadvise64_64"  }, /* 264 */
+       { 5,    TD,     printargs,              "fadvise64_64"  }, /* 264 */
        { 3,    TF,     sys_statfs64,           "statfs64"      }, /* 265 */
        { 3,    TF,     sys_fstatfs64,          "fstatfs64"     }, /* 266 */
        { 5,    0,      sys_remap_file_pages,   "remap_file_pages"}, /* 267 */
index b98dfef13a5bec80f20392a4f217a4014317f3d6..a2d6d5f1fc474ce263e243af37557c4e8b0d6182 100644 (file)
        { 4,    TD,     sys_epoll_ctl,          "epoll_ctl"     }, /* 250 */
        { 4,    TD,     sys_epoll_wait,         "epoll_wait"    }, /* 251 */
        { 1,    0,      printargs,              "set_tid_address"}, /* 252 */
-       { 5,    0,      printargs,              "fadvise64"     }, /* 253 */
+       { 5,    TD,     printargs,              "fadvise64"     }, /* 253 */
        { 3,    0,      sys_timer_create,       "timer_create"  }, /* 254 */
        { 4,    0,      sys_timer_settime,      "timer_settime" }, /* 255 */
        { 2,    0,      sys_timer_gettime,      "timer_gettime" }, /* 256 */
        { 2,    0,      sys_clock_getres,       "clock_getres"  }, /* 261 */
        { 4,    0,      sys_clock_nanosleep,    "clock_nanosleep"}, /* 262 */
        { 5,    0,      printargs,              "vserver"       }, /* 263 */
-       { 6,    TF,     sys_fadvise64_64,       "fadvise64_64"  }, /* 264 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 264 */
        { 3,    TF,     sys_statfs64,           "statfs64"      }, /* 265 */
        { 3,    TF,     sys_fstatfs64,          "fstatfs64"     }, /* 266 */
        { 5,    0,      sys_remap_file_pages,   "remap_file_pages"}, /* 267 */
index 0ce23e1f6a5ebf19d789c958d4e0f47eb8163053..e9c515b53bf47103846fd8747127a1c27a92fcf1 100644 (file)
        { 5,    0,      sys_io_getevents,       "io_getevents"  }, /* 247 */
        { 3,    0,      sys_io_submit,          "io_submit"     }, /* 248 */
        { 3,    0,      sys_io_cancel,          "io_cancel"     }, /* 249 */
-       { 5,    0,      sys_fadvise64,          "fadvise64"     }, /* 250 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 250 */
        { 0,    0,      printargs,              "SYS_251"       }, /* 251 */
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 252 */
        { 4,    0,      printargs,              "lookup_dcookie"}, /* 253 */
        { 2,    TD,     sys_fstatfs64,          "fstatfs64"     }, /* 269 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 270 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 271 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 272 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 272 */
        { 0,    0,      printargs,              "SYS_273"       }, /* 273 */
        { 4,    0,      sys_mbind,              "mbind"         }, /* 274 */
        { 5,    0,      sys_get_mempolicy,      "get_mempolicy" }, /* 275 */
index a00d99fc42e585cdb4a6ff9345161ef36ca41cea..8cf86150897af116c01f3668b2f17413ecce818f 100644 (file)
        { 5,    0,      sys_io_getevents,       "io_getevents"  }, /* 275 */
        { 3,    0,      sys_io_submit,          "io_submit"     }, /* 276 */
        { 3,    0,      sys_io_cancel,          "io_cancel"     }, /* 277 */
-       { 5,    0,      sys_fadvise64,          "fadvise64"     }, /* 278 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64"     }, /* 278 */
        { 5,    0,      printargs,              "SYS_279"       }, /* 279 */
        { 1,    TP,     sys_exit,               "exit_group"    }, /* 280 */
        { 4,    0,      printargs,              "lookup_dcookie"}, /* 281 */
        { 2,    TD,     sys_fstatfs64,          "fstatfs64"     }, /* 297 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 298 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 299 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64"  }, /* 300 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64"  }, /* 300 */
        { 0,    0,      printargs,              "SYS_301"       }, /* 301 */
        { 4,    0,      sys_mbind,              "mbind"         }, /* 302 */
        { 5,    0,      sys_get_mempolicy,      "get_mempolicy" }, /* 303 */
index dd6a1987cede8a944b91ce815406f76f58c4e0ce..d44174c448527dfef8b46a8e6bb2b3da03569d81 100644 (file)
        { 2,    TD,     sys_socketcall, "socketcall" },         /* 206 */
        { 3,    0,      sys_syslog,     "syslog" },             /* 207 */
        { 4,    0,      printargs,      "lookup_dcookie" },     /* 208 */
-       { 6,    0,      printargs,      "fadvise64" },          /* 209 */
-       { 6,    0,      printargs,      "fadvise64_64" },       /* 210 */
+       { 6,    TD,     printargs,      "fadvise64" },          /* 209 */
+       { 6,    TD,     printargs,      "fadvise64_64" },       /* 210 */
        { 3,    TS,     sys_tgkill,     "tgkill" },             /* 211 */
        { 3,    TP,     sys_waitpid,    "waitpid" },            /* 212 */
        { 1,    0,      sys_swapoff,    "swapoff" },            /* 213 */
index 801e84b4c49158bf67fc1fbbea23787674b4c27e..d4e386890f796f5fa54cf539ab92872181582d8b 100644 (file)
        { 5,    0,      sys_io_getevents,       "io_getevents" }, /* 221 */
        { 3,    0,      sys_io_submit,          "io_submit" }, /* 222 */
        { 3,    0,      sys_io_cancel,          "io_cancel" }, /* 223 */
-       { 5,    0,      sys_fadvise64,          "fadvise64" }, /* 224 */
+       { 5,    TD,     sys_fadvise64,          "fadvise64" }, /* 224 */
        { 4,    0,      printargs,              "migrate_pages" }, /* 225 */
        { 1,    TP,     sys_exit,               "exit_group" }, /* 226 */
        { 4,    0,      printargs,              "lookup_dcookie" }, /* 227 */
        { 3,    TD,     sys_fstatfs64,          "fstatfs64" }, /* 243 */
        { 3,    TS,     sys_tgkill,             "tgkill" }, /* 244 */
        { 2,    TF,     sys_utimes,             "utimes" }, /* 245 */
-       { 6,    0,      sys_fadvise64_64,       "fadvise64_64" }, /* 246 */
+       { 6,    TD,     sys_fadvise64_64,       "fadvise64_64" }, /* 246 */
        { 6,    0,      sys_mbind,              "mbind" }, /* 247 */
        { 5,    0,      sys_get_mempolicy,      "get_mempolicy" }, /* 248 */
        { 3,    0,      sys_set_mempolicy,      "set_mempolicy" }, /* 249 */
index 8028d68b8d87275bd3de4145420a568cd26b0786..714bc684f03d70af3f729ca86b31d36b04630ee4 100644 (file)
        { 1,    0,      printargs,              "set_tid_address"}, /* 218 */
        { 0,    0,      sys_restart_syscall,    "restart_syscall"}, /* 219 */
        { 5,    TI,     sys_semtimedop,         "semtimedop"    }, /* 220 */
-       { 4,    0,      sys_fadvise64_64,       "fadvise64"     }, /* 221 */
+       { 4,    TD,     sys_fadvise64_64,       "fadvise64"     }, /* 221 */
        { 3,    0,      sys_timer_create,       "timer_create"  }, /* 222 */
        { 4,    0,      sys_timer_settime,      "timer_settime" }, /* 223 */
        { 2,    0,      sys_timer_gettime,      "timer_gettime" }, /* 224 */