1TAPSET::CONTEXT-ENVVAR(3stap) TAPSET::CONTEXT-ENVVAR(3stap)
2
3
4
6 tapset::context-envvar - systemtap context-envvar 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 env_var
18 Fetch environment variable from current process
19
20 See function::env_var(3stap)
21 for details.
22
23
25 function::env_var(3stap), stap(1), stapprobes(3stap)
26
27
28
29SystemTap Tapset Reference May 2021 TAPSET::CONTEXT-ENVVAR(3stap)