Lines Matching refs:tsk
336 TP_PROTO(struct task_struct *tsk, u64 delay),
338 TP_ARGS(__perf_task(tsk), __perf_count(delay)),
347 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
348 __entry->pid = tsk->pid;
363 TP_PROTO(struct task_struct *tsk, u64 delay),
364 TP_ARGS(tsk, delay));
371 TP_PROTO(struct task_struct *tsk, u64 delay),
372 TP_ARGS(tsk, delay));
379 TP_PROTO(struct task_struct *tsk, u64 delay),
380 TP_ARGS(tsk, delay));
386 TP_PROTO(struct task_struct *tsk, u64 delay),
387 TP_ARGS(tsk, delay));
394 TP_PROTO(struct task_struct *tsk),
396 TP_ARGS(tsk),
405 __entry->pid = tsk->pid;
406 __entry->caller = (void*)get_wchan(tsk);
407 __entry->io_wait = tsk->in_iowait;
419 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime),
421 TP_ARGS(tsk, __perf_count(runtime), vruntime),
431 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
432 __entry->pid = tsk->pid;
444 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime),
445 TP_ARGS(tsk, runtime, vruntime));
453 TP_PROTO(struct task_struct *tsk, int newprio),
455 TP_ARGS(tsk, newprio),
465 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
466 __entry->pid = tsk->pid;
467 __entry->oldprio = tsk->prio;
478 TP_PROTO(struct task_struct *tsk),
479 TP_ARGS(tsk),
487 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
488 __entry->pid = tsk->pid;
497 TP_PROTO(struct task_struct *tsk, int src_cpu, int dst_cpu),
499 TP_ARGS(tsk, src_cpu, dst_cpu),
512 __entry->pid = task_pid_nr(tsk);
513 __entry->tgid = task_tgid_nr(tsk);
514 __entry->ngid = task_numa_group_id(tsk);
532 TP_PROTO(struct task_struct *tsk, int src_cpu, int dst_cpu),
534 TP_ARGS(tsk, src_cpu, dst_cpu)
538 TP_PROTO(struct task_struct *tsk, int src_cpu, int dst_cpu),
540 TP_ARGS(tsk, src_cpu, dst_cpu)
634 TP_PROTO(struct task_struct *tsk, struct sched_avg *avg),
636 TP_ARGS(tsk, avg),
650 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
651 __entry->pid = tsk->pid;
652 __entry->cpu = task_cpu(tsk);
762 TP_PROTO(struct task_struct *tsk, int cpu, int tasks, int idx,
765 TP_ARGS(tsk, cpu, tasks, idx, boost, max_boost),
778 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
779 __entry->pid = tsk->pid;
824 TP_PROTO(struct task_struct *tsk, unsigned long util, long margin),
826 TP_ARGS(tsk, util, margin),
837 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
838 __entry->pid = tsk->pid;
854 TP_PROTO(struct task_struct *tsk, int scpu, int dcpu, int udelta,
858 TP_ARGS(tsk, scpu, dcpu, udelta,
879 memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN);
880 __entry->pid = tsk->pid;