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 ftrace Send a message to the ftrace ring-buffer
36
37 See function::ftrace(3stap)
38 for details.
39
40 printk Send a message to the kernel trace buffer
41
42 See function::printk(3stap)
43 for details.
44
45
47 function::log(3stap), function::warn(3stap),
48 function::exit(3stap), function::error(3stap),
49 function::assert(3stap), function::ftrace(3stap),
50 function::printk(3stap), stap(1), stapprobes(3stap)
51
52
53
54IBM --- tapset::logging(3stap)