Fixing Symbol Versioning for V2

Change-Id: Ieb6f98bec97e9d24ff6acc52b131a1a1a129a829
This commit is contained in:
Ammar ELWazir
2023-04-05 21:51:44 +00:00
committed by Ammar Elwazir
parent a56b32e4eb
commit a3484f4ee8
4 changed files with 60 additions and 60 deletions
+3 -3
View File
@@ -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;