• R
    x86_64 ia32 syscall audit fast-path · 5cbf1565
    Roland McGrath 提交于
    This adds fast paths for 32-bit syscall entry and exit when
    TIF_SYSCALL_AUDIT is set, but no other kind of syscall tracing.
    These paths does not need to save and restore all registers as
    the general case of tracing does.  Avoiding the iret return path
    when syscall audit is enabled helps performance a lot.
    Signed-off-by: NRoland McGrath <roland@redhat.com>
    5cbf1565
ia32entry.S 21.5 KB