1FUNCTION::PRINT_UBAC(3stap)    Context Functions   FUNCTION::PRINT_UBAC(3stap)
2
3
4

NAME

6       function::print_ubacktrace - Print stack back trace for current
7       user-space task.
8

SYNOPSIS

10       1) print_ubacktrace()
11
12       2) print_ubacktrace(pc:long,sp:long,fp:long)
13

ARGUMENTS

15       pc
16           -- undescribed --
17
18       sp
19           -- undescribed --
20
21       fp
22           -- undescribed --
23

DESCRIPTION

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

NOTE

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

SEE ALSO

37       tapset::ucontext-unwind(3stap)
38

SEE ALSO

40       tapset::ucontext-unwind(3stap)
41
42
43
44SystemTap Tapset Reference       November 2019     FUNCTION::PRINT_UBAC(3stap)
Impressum