Commit Graph

5 Commits

Author SHA1 Message Date
66068bc412 Fix hidden dependencies for AMDuProfSys
It tries to dlopen libcrypt.so.1 and libstdc++.so.6, so we make sure
they are available by adding them to the runpath.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-09-16 15:57:04 +02:00
e8a3d6d647 Fix amd-uprof dependencies with patchelf
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-09-05 13:01:11 +02:00
6c544f79c4 Fix hrtimer new interface
The hrtimer_init() is now done via hrtimer_setup() with the callback
function as argument.

See: https://lwn.net/Articles/996598/
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-09-04 12:20:42 +02:00
3b7cf58aad Use CFLAGS_MODULE instead of EXTRA_CFLAGS
Fixes the build in Linux 6.15.6, as it was not able to find the include
files.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-09-04 12:00:33 +02:00
6f958c14cd Add AMD uProf package and driver
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-06-20 14:55:43 +02:00