PROBE::SYSCALL_ANY

Section: Syscall Any Tapset (3stap)
Updated: November 2022
Index Return to Main Contents
 

NAME

probe::syscall_any - Record entry into a syscall  

SYNOPSIS

syscall_any 
 

VALUES

syscall_nr

number of the syscall

name

name of the syscall
 

CONTEXT

The process performing the syscall  

DESCRIPTION

The syscall_any probe point is designed to be a low overhead that monitors all the syscalls entered via a kernel tracepoint. Because of the breadth of syscalls it monitors it provides no information about the syscall arguments or argstr string representation of those arguments.

This requires kernel 3.5+ and newer which have the kernel.trace("sys_enter") probe point.  

SEE ALSO

tapset::syscall_any(3stap)


 

Index

NAME
SYNOPSIS
VALUES
CONTEXT
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:22:20 GMT, November 16, 2022