1TAPSET::CONTEXT-UNWIND(3stap) TAPSET::CONTEXT-UNWIND(3stap)
2
3
4
6 tapset::context-unwind - systemtap context-unwind tapset
7
8
10 Context functions provide additional information about where an event
11 occurred. These functions can provide information such as a backtrace
12 to where the event occurred and the current register values for the
13 processor.
14
15
16
17 print_backtrace
18 Print kernel stack back trace
19
20 See function::print_backtrace(3stap)
21 for details.
22
23 sprint_backtrace
24 Return stack back trace as string
25
26 See function::sprint_backtrace(3stap)
27 for details.
28
29 backtrace
30 Hex backtrace of current kernel stack
31
32 See function::backtrace(3stap)
33 for details.
34
35 task_backtrace
36 Hex backtrace of an arbitrary task
37
38 See function::task_backtrace(3stap)
39 for details.
40
41
43 function::print_backtrace(3stap),
44 function::sprint_backtrace(3stap), function::backtrace(3stap),
45 function::task_backtrace(3stap), stap(1), stapprobes(3stap)
46
47
48
49SystemTap Tapset Reference June 2018 TAPSET::CONTEXT-UNWIND(3stap)