diff options
author | Vitaly Kuznetsov <[email protected]> | 2017-03-03 14:21:41 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-03-11 14:47:28 +0100 |
commit | 0733379b512ce36ba0b10942f9597b74f579f063 (patch) | |
tree | 89f45817ac0f3349076798b75a59f62a17cf0d9a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bd2a9adaadb8defcaf6c284bca7ff41634105f51 (diff) |
x86/hyperv: Move TSC reading method to asm/mshyperv.h
As a preparation to making Hyper-V TSC page suitable for vDSO move
the TSC page reading logic to asm/mshyperv.h. While on it, do the
following:
- Document the reading algorithm.
- Simplify the code a bit.
- Add explicit READ_ONCE() to not rely on 'volatile'.
- Add explicit barriers to prevent re-ordering (we need to read sequence
strictly before and after)
- Use mul_u64_u64_shr() instead of assembly, gcc generates a single 'mul'
instruction on x86_64 anyway.
[ tglx: Simplified the loop ]
Signed-off-by: Vitaly Kuznetsov <[email protected]>
Cc: Stephen Hemminger <[email protected]>
Cc: Haiyang Zhang <[email protected]>
Cc: Dexuan Cui <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: [email protected]
Cc: "K. Y. Srinivasan" <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions