Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /opt/rh/gcc-toolset-11/root/usr/share/systemtap/tapset/linux/powerpc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/rh/gcc-toolset-11/root/usr/share/systemtap/tapset/linux/powerpc/sysc_ppc64_sys32_stime.stp
# ppc64_sys32_stime ________________________________________
#
# long ppc64_sys32_stime(int __user * tptr)
#

@define _SYSCALL_PPC64_SYS32_STIME_NAME
%(
	name = "ppc64_sys32_stime"
%)

@define _SYSCALL_PPC64_SYS32_STIME_ARGSTR
%(
	argstr = sprintf("%p", t_uaddr)
%)

probe syscall.ppc64_sys32_stime = dw_syscall.ppc64_sys32_stime !,
                                  nd_syscall.ppc64_sys32_stime ? {}
probe syscall.ppc64_sys32_stime.return = dw_syscall.ppc64_sys32_stime.return !,
                                         nd_syscall.ppc64_sys32_stime.return ? {}

# dw_ppc64_sys32_stime _____________________________________________________

probe dw_syscall.ppc64_sys32_stime = kernel.function("ppc64_sys32_stime") ?
{
	@_SYSCALL_PPC64_SYS32_STIME_NAME
	t_uaddr = $tptr
	@_SYSCALL_PPC64_SYS32_STIME_ARGSTR
}
probe dw_syscall.ppc64_sys32_stime.return = kernel.function("ppc64_sys32_stime").return ?
{
	@_SYSCALL_PPC64_SYS32_STIME_NAME
	@SYSC_RETVALSTR($return)
}

# nd_ppc64_sys32_stime _____________________________________________________

probe nd_syscall.ppc64_sys32_stime = kprobe.function("ppc64_sys32_stime") ?
{
	@_SYSCALL_PPC64_SYS32_STIME_NAME
	asmlinkage()
	t_uaddr = pointer_arg(1)
	@_SYSCALL_PPC64_SYS32_STIME_ARGSTR
}
probe nd_syscall.ppc64_sys32_stime.return = kprobe.function("ppc64_sys32_stime").return ?
{
	@_SYSCALL_PPC64_SYS32_STIME_NAME
	@SYSC_RETVALSTR(returnval())
}

Spamworldpro Mini