1TAPSET::LOGGING(3stap) TAPSET::LOGGING(3stap)
2
3
4
6 tapset::logging - systemtap logging tapset
7
8
10 log Send a line to the common trace buffer
11
12 See function::log(3stap)
13 for details.
14
15 warn Send a line to the warning stream
16
17 See function::warn(3stap)
18 for details.
19
20 exit Start shutting down probing script.
21
22 See function::exit(3stap)
23 for details.
24
25 error Send an error message
26
27 See function::error(3stap)
28 for details.
29
30 assert evaluate assertion
31
32 See function::assert(3stap)
33 for details.
34
35 assert evaluate assertion
36
37 See function::assert(3stap)
38 for details.
39
40 ftrace Send a message to the ftrace ring-buffer
41
42 See function::ftrace(3stap)
43 for details.
44
45 printk Send a message to the kernel trace buffer
46
47 See function::printk(3stap)
48 for details.
49
50
52 function::log(3stap), function::warn(3stap),
53 function::exit(3stap), function::error(3stap),
54 function::assert(3stap), function::ftrace(3stap),
55 function::printk(3stap), stap(1), stapprobes(3stap)
56
57
58
59SystemTap Tapset Reference June 2018 TAPSET::LOGGING(3stap)