Lines Matching refs:tsk

497 	TP_PROTO(struct task_struct *tsk, u64 delay),
499 TP_ARGS(__perf_task(tsk), __perf_count(delay)),
502 __string( comm, tsk->comm )
509 __entry->pid = tsk->pid;
523 TP_PROTO(struct task_struct *tsk, u64 delay),
524 TP_ARGS(tsk, delay));
531 TP_PROTO(struct task_struct *tsk, u64 delay),
532 TP_ARGS(tsk, delay));
539 TP_PROTO(struct task_struct *tsk, u64 delay),
540 TP_ARGS(tsk, delay));
546 TP_PROTO(struct task_struct *tsk, u64 delay),
547 TP_ARGS(tsk, delay));
555 TP_PROTO(struct task_struct *tsk, u64 runtime),
557 TP_ARGS(tsk, __perf_count(runtime)),
560 __string( comm, tsk->comm )
567 __entry->pid = tsk->pid;
577 TP_PROTO(struct task_struct *tsk, u64 runtime),
578 TP_ARGS(tsk, runtime));
586 TP_PROTO(struct task_struct *tsk, struct task_struct *pi_task),
588 TP_ARGS(tsk, pi_task),
591 __string( comm, tsk->comm )
599 __entry->pid = tsk->pid;
600 __entry->oldprio = tsk->prio;
602 min(tsk->normal_prio, pi_task->prio) :
603 tsk->normal_prio;
614 TP_PROTO(struct task_struct *tsk),
615 TP_ARGS(tsk),
618 __string( comm, tsk->comm )
624 __entry->pid = tsk->pid;
638 TP_PROTO(struct task_struct *tsk, int src_cpu, int dst_cpu),
640 TP_ARGS(tsk, src_cpu, dst_cpu),
653 __entry->pid = task_pid_nr(tsk);
654 __entry->tgid = task_tgid_nr(tsk);
655 __entry->ngid = task_numa_group_id(tsk);
777 TP_PROTO(struct task_struct *tsk, nodemask_t *mem_allowed_ptr),
779 TP_ARGS(tsk, mem_allowed_ptr),
790 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
791 __entry->pid = task_pid_nr(tsk);
792 __entry->tgid = task_tgid_nr(tsk);
793 __entry->ngid = task_numa_group_id(tsk);
891 TP_PROTO(struct task_struct *tsk, int state),
892 TP_ARGS(tsk, state),
893 TP_CONDITION(!!(tsk->__state) != !!state));
896 TP_PROTO(struct task_struct *tsk, int cpu, int tif),
897 TP_ARGS(tsk, cpu, tif));