Returns the process name for given process id.
NF_STATUS nf_getProcessName(unsigned int pid, char * buf, int len)
NF_STATUS_SUCCESS on success.
nf_getProcessName reads /proc and returns the appropriate command line for the specified pid.