diff options
author | Thomas Renninger <trenn@suse.de> | 2025-03-07 10:43:34 +0100 |
---|---|---|
committer | Shuah Khan <shuah@kernel.org> | 2025-03-07 13:58:10 -0700 |
commit | fffadbdd6b5acdb6390d6d0bc3ad6d3da5d2bd53 (patch) | |
tree | b19d4f9016fbe4590bb844aacc2ff00f3efadeef /tools/perf/scripts/python/syscall-counts.py | |
parent | f89cb9cba7a2557db676b507dd181d9751c7d11d (diff) |
cpupower: Make lib versioning scheme more obvious and fix version link
library versioning was broken:
libcpupower.so.0.0.1
libcpupower.so -> libcpupower.so.0.0.1
libcpupower.so.1 -> libcpupower.so.0.0.1
and is fixed by this patch to:
libcpupower.so.1.0.1
libcpupower.so -> libcpupower.so.1.0.1
libcpupower.so.1 -> libcpupower.so.1.0.1
Link: https://lore.kernel.org/r/20250307094334.39587-1-trenn@suse.de
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions