logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::current_exe_file - get the file struct pointer for the current task's executable file

Arguments

       None

Description

       This function returns the file struct pointer for the current task's executable file. Note that the file
       struct pointer isn't locked on return. The return value of this function can be passed to
       fullpath_struct_file to get the path from the file struct.

SystemTap Tapset Reference                         April 2024                        FUNCTION::CURRENT_EX(3stap)

Name

       function::current_exe_file - get the file struct pointer for the current task's executable file

Synopsis

           current_exe_file:long()

See Also