Home
last modified time | relevance | path

Searched refs:vruntime (Results 1 – 3 of 3) sorted by relevance

/include/trace/events/
Dsched.h517 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/
Dsched.h222 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/
Dsched.h540 u64 vruntime; member