tag
line
file
source code
u_comm
213
fs/exec.c
strncpy(dump.u_comm, current->comm, sizeof(current->comm));
u_comm
69
include/linux/user.h
char u_comm[32]; /* User command that was responsible */