Lines Matching refs:comm
23 __string( comm, t->comm )
28 __assign_str(comm);
32 TP_printk("comm=%s pid=%d", __get_str(comm), __entry->pid)
148 __array( char, comm, TASK_COMM_LEN )
155 memcpy(__entry->comm, p->comm, TASK_COMM_LEN);
162 __entry->comm, __entry->pid, __entry->prio,
240 memcpy(__entry->prev_comm, prev->comm, TASK_COMM_LEN);
244 memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN);
279 __string( comm, p->comm )
287 __assign_str(comm);
295 __get_str(comm), __entry->pid, __entry->prio,
306 __string( comm, p->comm )
312 __assign_str(comm);
318 __get_str(comm), __entry->pid, __entry->prio)
342 __array( char, comm, TASK_COMM_LEN )
349 memcpy(__entry->comm, p->comm, TASK_COMM_LEN);
356 __entry->comm, __entry->pid, __entry->prio,
378 __string( comm, current->comm )
384 __assign_str(comm);
390 __get_str(comm), __entry->pid, __entry->prio)
403 __string( parent_comm, parent->comm )
405 __string( child_comm, child->comm )
468 __string( comm, task->comm )
475 __assign_str(comm);
480 __entry->pid, __get_str(comm))
502 __string( comm, tsk->comm )
508 __assign_str(comm);
514 __get_str(comm), __entry->pid,
560 __string( comm, tsk->comm )
566 __assign_str(comm);
572 __get_str(comm), __entry->pid,
591 __string( comm, tsk->comm )
598 __assign_str(comm);
608 __get_str(comm), __entry->pid,
618 __string( comm, tsk->comm )
623 __assign_str(comm);
627 TP_printk("comm=%s pid=%d", __get_str(comm), __entry->pid)
782 __array( char, comm, TASK_COMM_LEN )
790 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
801 __entry->comm,