diff options
author | 2017-03-04 15:42:48 -0500 | |
---|---|---|
committer | 2017-03-04 15:42:48 -0500 | |
commit | 22048c5485503749754b3b5daf9d99ef89fcacdc (patch) | |
tree | 0c2eecaadd36b4ef8a3f18a5e75a1bd8cdd3085d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tools/power turbostat: version 17.02.24 (diff) | |
download | wireguard-linux-22048c5485503749754b3b5daf9d99ef89fcacdc.tar.xz wireguard-linux-22048c5485503749754b3b5daf9d99ef89fcacdc.zip |
tools/power turbostat: bugfix: GFXMHz column not changing
turbostat displays a GFXMHz column, which comes from reading
/sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz
But GFXMHz was not changing, even when a manual
cat /sys/class/graphics/fb0/device/drm/card0/gt_cur_freq_mhz
showed a new value.
It turns out that a rewind() on the open file is not sufficient,
fflush() (or a close/open) is needed to read fresh values.
Reported-by: Yaroslav Isakov <yaroslav.isakov@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions