1FUNCTION::CURRENT_EX(3stap) Context Functions FUNCTION::CURRENT_EX(3stap)
2
3
4
6 function::current_exe_file - get the file struct pointer for the
7 current task's executable file
8
10 current_exe_file:long()
11
13 None
14
16 This function returns the file struct pointer for the current task's
17 executable file. Note that the file struct pointer isn't locked on
18 return. The return value of this function can be passed to
19 fullpath_struct_file to get the path from the file struct.
20
21
22
23SystemTap Tapset Reference October 2018 FUNCTION::CURRENT_EX(3stap)