diff options
author | Frederic Weisbecker <[email protected]> | 2014-03-05 17:05:57 +0100 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2014-03-13 15:56:44 +0100 |
commit | 300a9d887ea221f344962506f724e02101bacc08 (patch) | |
tree | ee4bbd30f5a02a957211351b358fc23f33c68681 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py | |
parent | dee08a72deefac251267ed2717717596aa8b6818 (diff) |
sched: Remove needless round trip nsecs <-> tick conversion of steal time
When update_rq_clock_task() accounts the pending steal time for a task,
it converts the steal delta from nsecs to tick then from tick to nsecs.
There is no apparent good reason for doing that though because both
the task clock and the prev steal delta are u64 and store values
in nsecs.
So lets remove the needless conversion.
Cc: Ingo Molnar <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions