1FUNCTION::TASK_BACKT(3stap) Context Functions FUNCTION::TASK_BACKT(3stap)
23
4
NAME
6function::task_backtrace - Hex backtrace of an arbitrary task
7
SYNOPSIS
9task_backtrace:string(task:long)
10
ARGUMENTS
12task
13pointer to task_struct
14
DESCRIPTION
16This function returns a string of hex addresses that are a backtrace of
17the stack of a particular task Output may be truncated as per maximum
18string length. Deprecated in SystemTap 1.6.
1920
21
22
SystemTap Tapset Reference August 2011 FUNCTION::TASK_BACKT(3stap)