]> granicus.if.org Git - strace/commitdiff
Add TRACE_IPC flag to sys_ipc syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 25 Nov 2011 19:27:23 +0000 (19:27 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 25 Nov 2011 19:27:23 +0000 (19:27 +0000)
* linux/arm/syscallent.h: Add TI flag to sys_ipc entry.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.

13 files changed:
linux/arm/syscallent.h
linux/avr32/syscallent.h
linux/bfin/syscallent.h
linux/i386/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

index 784eaf72402c39ad1de134ad0f613285ef730411..2ea24a863945a9c414b0ab6929267c28dec67548 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 6,    0,      sys_ipc,                "ipc"           }, /* 117 */
+       { 6,    TI,     sys_ipc,                "ipc"           }, /* 117 */
        { 1,    0,      sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 120 */
index 9cf6aea051f45fd9f96b5d174f063ebd3b44880d..8794c2c9defd4e0336ef38ab0e490834ad4d59a3 100644 (file)
        { 2,    0,      sys_getitimer,          "getitimer"     }, /* 105 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 106 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 107 */
-       { 6,    0,      sys_ipc,                "ipc"           }, /* 108 */
+       { 6,    TI,     sys_ipc,                "ipc"           }, /* 108 */
        { 4,    TD|TN,  sys_sendfile,           "sendfile"      }, /* 109 */
        { 2,    0,      sys_setdomainname,      "setdomainname" }, /* 110 */
        { 1,    0,      sys_uname,              "uname"         }, /* 111 */
index 1c09bb18774da614fdc92c3d99132e0ea065e3c6..4d59d446ac8b32101569445a84d81a8ab80df0e0 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 6,    0,      sys_ipc,                "ipc"           }, /* 117 */
+       { 6,    TI,     sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 120 */
index d9b10f2629ca3c614c151fdd811a617c61bea8ba..a7f1d29868cfb07e288aed8a9ef4d7c4f6cb7686 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4", SYS_wait4 }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 6,    0,      sys_ipc,                "ipc", SYS_ipc }, /* 117 */
+       { 6,    TI,     sys_ipc,                "ipc", SYS_ipc }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone", SYS_clone }, /* 120 */
index 4dae57330394611628253cb968b4601e7e4c16ba..ba9a93c433807d29f3d4917bc741981859a28bee 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 6,    0,      sys_ipc,                "ipc"           }, /* 117 */
+       { 6,    TI,     sys_ipc,                "ipc"           }, /* 117 */
        { 1,    0,      sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 120 */
index a93fd483ccacbbc68fcb6ff2769d6ca9387b2ae2..61946cca9f58b919b8ae4f6e456bf7c32045a694 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 6,    0,      sys_ipc,                "ipc"           }, /* 117 */
+       { 6,    TI,     sys_ipc,                "ipc"           }, /* 117 */
        { 1,    0,      sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 120 */
index 5b42b7ecabee010be8b80e325f6794210998d4d9..f1e927ce286d2340c56886edae6ab5a5250962ef 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 4114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 4115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 4116 */
-       { 6,    0,      sys_ipc,                "ipc"           }, /* 4117 */
+       { 6,    TI,     sys_ipc,                "ipc"           }, /* 4117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 4118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 4119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 4120 */
index a159588685a4dacc2b868a263c0dc0e4819ace91..37d0335577d93f98d51ef61fcc3d3b2ef04cad26 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"                 }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"               }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"               }, /* 116 */
-       { 6,    0,      sys_ipc,                "ipc"                   }, /* 117 */
+       { 6,    TI,     sys_ipc,                "ipc"                   }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"                 }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"             }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"                 }, /* 120 */
index a7251d143ff838a3165126161a6e6888da96d7e4..4f2e2a674b6fb2c6c42d37445d84bcf23ebc072e 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 5,    0,      sys_ipc,                "ipc"           }, /* 117 */
+       { 5,    TI,     sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 120 */
index 02cd4504858972ef892bc0879c3bba49a2e088ce..378e20f3ef6a5fcc50b155397b5c319622edb7cb 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 5,    0,      sys_ipc,                "ipc"           }, /* 117 */
+       { 5,    TI,     sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 120 */
index 118ae190adea21db719f71bc080b96ba09d9cc5b..21595279f882536010995cbd60794120f88c2243 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 5,    0,      sys_ipc,                "ipc"           }, /* 117 */
+       { 5,    TI,     sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 120 */
index 77a7ada0b30bb3b093b2dd82dbea310267be5897..600d5d0cf1d4424a4cce2b7e777ca5e158cf83c9 100644 (file)
        { 4,    TP,     sys_wait4,              "wait4"         }, /* 114 */
        { 1,    TF,     sys_swapoff,            "swapoff"       }, /* 115 */
        { 1,    0,      sys_sysinfo,            "sysinfo"       }, /* 116 */
-       { 5,    0,      sys_ipc,                "ipc"           }, /* 117 */
+       { 5,    TI,     sys_ipc,                "ipc"           }, /* 117 */
        { 1,    TD,     sys_fsync,              "fsync"         }, /* 118 */
        { 0,    TS,     sys_sigreturn,          "sigreturn"     }, /* 119 */
        { 5,    TP,     sys_clone,              "clone"         }, /* 120 */
index 98f2b601a7867ca3435a0e62414df3ad603751f4..1a0d6ce37eaf45befadf419843fc1ddc7557b411 100644 (file)
        { 3,    TP,     sys_waitpid,    "waitpid" },            /* 212 */
        { 1,    TF,     sys_swapoff,    "swapoff" },            /* 213 */
        { 1,    0,      sys_sysinfo,    "sysinfo" },            /* 214 */
-       { 5,    0,      sys_ipc,        "ipc" },                /* 215 */
+       { 5,    TI,     sys_ipc,        "ipc" },                /* 215 */
        { 0,    TS,     sys_sigreturn,  "sigreturn" },          /* 216 */
        { 5,    TP,     sys_clone,      "clone" },              /* 217 */
        { 3,    0,      sys_modify_ldt, "modify_ldt" },         /* 218 */