aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJeremy Cline <[email protected]>2017-10-04 03:08:11 +0000
committerPaolo Bonzini <[email protected]>2017-10-12 14:01:50 +0200
commit9cc5fbbb8ca2178d94f2eeeb2ce675293a3f8ae2 (patch)
tree6e901deff651e857b9f5f12cebcd599c0095249e /tools/perf/scripts/python/export-to-sqlite.py
parent0f107682cb0398265d80237c353a6fa93161d219 (diff)
tools/kvm_stat: Add Python 3 support to kvm_stat
Make kvm_stat support Python 3 by changing the use of "print" to a function rather than a statement, switching from "iteritems" and "iterkeys" (removed in Python 3) to "items" and "keys" respectively, and decoding bytes to strings when dealing with text. With this change, kvm_stat is usable with Python 2.6 and greater. Signed-off-by: Jeremy Cline <[email protected]> Signed-off-by: Radim Krčmář <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions