diff options
author | 2020-10-15 14:48:46 +0800 | |
---|---|---|
committer | 2020-10-29 11:00:28 +0100 | |
commit | b9c88f752268383beff0d56e50d52b8ae62a02f8 (patch) | |
tree | 6cc27e8fb7f7b2b60174467de59f56b471886e7b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (diff) | |
download | wireguard-linux-b9c88f752268383beff0d56e50d52b8ae62a02f8.tar.xz wireguard-linux-b9c88f752268383beff0d56e50d52b8ae62a02f8.zip |
sched/fair: Improve the accuracy of sched_stat_wait statistics
When the sched_schedstat changes from 0 to 1, some sched se maybe
already in the runqueue, the se->statistics.wait_start will be 0.
So it will let the (rq_of(cfs_rq)) - se->statistics.wait_start)
wrong. We need to avoid this scenario.
Signed-off-by: jun qian <qianjun.kernel@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Yafang Shao <laoar.shao@gmail.com>
Link: https://lkml.kernel.org/r/20201015064846.19809-1-qianjun.kernel@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions