hi i have used sys_getpid() from within kernel to get process id how can I find out process name from kernel struct? does it exist in kernel??
thanks very much
Not sure, but find_task_by_pid_ns might be useful.