Fixing Symbol Versioning for V2

Change-Id: Ieb6f98bec97e9d24ff6acc52b131a1a1a129a829


[ROCm/rocprofiler commit: a3484f4ee8]
Cette révision appartient à :
Ammar ELWazir
2023-04-05 21:51:44 +00:00
révisé par Ammar Elwazir
Parent 56437acbd1
révision 71b3962006
4 fichiers modifiés avec 60 ajouts et 60 suppressions
+3 -3
Voir le fichier
@@ -1,4 +1,4 @@
ROCPROFILER_1.0 {
ROCPROFILER_8.0 {
global: OnLoad;
OnUnload;
rocprofiler_version_major;
@@ -41,7 +41,7 @@ global: OnLoad;
local: *;
};
ROCPROFILER_2.0 {
ROCPROFILER_9.0 {
global: HSA_AMD_TOOL_PRIORITY;
rocprofiler_error_str;
rocprofiler_initialize;
@@ -85,4 +85,4 @@ global: HSA_AMD_TOOL_PRIORITY;
rocprofiler_device_profiling_session_poll;
rocprofiler_device_profiling_session_stop;
rocprofiler_device_profiling_session_destroy;
} ROCPROFILER_1.0;
} ROCPROFILER_8.0;