Searched refs:vruntime (Results 1 – 3 of 3) sorted by relevance
/include/trace/events/ |
D | sched.h | 517 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime), 519 TP_ARGS(tsk, __perf_count(runtime), vruntime), 525 __field( u64, vruntime ) 532 __entry->vruntime = vruntime; 538 (unsigned long long)__entry->vruntime) 542 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime), 543 TP_ARGS(tsk, runtime, vruntime));
|
/include/trace/hooks/ |
D | sched.h | 222 TP_PROTO(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial, u64 *vruntime), 223 TP_ARGS(cfs_rq, se, initial, vruntime), 1);
|
/include/linux/ |
D | sched.h | 540 u64 vruntime; member
|