403Webshell
Server IP : 74.208.236.52  /  Your IP : 216.73.216.240
Web Server : Apache
System : Linux infong527 4.4.400-icpu-115 #2 SMP Mon Jul 6 08:15:05 UTC 2026 x86_64
User : u44043973 ( 5404757)
PHP Version : 8.4.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /kunden/usr/share/zsh/functions/Completion/BSD/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /kunden/usr/share/zsh/functions/Completion/BSD/_ktrace_points
#autoload

local points=(
  'c[trace system calls]'
  'i[trace I/O]'
  'n[trace namei translations]'
  's[trace signal processing]'
  'u[trace user data]'
  '+[trace the default points]'
)

case $OSTYPE in
  dragonfly*|freebsd*|netbsd*)
    points+=(
      'w[context switches]'
    )
    ;|
  freebsd*|openbsd*)
    points+=(
      't[trace various structures]'
    )
    ;|
  freebsd*)
    points+=(
      'f[trace page faults]'
      'p[trace capability check failures]'
      'y[trace sysctl(3) requests]'
    )
    ;;
  netbsd*)
    points+=(
      'A[trace all tracepoints]'
      'a[trace exec arguments]'
      'e[trace emulation changes]'
      'f[trace open file descriptors after exec]'
      'S[trace MIB access (sysctl)]'
      'v[trace exec environment]'
      '-[do not trace following trace points]'
    )
    ;;
  openbsd*)
    points+=(
      'p[trace violation of pledge(2) restrictions]'
      'x[trace argument vector in execve(2)]'
      'X[trace environment in execve(2)]'
    )
    ;;
esac

_values -s '' 'ktrace point' $points

Youez - 2016 - github.com/yon3zu
LinuXploit