diff options
author | Anish Moorthy <[email protected]> | 2023-02-23 00:18:05 +0000 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2023-03-24 08:26:23 -0700 |
commit | f6baabdcadd1080893aa5e49e6959cb070244703 (patch) | |
tree | bc7208803000b43b5e906eda2c3c15c5e2e4861b /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | d8708b80fa0e6e21bc0c9e7276ad0bccef73b6e7 (diff) |
KVM: selftests: Fix nsec to sec conversion in demand_paging_test
demand_paging_test uses 1E8 as the denominator to convert nanoseconds to
seconds, which is wrong. Use NSEC_PER_SEC instead to fix the issue and
make the conversion obvious.
Reported-by: James Houghton <[email protected]>
Signed-off-by: Anish Moorthy <[email protected]>
Reviewed-by: Oliver Upton <[email protected]>
Reviewed-by: Sean Christopherson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions