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_sys32_adjtimex.stp
# sys32_adjtimex ________________________________________
#
# long sys32_adjtimex(struct timex32 __user *utp)
#

@define _SYSCALL_SYS32_ADJTIMEX_NAME
%(
	name = "sys32_adjtimex"
%)

@define _SYSCALL_SYS32_ADJTIMEX_ARGSTR
%(
	argstr = sprintf("%p", utp)
%)

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

# dw_sys32_adjtimex _____________________________________________________

probe dw_syscall.sys32_adjtimex = kernel.function("sys32_adjtimex") ?
{
	@_SYSCALL_SYS32_ADJTIMEX_NAME
	utp = $utp
	@_SYSCALL_SYS32_ADJTIMEX_ARGSTR
}
probe dw_syscall.sys32_adjtimex.return = kernel.function("sys32_adjtimex").return ?
{
	@_SYSCALL_SYS32_ADJTIMEX_NAME
	@SYSC_RETVALSTR($return)
}

# nd_sys32_adjtimex _____________________________________________________

probe nd_syscall.sys32_adjtimex = kprobe.function("sys32_adjtimex") ?
{
	@_SYSCALL_SYS32_ADJTIMEX_NAME
	asmlinkage()
	utp = pointer_arg(1)
	@_SYSCALL_SYS32_ADJTIMEX_ARGSTR
}
probe nd_syscall.sys32_adjtimex.return = kprobe.function("sys32_adjtimex").return ?
{
	@_SYSCALL_SYS32_ADJTIMEX_NAME
	@SYSC_RETVALSTR(returnval())
}


Spamworldpro Mini