]> granicus.if.org Git - strace/commitdiff
Add TRACE_FILE flag to swapoff sysentries
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Feb 2011 19:14:10 +0000 (19:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Feb 2011 19:14:10 +0000 (19:14 +0000)
* linux/*/syscallent.h: Add TF flag to sys_swapoff.

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 cb4eb4c5800901dffb8118a087885ae4bc67ee10..ca379b3040dfedf1ee3c09a7b2922c40a6915cce 100644 (file)
        { 3,    0,      printargs,              "sethae"                }, /* 301 */
        { 5,    TF,     sys_mount,              "mount"                 }, /* 302 */
        { 1,    0,      sys_adjtimex,           "adjtimex32"            }, /* 303 */
-       { 1,    0,      sys_swapoff,            "swapoff"               }, /* 304 */
+       { 1,    TF,     sys_swapoff,            "swapoff"               }, /* 304 */
        { 3,    TD,     sys_getdents,           "getdents"              }, /* 305 */
        { 2,    0,      sys_create_module,      "create_module"         }, /* 306 */
        { 4,    0,      sys_init_module,        "init_module"           }, /* 307 */
index aba4d4a957edc62d8fd2dfacf8bccf10106f2e87..ebf0b3e51647cd1d10b4d1cf6e3cb133837a2f07 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { 5,    0,      printargs,              "syscall"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 6,    0,      sys_ipc,                "ipc"           }, /* 117 */
        { 1,    0,      sys_fsync,              "fsync"         }, /* 118 */
index 45911fd407b357a4da93d4ae3aaaf433be29c5a2..487d4d4fc585146cc9ca175bb8c1c36e4c65df4a 100644 (file)
        { 3,    0,      sys_syslog,             "syslog"        }, /* 103 */
        { 3,    0,      sys_setitimer,          "setitimer"     }, /* 104 */
        { 2,    0,      sys_getitimer,          "getitimer"     }, /* 105 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 106 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 106 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 107 */
        { 6,    0,      sys_ipc,                "ipc"           }, /* 108 */
        { 4,    TD|TN,  sys_sendfile,           "sendfile"      }, /* 109 */
index 19eb1348e0f1ae3437ce7aa35ff756cb30776835..9e69d201b0097da4f32b939a2b702509bddcffeb 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { 1,    0,      sys_vm86old,            "vm86old"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 6,    0,      sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
index 3fdc82f621757010e20d72fbda1b14cbc5920616..f971018dc01f4d886423813f898838b302a9884b 100644 (file)
        { 2,    TD,     sys_fstat64,            "fstat64"               }, /* 112 */
        { 0,    0,      sys_vfork,              "vfork"                 }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"                 }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"               }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"               }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"               }, /* 116 */
        { 2,    TN,     sys_shutdown,           "shutdown"              }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"                 }, /* 118 */
index a48e3f8996da8ed25c774ae64304327af1a314cb..4185e72e510334165254cd6dcc65b44f47969687 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { 1,    0,      sys_vm86old,            "vm86old"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4", SYS_wait4 }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 6,    0,      sys_ipc,                "ipc", SYS_ipc }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
index 81a71ea025281cae7e59e5e1e18c275a1ea74ec6..092d6d763ed35970c1cebf2ee1f979f9ef65cdd9 100644 (file)
        { 3,    TF,     sys_readlink,           "readlink"      }, /* 1092 */
        { 1,    0,      sys_uselib,             "uselib"        }, /* 1093 */
        { 1,    0,      sys_swapon,             "swapon"        }, /* 1094 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 1095 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 1095 */
        { 3,    0,      sys_reboot,             "reboot"        }, /* 1096 */
        { 2,    TF,     sys_truncate,           "truncate"      }, /* 1097 */
        { 2,    TD,     sys_ftruncate,          "ftruncate"     }, /* 1098 */
index c33bbb4e095131770929b84b584728e74af7329f..fb62ab808e1f482e29662188a399d093a44f871e 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { 1,    0,      sys_vm86old,            "vm86old"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 6,    0,      sys_ipc,                "ipc"           }, /* 117 */
        { 1,    0,      sys_fsync,              "fsync"         }, /* 118 */
index 21c484940d821487bdc6959f031239a9a75c6977..bfd8743f9973554165386f88c18dc162b24ff892 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { 1,    0,      sys_vm86old,            "vm86old"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 6,    0,      sys_ipc,                "ipc"           }, /* 117 */
        { 1,    0,      sys_fsync,              "fsync"         }, /* 118 */
index 7ddd38c3d32dcd9165eaea187166c7680b3ba64e..0e2a20a85c32bd75b634587b78af643cac1e3f41 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 4112 */
        { 5,    0,      sys_vm86old,            "vm86"          }, /* 4113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 4114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 4115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 4115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 4116 */
        { 6,    0,      sys_ipc,                "ipc"           }, /* 4117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 4118 */
        { 5,    TF,     sys_mount,              "mount"         }, /* 5160 */
        { 2,    TF,     sys_umount2,            "umount"        }, /* 5161 */
        { 1,    TF,     sys_swapon,             "swapon"        }, /* 5162 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 5163 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 5163 */
        { 3,    0,      sys_reboot,             "reboot"        }, /* 5164 */
        { 2,    0,      sys_sethostname,        "sethostname"   }, /* 5165 */
        { 2,    0,      sys_setdomainname,      "setdomainname" }, /* 5166 */
        { 5,    TF,     sys_mount,              "mount"         }, /* 6160 */
        { 2,    TF,     sys_umount2,            "umount"        }, /* 6161 */
        { 1,    TF,     sys_swapon,             "swapon"        }, /* 6162 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 6163 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 6163 */
        { 3,    0,      sys_reboot,             "reboot"        }, /* 6164 */
        { 2,    0,      sys_sethostname,        "sethostname"   }, /* 6165 */
        { 2,    0,      sys_setdomainname,      "setdomainname" }, /* 6166 */
index 59a90699aff97b0ef7fcfa25ce96146ce2db297b..a5963ae271feab6f1ad1dbb40f5a747ef138e8c9 100644 (file)
        { 0,    0,      sys_idle,               "idle"                  }, /* 112 */
        { 5,    0,      printargs,              "vm86"                  }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"                 }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"               }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"               }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"               }, /* 116 */
        { 6,    0,      sys_ipc,                "ipc"                   }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"                 }, /* 118 */
index 75145b4fb10da5c97ac506153810319028344a72..56733d391b081eb753b80f0c1ac5a92c1f9aaaea 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { -1,   0,      printargs,              "SYS_113"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 5,    0,      sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
index a2d6d5f1fc474ce263e243af37557c4e8b0d6182..a05be1b265d6e81792e107cfda83ddce2c0a8625 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { -1,   0,      printargs,              "SYS_113"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 5,    0,      sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
index e9c515b53bf47103846fd8747127a1c27a92fcf1..82c581ac1b8c4ec22dcee4076903dd924d8b44ae 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { 1,    0,      sys_vm86old,            "vm86old"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 5,    0,      sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
index 8cf86150897af116c01f3668b2f17413ecce818f..6128da6e70e9e2b98cefbd4a6c2bf000294aa015 100644 (file)
        { 0,    0,      sys_idle,               "idle"          }, /* 112 */
        { 1,    0,      printargs,              "SYS_113"       }, /* 113 */
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
-       { 1,    0,      sys_swapoff,            "swapoff"       }, /* 115 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
        { 5,    0,      sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
index d44174c448527dfef8b46a8e6bb2b3da03569d81..bfdea752df3136e502f0d541b5e5e4caebb71483 100644 (file)
        { 6,    TD,     printargs,      "fadvise64_64" },       /* 210 */
        { 3,    TS,     sys_tgkill,     "tgkill" },             /* 211 */
        { 3,    TP,     sys_waitpid,    "waitpid" },            /* 212 */
-       { 1,    0,      sys_swapoff,    "swapoff" },            /* 213 */
+       { 1,    TF,     sys_swapoff,    "swapoff" },            /* 213 */
        { 1,    0,      sys_sysinfo,    "sysinfo" },            /* 214 */
        { 5,    0,      sys_ipc,        "ipc" },                /* 215 */
        { 1,    TS,     sys_sigreturn,  "sigreturn" },          /* 216 */
index d4e386890f796f5fa54cf539ab92872181582d8b..709fbf5cfc94b88441804eb63915c34d313587fb 100644 (file)
        { 2,    0,      sys_getitimer,          "getitimer" }, /* 106 */
        { 0,    0,      sys_vhangup,            "vhangup" }, /* 107 */
        { 4,    TP,     sys_wait4,              "wait4" }, /* 108 */
-       { 1,    0,      sys_swapoff,            "swapoff" }, /* 109 */
+       { 1,    TF,     sys_swapoff,            "swapoff" }, /* 109 */
        { 1,    0,      sys_sysinfo,            "sysinfo" }, /* 110 */
        { 4,    TI,     sys_shmget,             "shmget" }, /* 111 */
        { 4,    TI,     sys_shmat,              "shmat" }, /* 112 */
index 714bc684f03d70af3f729ca86b31d36b04630ee4..923fdd05c01bdcae7cdc3decdb86d5646b4d07f8 100644 (file)
        { 5,    TF,     sys_mount,              "mount"         },  /* 165 */
        { 2,    TF,     sys_umount2,            "umount"        }, /* 166 */
        { 1,    TF,     sys_swapon,             "swapon"        },  /* 167 */
-       { 1,    0,      sys_swapoff,            "swapoff"       },  /* 168 */
+       { 1,    TF,     sys_swapoff,            "swapoff"       },  /* 168 */
        { 3,    0,      sys_reboot,             "reboot"        },  /* 169 */
        { 2,    0,      sys_sethostname,        "sethostname"   },  /* 170 */
        { 2,    0,      sys_setdomainname,      "setdomainname" },  /* 171 */