1FUNCTION::PRINT_UBAC(3stap) Context Functions FUNCTION::PRINT_UBAC(3stap)
2
3
4
6 function::print_ubacktrace - Print stack back trace for current
7 user-space task.
8
10 1) print_ubacktrace()
11
12 2) print_ubacktrace(pc:long,sp:long,fp:long)
13
15 pc
16 -- undescribed --
17
18 sp
19 -- undescribed --
20
21 fp
22 -- undescribed --
23
25 1)
26
27 2) Equivalent to print_ustack(ubacktrace), except that deeper stack
28 nesting may be supported. Returns nothing. See print_backtrace for
29 kernel backtrace.
30
32 To get (full) backtraces for user space applications and shared shared
33 libraries not mentioned in the current script run stap with -d
34 /path/to/exe-or-so and/or add --ldd to load all needed unwind data.
35
37 tapset::ucontext-unwind(3stap)
38
40 tapset::ucontext-unwind(3stap)
41
42
43
44SystemTap Tapset Reference November 2019 FUNCTION::PRINT_UBAC(3stap)