Searched refs:tcomm (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | array.c | 95 char tcomm[sizeof(p->comm)]; in task_name() local 98 get_task_comm(tcomm, p); in task_name() 103 ret = string_escape_str(tcomm, buf, size, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\"); in task_name() 393 char tcomm[sizeof(task->comm)]; in do_task_stat() local 408 get_task_comm(tcomm, task); in do_task_stat() 474 seq_printf(m, "%d (%s) %c", pid_nr_ns(pid, ns), tcomm, state); in do_task_stat()
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 282 tcomm filename of the executable
|