Searched refs:tcomm (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | array.c | 94 char tcomm[sizeof(p->comm)]; in task_name() local 96 get_task_comm(tcomm, p); in task_name() 102 buf += string_escape_str(tcomm, buf, m->size - m->count, in task_name() 382 char tcomm[sizeof(task->comm)]; in do_task_stat() local 397 get_task_comm(tcomm, task); in do_task_stat() 463 seq_printf(m, "%d (%s) %c", pid_nr_ns(pid, ns), tcomm, state); in do_task_stat()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 279 tcomm filename of the executable
|