d32cf96cd4
The ROCR now detects already loaded tool libraries and calls OnLoad/ OnUnload in the order specified with HSA_AMD_TOOL_ORDER. It is no longer necessary to set the HSA_TOOLS_LIB environment variable to load the roctracer API. The roctracer tool library should be pre-loaded with LD_PRELOAD. Change-Id: I6de1b1bd4f93caa08d3554aad2376d242c74fb7e
2 lines
65 B
Plaintext
2 lines
65 B
Plaintext
{ global: HSA_AMD_TOOL_PRIORITY; OnLoad; OnUnload; local: *; };
|