7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
probe kprocess.exit
|
||
|
{
|
||
|
t=task_current()
|
||
|
path=fullpath_struct_file(t, task_exe_file(t))
|
||
|
printf("%s\n", path)
|
||
|
}
|