Skip to content
Commit 5fe6ec8f authored by Peter Zijlstra's avatar Peter Zijlstra
Browse files

sched: Remove vruntime from trace_sched_stat_runtime()



Tracing the runtime delta makes sense, observer can sum over time.
Tracing the absolute vruntime makes less sense, inconsistent:
absolute-vs-delta, but also vruntime delta can be computed from
runtime delta.

Removing the vruntime thing also makes the two tracepoint sites
identical, allowing to unify the code in a later patch.

Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
parent 5d69eca5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment