diff options
author | 2023-12-15 17:04:59 +0200 | |
---|---|---|
committer | 2024-02-13 13:56:44 -0700 | |
commit | 33403bc7fe2ec35cd87e4f11db4d1a1da1e5ce12 (patch) | |
tree | 335447c8d50e6556f9144bc17d17e273fe05546a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | selftests/resctrl: Split show_cache_info() to test specific and generic parts (diff) | |
download | wireguard-linux-33403bc7fe2ec35cd87e4f11db4d1a1da1e5ce12.tar.xz wireguard-linux-33403bc7fe2ec35cd87e4f11db4d1a1da1e5ce12.zip |
selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversion
Perf counters are __u64 but the code converts them to unsigned long
before printing them out.
Remove unnecessary type conversion and retain the perf originating
value as __u64.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions