]> granicus.if.org Git - strace/commitdiff
Add TF flag to inotify_add_watch syscall entries
authorNikolay Marchuk <marchuk.nikolay.a@gmail.com>
Fri, 11 Aug 2017 05:43:58 +0000 (12:43 +0700)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 11 Aug 2017 10:48:38 +0000 (10:48 +0000)
The second argument of the inotify_add_watch syscall is a file name,
but inotify_add_watch has no TF flag set.

* linux/32/syscallent.h (inotify_add_watch): Add TF flag.
* linux/64/syscallent.h: Likewise.
* linux/alpha/syscallent.h: Likewise.
* linux/arm/syscallent.h: Likewise.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/powerpc64/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.
* linux/sparc64/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.

26 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/crisv10/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 44315e0905caf88dde3cfcab5b2797a52124c7eb..df25e8976c2a4e02dae4f5d3b1cddb742c10ad23 100644 (file)
@@ -28,7 +28,7 @@
 [ 24] = { 3,   TD,             SEN(dup3),                      "dup3"                  },
 [ 25] = { 3,   TD,             SEN(fcntl64),                   "fcntl64"               },
 [ 26] = { 1,   TD,             SEN(inotify_init1),             "inotify_init1"         },
-[ 27] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[ 27] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [ 28] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [ 29] = { 3,   TD,             SEN(ioctl),                     "ioctl"                 },
 [ 30] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
index b5de2266ba8741700b26738178da6f6f58e1fdae..a5ab193d40fa258c2363e9cd96c74c477e5f1c59 100644 (file)
@@ -25,7 +25,7 @@
 [ 24] = { 3,   TD,             SEN(dup3),                      "dup3"                  },
 [ 25] = { 3,   TD,             SEN(fcntl),                     "fcntl"                 },
 [ 26] = { 1,   TD,             SEN(inotify_init1),             "inotify_init1"         },
-[ 27] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[ 27] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [ 28] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [ 29] = { 3,   TD,             SEN(ioctl),                     "ioctl"                 },
 [ 30] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
index ae7821f88ada5ab58c2f2a7452307844d2dbc13f..1a4f98794b491f05ca9b793884a3f7382c95bb91 100644 (file)
 [442] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [443] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [444] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[445] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[445] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [446] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [447] = { 1,   TD,             SEN(fdatasync),                 "fdatasync"             },
 [448] = { 4,   0,              SEN(kexec_load),                "kexec_load"            },
index a6fb470eb4e0c0fe2f466dac19ef25f80edd7d9f..c5b9564b5e509e4ec79fbe21b1c9a4a2294c5172 100644 (file)
 [314] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [315] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [316] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[317] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[317] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [318] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [319] = { 6,   TM,             SEN(mbind),                     "mbind"                 },
 [320] = { 5,   TM,             SEN(get_mempolicy),             "get_mempolicy"         },
index 915aa8d5080ab3de2f65559800f10ad6b2ff9500..d75e5df70edaab2b86e84a63bd7e2045e681bc33 100644 (file)
 [238] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [239] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [240] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[241] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[241] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [242] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [243] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
 [244] = { 3,   TD|TF,          SEN(mkdirat),                   "mkdirat"               },
index 5cdb991848f23e554f853dc2450761c59b0ab295..b68443e790e691b7cc08ddbd1d983cbd45511f3e 100644 (file)
 [289] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [290] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [291] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[292] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[292] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [293] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [294] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [295] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index 0e36774c2536804452c40e9f1532c08f919d359d..0232d2faca27b5fb85f735c91089a166272fde7e 100644 (file)
 [289] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [290] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [291] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[292] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[292] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [293] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [294] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [295] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index ef0e2d80c44a7973a94b7c92cd8fc6fd29bda5c8..aa25918ba34bff11a1ebdcfca53e63b3bcf4420b 100644 (file)
 [267] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [268] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [269] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[270] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[270] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [271] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [272] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [273] = { 6,   TD,             SEN(pselect6),                  "pselect6"              },
index 07bfb797f0ed519b268f0624186859517bf1701e..6c5725aea1c6f5e3b48496267db146313e03f0b8 100644 (file)
 [289] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [290] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [291] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[292] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[292] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [293] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [294] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [295] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index a44a4c19a8220731fdbe2807f7b62c799c5f057e..7ca4e3911e01f518cc56c4deea304d479da8e816 100644 (file)
 [1275] = { 2,  0,              SEN(ioprio_get),                "ioprio_get"            },
 [1276] = { 6,  TM,             SEN(move_pages),                "move_pages"            },
 [1277] = { 0,  TD,             SEN(inotify_init),              "inotify_init"          },
-[1278] = { 3,  TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[1278] = { 3,  TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [1279] = { 2,  TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [1280] = { 4,  TM,             SEN(migrate_pages),             "migrate_pages"         },
 [1281] = { 4,  TD|TF,          SEN(openat),                    "openat"                },
index 73e6387e6a047b4b48449659864ed423023375b0..dc532c7281156408707f12e5066cededba647648 100644 (file)
 [282] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [283] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [284] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[285] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[285] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [286] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [287] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [288] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index 4f6120f4b3f0ea89a1b0aa6742a58f8669ff75e5..a50b31f421281a5edededd09b4fc909238d164ca 100644 (file)
 [289] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [290] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [291] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[292] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[292] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [293] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [294] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [295] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index 73cbc9b2141e61ca7362251b099fe9ce8d1bee48..748e09cc493f9afa7ca69caeaa23d4f8a08a2bf9 100644 (file)
 [6245] = { 5,  0,              SEN(keyctl),                    "keyctl"                },
 [6246] = { 1,  0,              SEN(set_thread_area),           "set_thread_area"       },
 [6247] = { 0,  TD,             SEN(inotify_init),              "inotify_init"          },
-[6248] = { 3,  TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[6248] = { 3,  TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [6249] = { 2,  TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [6250] = { 4,  TM,             SEN(migrate_pages),             "migrate_pages"         },
 [6251] = { 4,  TD|TF,          SEN(openat),                    "openat"                },
index 6e9b00a0760ca9252e7eb3bc01bdf6a6b933a01b..cc0936677d661b825d4167497560a3d34acaa79b 100644 (file)
 [5241] = { 5,  0,              SEN(keyctl),                    "keyctl"                },
 [5242] = { 1,  0,              SEN(set_thread_area),           "set_thread_area"       },
 [5243] = { 0,  TD,             SEN(inotify_init),              "inotify_init"          },
-[5244] = { 3,  TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[5244] = { 3,  TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [5245] = { 2,  TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [5246] = { 4,  TM,             SEN(migrate_pages),             "migrate_pages"         },
 [5247] = { 4,  TD|TF,          SEN(openat),                    "openat"                },
index 9b84c4835a713526059e630ab3be579f924b2d03..5ac79b5fc15104536e13d6d1498976b95a2e29e6 100644 (file)
 [4282] = { 5,  0,              SEN(keyctl),                    "keyctl"                },
 [4283] = { 1,  0,              SEN(set_thread_area),           "set_thread_area"       },
 [4284] = { 0,  TD,             SEN(inotify_init),              "inotify_init"          },
-[4285] = { 3,  TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[4285] = { 3,  TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [4286] = { 2,  TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [4287] = { 4,  TM,             SEN(migrate_pages),             "migrate_pages"         },
 [4288] = { 4,  TD|TF,          SEN(openat),                    "openat"                },
index 829af9c3369280ef74010f4f415ee8d303e6563d..d5e574ae6499a39520d35331408e71497d53c936 100644 (file)
 [273] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [274] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [275] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[276] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[276] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [277] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [278] = { 3,   0,              SEN(printargs),                 "spu_run"               },
 [279] = { 4,   0,              SEN(printargs),                 "spu_create"            },
index 3b65ed76c32d8f5e0c48c7f9955882b775668549..21ba1d8c162b4cac9d09eb26095ca5f67db4c473 100644 (file)
 [273] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [274] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [275] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[276] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[276] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [277] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [278] = { 3,   0,              SEN(printargs),                 "spu_run"               },
 [279] = { 4,   0,              SEN(printargs),                 "spu_create"            },
index 3e769b682816c3c7793fd3a2d2f2ac6f84df52d9..d20ce8a64d5004daf167f0a1f544612ad4e1d95d 100644 (file)
 [282] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [283] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [284] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[285] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[285] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [286] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [287] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [288] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index 9429641c3edc1ee6a1345550f3415ef5bfc028db..ff104dd7da2761a3f3319b56cbe275d90481b59f 100644 (file)
 [282] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [283] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [284] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[285] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[285] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [286] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [287] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [288] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index 9b0fed9242b94049bc4797a6045292b8406165ae..74c07e1e1931e86e4b00c0e841f3ae25d4c48aca 100644 (file)
 [288] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [289] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [290] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[291] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[291] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [292] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [293] = { },
 [294] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
index 19e7b73ceeda7549fd2d1592c8aaa6c247c670c5..b1d141d03fbcaaf1686c252a84d932a86943a1eb 100644 (file)
 [316] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [317] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [318] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[319] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[319] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [320] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [321] = { },
 [322] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
index 519fa586f99893a7b42d286cf73153cc5f956704..9c6fda5e67f2bbe54a0e356ee145649379cd4bf9 100644 (file)
 [149] = { 5,   0,              SEN(printargs),                 "pciconfig_write"       },
 [150] = { 3,   TN,             SEN(getsockname),               "getsockname"           },
 [151] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[152] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[152] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [153] = { 3,   TD,             SEN(poll),                      "poll"                  },
 [154] = { 3,   TD,             SEN(getdents64),                "getdents64"            },
 [155] = { 3,   TD,             SEN(fcntl64),                   "fcntl64"               },
index 35ca7734e0ce4791576e6f23324562e30cfc0538..695aa19fb8d04087a06021435747c66ab4f251d1 100644 (file)
 [149] = { 5,   0,              SEN(printargs),                 "pciconfig_write"       },
 [150] = { 3,   TN,             SEN(getsockname),               "getsockname"           },
 [151] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[152] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[152] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [153] = { 3,   TD,             SEN(poll),                      "poll"                  },
 [154] = { 3,   TD,             SEN(getdents64),                "getdents64"            },
 [155] = { },
index 4d68327f0c0a328b86738988154b5eb4404a3482..bbc244746380c2ad0c7345e5604bfdc1c8b32daf 100644 (file)
 [251] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [252] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [253] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[254] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[254] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [255] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [256] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [257] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index d069edbf505b8d83f3c30165453409e771f5ef72..0fafe03ce1fb9b7f7b616e224ee4a3d07177e0a1 100644 (file)
 [251] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [252] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [253] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[254] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[254] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [255] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [256] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [257] = { 4,   TD|TF,          SEN(openat),                    "openat"                },
index 0d051bc42557fa5009c7c908a0d01999cde3d044..961cdafae9cf5e1f0cccff71fcc664add9d04113 100644 (file)
 [274] = { 6,   TD,             SEN(epoll_pwait),               "epoll_pwait"           },
 [275] = { 1,   TD,             SEN(epoll_create1),             "epoll_create1"         },
 [276] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[277] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[277] = { 3,   TD|TF,          SEN(inotify_add_watch),         "inotify_add_watch"     },
 [278] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [279] = { 1,   TD,             SEN(inotify_init1),             "inotify_init1"         },
 [280] = { 3,   0,              SEN(getcpu),                    "getcpu"                },