Dmitry V. Levin
a92ba46c55
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. |
||
---|---|---|
.. | ||
arch_getrval2.c | ||
arch_regs.c | ||
arch_regs.h | ||
arch_sigreturn.c | ||
errnoent.h | ||
gen.pl | ||
get_error.c | ||
get_scno.c | ||
get_syscall_args.c | ||
ioctls_arch0.h | ||
ioctls_inc0.h | ||
signalent.h | ||
syscallent.h | ||
userent.h |