1TAPSET::SYSCALLS(3stap) TAPSET::SYSCALLS(3stap)
2
3
4
6 tapset::syscalls - systemtap syscall tapset
7
8
10 Following is an overview of available syscall probes and convenience
11 variables they offer. By default, each syscall probe has name and
12 argstr convenience variables, which are not included in the overview in
13 order to keep it short. Non dwarf-based nd_syscall probes are supposed
14 to have the same convenience variables.
15
16
17 syscall.clone
18 child_tid_uaddr, clone_flags, parent_tid_uaddr,
19 stack_start
20
21 syscall.ni_syscall
22
23
24 syscall.rt_sigreturn
25
26
27 syscall.sigreturn
28
29
30
32 stap(1), stapprobes(3stap)
33
34
35
36Systemtap Tapset Reference October 2018 TAPSET::SYSCALLS(3stap)