Searched refs:vruntime (Results 1 - 2 of 2) sorted by relevance

/include/trace/events/
H A Dsched.h370 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime),
372 TP_ARGS(tsk, __perf_count(runtime), vruntime),
378 __field( u64, vruntime )
385 __entry->vruntime = vruntime;
388 TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu [ns]",
391 (unsigned long long)__entry->vruntime)
395 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime),
396 TP_ARGS(tsk, runtime, vruntime));
/include/linux/
H A Dsched.h1130 u64 vruntime; member in struct:sched_entity

Completed in 127 milliseconds