1FUNCTION::CMDLINE_AR(3stap) Context Functions FUNCTION::CMDLINE_AR(3stap)
2
3
4
6 function::cmdline_arg - Fetch a command line argument
7
9 cmdline_arg:string(n:long)
10
12 n
13 Argument to get (zero is the program itself)
14
16 Returns argument the requested argument from the current process or the
17 empty string when there are not that many arguments or there is a
18 problem retrieving the argument. Argument zero is traditionally the
19 command itself.
20
22 tapset::context(3stap)
23
24
25
26SystemTap Tapset Reference May 2019 FUNCTION::CMDLINE_AR(3stap)