https://t.me/RX1948
Server : Apache/2.4.18 (Ubuntu)
System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64
User : oppastar ( 1041)
PHP Version : 7.0.33-0ubuntu0.16.04.15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Directory :  /usr/src/linux-headers-4.4.0-116-generic/include/trace/events/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/src/linux-headers-4.4.0-116-generic/include/trace/events/fs.h
#undef TRACE_SYSTEM
#define TRACE_SYSTEM fs

#if !defined(_TRACE_FS_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_FS_H

#include <linux/fs.h>
#include <linux/tracepoint.h>

TRACE_EVENT(do_sys_open,

	TP_PROTO(const char *filename, int flags, int mode),

	TP_ARGS(filename, flags, mode),

	TP_STRUCT__entry(
		__string(	filename, filename		)
		__field(	int, flags			)
		__field(	int, mode			)
	),

	TP_fast_assign(
		__assign_str(filename, filename);
		__entry->flags = flags;
		__entry->mode = mode;
	),

	TP_printk("\"%s\" %x %o",
		  __get_str(filename), __entry->flags, __entry->mode)
);

TRACE_EVENT(open_exec,

	TP_PROTO(const char *filename),

	TP_ARGS(filename),

	TP_STRUCT__entry(
		__string(	filename, filename		)
	),

	TP_fast_assign(
		__assign_str(filename, filename);
	),

	TP_printk("\"%s\"",
		  __get_str(filename))
);

#endif /* _TRACE_FS_H */

/* This part must be outside protection */
#include <trace/define_trace.h>

https://t.me/RX1948 - 2025