(root)/
strace-6.5/
src/
ptrace_syscall_info.h
       1  /*
       2   * Copyright (c) 2018-2021 Dmitry V. Levin <ldv@strace.io>
       3   * All rights reserved.
       4   *
       5   * SPDX-License-Identifier: LGPL-2.1-or-later
       6   */
       7  
       8  #ifndef STRACE_PTRACE_SYSCALL_INFO_H
       9  # define STRACE_PTRACE_SYSCALL_INFO_H
      10  
      11  extern bool ptrace_get_syscall_info_supported;
      12  extern bool test_ptrace_get_syscall_info(void);
      13  extern void print_ptrace_syscall_info(struct tcb *, kernel_ulong_t addr,
      14  				      kernel_ulong_t len);
      15  
      16  #endif /* !STRACE_PTRACE_SYSCALL_INFO_H */