00c46fd5e5
* Ability to select alternative compiler per file
Implementation of ompt interface to rocprofiler SDK. task_create and task_schedule are not supported.
Misc updates
Update OpenMP target sample
- samples/ompt -> samples/openmp_target
- fix sample test of openmp-target
- reorganize files
Rework OpenMP implementation
Minor OpenMP implementation cleanup
Rename samples/openmp_target CMake targets
Add tests/bin/openmp
- OpenMP target test app in tests/bin/openmp/target
Format samples/openmp_target CMakeLists.txt
Misc lib/rocprofiler-sdk/openmp cleanup
- fix includes
- convert_arg
Update openmp.def.cpp
- tweak includes
- remove lots of temporary variables
Update samples
- common::get_callback_id_names() -> common::get_callback_tracing_names()
- add kernel dispatch, memory copy, scratch memory buffered tracing to openmp target sample
Fix code object operation names
- add "CODE_OBJECT_" prefix
Update include/rocprofiler-sdk/openmp/api_id.h
- remove spurious comment
Miscellaneous openmp updates
- similar API for openmp_begin and openmp_end
- move implementations of ompt callbacks to openmp.cpp
- ompt_{thread_begin,thread_end,parallel_begin,parallel_end}_callbacks are openmp_events
[SWDEV-484495] Fix int truncation in CSV output (#1098)
CSV output truncates doubles to ints when it shouldn't. Derived metrics
are (mostly) doubles and lose precision (or become worthless) if treated
as an int. Converted these to double to match the format we return from
rocprof-sdk.
Co-authored-by: Benjamin Welton <ben@amd.com>
Update limit for max counter records in rocprof-tool (#1073)
A fixed sized std::array is used to store counter records in rocprofiler SDK. This limit was breached in SWDEV-484742. Upping the limit to 512 to be less likely to reach this limit again.
adding proxy ompt_data_t * arguments
fixes for proxy pointers
- Implement proxy ompt_data_t* pointers for clients
- Add ompt_data_t* arguments back to callback API
- Modify openmp sample to illustrate use of proxy pointers
formatting
SWDEV-467350: Skipping tool counter iteration for unsupported hardware (#1083)
Fixing some accumulate metrics (#1089)
* Fixing some accumulate metrics
* Fixing some more accumulate metrics
---------
Co-authored-by: Benjamin Welton <bewelton@amd.com>
updating rocprofv3 help options (#1113)
* updating rocprofv3 help options
* updating CHANGELOG
Fixing installed pacakge tests in CI (#1119)
* Fixing installed pacakge tests in CI
* Formatted rocprofv3.py with black formatter
SWDEV-488948: PC Sampling - Correlation class to provide some thread safety. Adding multithread tests. (#1112)
* SWDEV-488948: PC Sampling - Correlation class to provide some thread safety. Adding multithread tests.
* Update source/lib/rocprofiler-sdk/pc_sampling/parser/correlation.hpp
Co-authored-by: Vladimir Indic <139573562+vlaindic@users.noreply.github.com>
* Update source/lib/rocprofiler-sdk/pc_sampling/parser/correlation.hpp
Co-authored-by: Vladimir Indic <139573562+vlaindic@users.noreply.github.com>
* Adding backlog for codeobj changes
* Formatting
* Update source/lib/rocprofiler-sdk/pc_sampling/code_object.hpp
Co-authored-by: Vladimir Indic <139573562+vlaindic@users.noreply.github.com>
* Update source/lib/rocprofiler-sdk/pc_sampling/code_object.hpp
Co-authored-by: Vladimir Indic <139573562+vlaindic@users.noreply.github.com>
---------
Co-authored-by: Vladimir Indic <139573562+vlaindic@users.noreply.github.com>
SWDEV-487621: Fixes for metric definitions (#1118)
* Fixes for metric definitions
* Removing gfx8
* Update changelog
* Fixing unit tests
* Small fixes
* Fix for write size
Fix PSDB change (#1120)
Reverts change to `source/include/rocprofiler-sdk/callback_tracing.h`
from commit 9b2ece76c3
clang-18 build fix for RCCL (#1123)
Removes ambiguity on const usage, which clang-18 complains about
(preventing build with warn error).
mem copy direction field update (#1124)
Adding Node-id for debugging with log level trace (#1090)
fix botched rebase
Per Jonathan to remove -rdynamic warning so CI will continue
pedantic formatting
Correct the package name of rocprofiler-sdk (#1126)
* Correct the package name of rocprofiler-sdk
ROCM VERSION(for ex: 60300) was missing in the package name.
Added the same
* Use cmake cache string while setting the variable for ROCm Version
* correct the cmake-format
---------
Co-authored-by: Ranjith Ramakrishnan <Ranjith.Ramakrishnan@amd.com>
Fixing kokkosp tool library packaging (#1121)
* Fixing kokkosp tool library packaging
* Update source/lib/rocprofiler-sdk-tool/kokkosp/CMakeLists.txt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update CMakeLists.txt
* Update CMakeLists.txt
* Component Requirement in CPack
* Adding package dependency
* Update CMakeLists.txt
* Update rocprofiler_config_packaging.cmake
* Fix rocprofiler-sdk-tool-kokkosp BUILD/INSTALL RPATH
- CMAKE_INSTALL_LIBDIR doesn't help
* Add BUILD/INSTALL RPATH to rocprofv3-trigger-list-metrics
- fixes packaging issues
* Update packaging
- core depends on rocprofiler-sdk-roctx
- add CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS to resolve inter-package dependencies
* Fix package depends version format
* Improve tests/rocprofv3/summary/validate logging
* Update CI workflow
- prioritize roctx package in Install Packages step
* Remove setting <package-name>_VERSION in config.cmake.in
- this is automatically handled by existence of <package-name>-config-version.cmake
* Update rocprofiler-sdk-config.cmake
- relax find_package versioning requirements to same major and minor version
* Update rocprofiler-sdk-config.cmake
- relax find_package versioning requirements (remove EXACT, specify range)
* Tweak CI workflow
* Update perfetto_reader.py
- better handle failure to load trace processor
* Misc cleanup for config packaging
* Update config packaging
* Update config packaging
* Revert perfetto for core-rpm packages
* Revert perfetto for core-rpm packages
- perfetto < 0.9.0
* Tweak tests/rocprofv3/summary/validate.py
- reorder some checks
---------
Co-authored-by: Ammar Elwazir <aelwazir@useocpm2m-387-013.amd.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
Clang Warning Fixes (#1131)
Builds prevented on clang-18
Adding start and end timestamp columns in csv (#1128)
* Adding start and end timestamp columns in csv
* Adding assert check for the counter timestamps
---------
Co-authored-by: Gopesh Bhardwaj <gopesh.bhardwaj@amd.com>
rocprofv3: docs and help menu updates (#1129)
* doc updates
* Correcting ROCtx information
* Making ROCTx string consistent
* missing occurence
Renamed agent profiling service to device counting service (#1132)
* Renamed agent profiling service to device counting service
Name more aptly represents what agent profiling did (device wide
counter collection). Conversion of existing user code can be
performed by the following find/sed command:
find . -type f -exec sed -i 's/rocprofiler_agent_profile_callback_t/rocprofiler_device_counting_service_callback_t/g; s/rocprofiler_configure_agent_profile_counting_service/rocprofiler_configure_device_counting_service/g; s/agent_profile.h/device_counting_service.h/g; s/rocprofiler_sample_agent_profile_counting_service/rocprofiler_sample_device_counting_service/g' {} +
* Converted dispatch profile to dispatch counting service
* Debug for functioal counters test
* Minor changes for CI
* Minor fix
* More fixes for CI
* Update evaluate_ast.cpp
---------
Co-authored-by: Benjamin Welton <ben@amd.com>
Testing updated RPM dockers (#1136)
* Testing updated RPM dockers
* Trying to fix PSDB for test package dependency
Agent Profiling Fixes for Broken/Improper API Usage (#1122)
Prevent's multiple setups of agent profiling on the same agent.
Fixes agent read context to only read agents that were setup.
Prevent copy of agent profiling internal data struct and reset
hsa_signal on move to prevent inadvertant delete.
Simplifying PR template (#1139)
Implementation of ompt interface to rocprofiler SDK. task_create and task_schedule are not supported.
Fixing installed pacakge tests in CI (#1119)
* Fixing installed pacakge tests in CI
* Formatted rocprofv3.py with black formatter
Fix PSDB change (#1120)
Reverts change to `source/include/rocprofiler-sdk/callback_tracing.h`
from commit 9b2ece76c3
delete unused files
added arguments to some OMPT buffter records
* Fix cmake issues
Remove rocprofiler_ompt_finalize_tool
- a public API function is not necessary: should just finalize rocprofiler-sdk
Fix duplicate ROCPROFILER_{BUFFER,CALLBACK}_TRACING_KIND_STRING
Add lib/rocprofiler-sdk/ompt.hpp
- declares rocprofiler::sdk::finalize_ompt
Remove change to tests/rocprofv3/summary/conftest.py
Add set_fini_status(1) back to registration.cpp
Deleted uneeded files
Incoporate OpenMP code and sample
Fix merge issues with amd-staging
Add push_correlation_id for OpenMP tasking; improve debugability
fixup bad merge
* Suppress OpenMP data race
* Fix openmp_target sample
* Enum and struct name changes + source code reorg
- remove mix of ompt and openmp
- opted for ompt
- changes made for consistency
- ompt_api -> ompt
- openmp_api -> ompt
- OPENMP -> OMPT
* Update tests and more renaming
- dest_device_num -> dst_device_num
- src_addr -> src_address
- dest_addr -> dst_address
- remove info_type::begin
- require OMP_TARGET_OFFLOAD
* Update openmp-target test/sample env and labels
* Formatting
* Tweaks to cmake for openmp target
- Disable for thread sanitizers due to preloading issue
* OpenMP target cmake updates
- remove gfx1010 (fails on mi300)
- OPENMP_GPU_TARGETS
* Remove device_unload and target_map_emi support
- these are never supported by AMD OpenMP compilers
* Update CI workflow
- exclude openmp-target tests from navi3 and vega20
---------
Co-authored-by: Larry Meadows <Lawrence.Meadows@amd.com>
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
924 lines
32 KiB
C++
924 lines
32 KiB
C++
// MIT License
|
|
//
|
|
// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved.
|
|
//
|
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
// of this software and associated documentation files (the "Software"), to deal
|
|
// in the Software without restriction, including without limitation the rights
|
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
// copies of the Software, and to permit persons to whom the Software is
|
|
// furnished to do so, subject to the following conditions:
|
|
//
|
|
// The above copyright notice and this permission notice shall be included in all
|
|
// copies or substantial portions of the Software.
|
|
//
|
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
// SOFTWARE.
|
|
|
|
#define _GNU_SOURCE 1
|
|
|
|
#include "lib/rocprofiler-sdk/registration.hpp"
|
|
#include "lib/common/elf_utils.hpp"
|
|
#include "lib/common/environment.hpp"
|
|
#include "lib/common/filesystem.hpp"
|
|
#include "lib/common/logging.hpp"
|
|
#include "lib/common/static_object.hpp"
|
|
#include "lib/rocprofiler-sdk/agent.hpp"
|
|
#include "lib/rocprofiler-sdk/code_object/code_object.hpp"
|
|
#include "lib/rocprofiler-sdk/context/context.hpp"
|
|
#include "lib/rocprofiler-sdk/hip/hip.hpp"
|
|
#include "lib/rocprofiler-sdk/hsa/async_copy.hpp"
|
|
#include "lib/rocprofiler-sdk/hsa/hsa.hpp"
|
|
#include "lib/rocprofiler-sdk/hsa/memory_allocation.hpp"
|
|
#include "lib/rocprofiler-sdk/hsa/queue.hpp"
|
|
#include "lib/rocprofiler-sdk/hsa/queue_controller.hpp"
|
|
#include "lib/rocprofiler-sdk/hsa/scratch_memory.hpp"
|
|
#include "lib/rocprofiler-sdk/intercept_table.hpp"
|
|
#include "lib/rocprofiler-sdk/internal_threading.hpp"
|
|
#include "lib/rocprofiler-sdk/marker/marker.hpp"
|
|
#include "lib/rocprofiler-sdk/ompt.hpp"
|
|
#include "lib/rocprofiler-sdk/page_migration/page_migration.hpp"
|
|
#include "lib/rocprofiler-sdk/pc_sampling/code_object.hpp"
|
|
#include "lib/rocprofiler-sdk/pc_sampling/service.hpp"
|
|
#include "lib/rocprofiler-sdk/rccl/rccl.hpp"
|
|
#include "lib/rocprofiler-sdk/runtime_initialization.hpp"
|
|
|
|
#include <rocprofiler-sdk/context.h>
|
|
#include <rocprofiler-sdk/fwd.h>
|
|
#include <rocprofiler-sdk/hsa.h>
|
|
#include <rocprofiler-sdk/marker.h>
|
|
#include <rocprofiler-sdk/ompt.h>
|
|
#include <rocprofiler-sdk/version.h>
|
|
|
|
#include <hsa/hsa_api_trace.h>
|
|
#include <hip/amd_detail/hip_api_trace.hpp>
|
|
|
|
#include <fmt/format.h>
|
|
|
|
#include <dlfcn.h>
|
|
#include <link.h>
|
|
#include <unistd.h>
|
|
#include <atomic>
|
|
#include <cctype>
|
|
#include <cstddef>
|
|
#include <cstdint>
|
|
#include <fstream>
|
|
#include <iostream>
|
|
#include <limits>
|
|
#include <memory>
|
|
#include <mutex>
|
|
#include <random>
|
|
#include <stdexcept>
|
|
#include <string>
|
|
#include <string_view>
|
|
#include <thread>
|
|
#include <unordered_set>
|
|
#include <vector>
|
|
|
|
extern "C" {
|
|
#pragma weak rocprofiler_configure
|
|
|
|
extern rocprofiler_tool_configure_result_t*
|
|
rocprofiler_configure(uint32_t, const char*, uint32_t, rocprofiler_client_id_t*);
|
|
|
|
#if defined(CODECOV) && CODECOV > 0
|
|
extern void
|
|
__gcov_dump(void);
|
|
#endif
|
|
}
|
|
|
|
namespace rocprofiler
|
|
{
|
|
namespace registration
|
|
{
|
|
namespace
|
|
{
|
|
namespace fs = ::rocprofiler::common::filesystem;
|
|
|
|
// invoke all rocprofiler_configure symbols
|
|
bool
|
|
invoke_client_configures();
|
|
|
|
// invoke initialize functions returned from rocprofiler_configure
|
|
bool
|
|
invoke_client_initializers();
|
|
|
|
// invoke finalize functions returned from rocprofiler_configure
|
|
bool
|
|
invoke_client_finalizers();
|
|
|
|
// explicitly invoke the finalize function of a specific client
|
|
void invoke_client_finalizer(rocprofiler_client_id_t);
|
|
|
|
auto*
|
|
get_status()
|
|
{
|
|
static auto*& _v =
|
|
common::static_object<std::pair<std::atomic<int>, std::atomic<int>>>::construct(0, 0);
|
|
return _v;
|
|
}
|
|
|
|
auto&
|
|
get_invoked_configures()
|
|
{
|
|
static auto _v = std::unordered_set<rocprofiler_configure_func_t>{};
|
|
return _v;
|
|
}
|
|
|
|
auto&
|
|
get_forced_configure()
|
|
{
|
|
static rocprofiler_configure_func_t _v = nullptr;
|
|
return _v;
|
|
}
|
|
|
|
std::vector<std::string>
|
|
get_link_map()
|
|
{
|
|
auto chain = std::vector<std::string>{};
|
|
void* handle = dlopen(nullptr, RTLD_LAZY | RTLD_NOLOAD);
|
|
|
|
if(handle)
|
|
{
|
|
struct link_map* link_map_v = nullptr;
|
|
dlinfo(handle, RTLD_DI_LINKMAP, &link_map_v);
|
|
struct link_map* next_link = link_map_v->l_next;
|
|
while(next_link)
|
|
{
|
|
if(next_link->l_name != nullptr && !std::string_view{next_link->l_name}.empty())
|
|
{
|
|
chain.emplace_back(next_link->l_name);
|
|
}
|
|
next_link = next_link->l_next;
|
|
}
|
|
}
|
|
|
|
return chain;
|
|
}
|
|
|
|
struct client_library
|
|
{
|
|
client_library() = default;
|
|
~client_library() { delete configure_result; }
|
|
|
|
client_library(const client_library&) = delete;
|
|
client_library(client_library&&) noexcept = default;
|
|
|
|
client_library& operator=(const client_library&) = delete;
|
|
client_library& operator=(client_library&&) noexcept = delete;
|
|
|
|
std::string name = {};
|
|
void* dlhandle = nullptr;
|
|
decltype(::rocprofiler_configure)* configure_func = nullptr;
|
|
rocprofiler_tool_configure_result_t* configure_result = nullptr;
|
|
rocprofiler_client_id_t internal_client_id = {};
|
|
rocprofiler_client_id_t mutable_client_id = {};
|
|
};
|
|
|
|
using client_library_vec_t = std::vector<std::optional<client_library>>;
|
|
|
|
client_library_vec_t
|
|
find_clients()
|
|
{
|
|
auto data = client_library_vec_t{};
|
|
auto priority_offset = get_client_offset();
|
|
|
|
auto is_unique_configure_func = [&data](auto* _cfg_func) {
|
|
for(const auto& itr : data)
|
|
{
|
|
if(itr && itr->configure_func && itr->configure_func == _cfg_func) return false;
|
|
}
|
|
return true;
|
|
};
|
|
|
|
auto emplace_client = [&data, priority_offset](
|
|
std::string_view _name,
|
|
void* _dlhandle,
|
|
auto* _cfg_func) -> std::optional<client_library>& {
|
|
uint32_t _prio = priority_offset + data.size();
|
|
return data.emplace_back(client_library{std::string{_name},
|
|
_dlhandle,
|
|
_cfg_func,
|
|
nullptr,
|
|
rocprofiler_client_id_t{nullptr, _prio},
|
|
rocprofiler_client_id_t{nullptr, _prio}});
|
|
};
|
|
|
|
auto rocprofiler_configure_dlsym = [](auto _handle) {
|
|
decltype(::rocprofiler_configure)* _sym = nullptr;
|
|
*(void**) (&_sym) = dlsym(_handle, "rocprofiler_configure");
|
|
return _sym;
|
|
};
|
|
|
|
if(get_forced_configure() && is_unique_configure_func(get_forced_configure()))
|
|
{
|
|
ROCP_INFO << "adding forced configure";
|
|
emplace_client("(forced)", nullptr, get_forced_configure());
|
|
}
|
|
|
|
auto get_env_libs = []() {
|
|
auto val = common::get_env("ROCP_TOOL_LIBRARIES", std::string{});
|
|
auto val_arr = std::vector<std::string>{};
|
|
size_t pos = 0;
|
|
const auto delimiter = std::string_view{":"};
|
|
auto token = std::string{};
|
|
|
|
if(val.empty())
|
|
{
|
|
// do nothing
|
|
}
|
|
else if(val.find(delimiter) == std::string::npos)
|
|
{
|
|
val_arr.emplace_back(val);
|
|
}
|
|
else
|
|
{
|
|
while((pos = val.find(delimiter)) != std::string::npos)
|
|
{
|
|
token = val.substr(0, pos);
|
|
if(!token.empty()) val_arr.emplace_back(token);
|
|
val.erase(0, pos + delimiter.length());
|
|
}
|
|
}
|
|
return val_arr;
|
|
};
|
|
|
|
auto env = get_env_libs();
|
|
|
|
if(!env.empty())
|
|
{
|
|
for(const auto& itr : env)
|
|
{
|
|
ROCP_INFO << "[ROCP_TOOL_LIBRARIES] searching " << itr << " for rocprofiler_configure";
|
|
|
|
if(fs::exists(itr))
|
|
{
|
|
auto elfinfo = common::elf_utils::read(itr);
|
|
if(!elfinfo.has_symbol(std::regex{"^rocprofiler_configure$"}))
|
|
{
|
|
ROCP_FATAL << "[ROCP_TOOL_LIBRARIES] rocprofiler-sdk tool library '" << itr
|
|
<< "' did not contain rocprofiler_configure symbol (search method: "
|
|
"ELF parsing)";
|
|
}
|
|
}
|
|
|
|
void* handle = dlopen(itr.c_str(), RTLD_NOLOAD | RTLD_LAZY);
|
|
|
|
if(!handle)
|
|
{
|
|
ROCP_INFO << "[ROCP_TOOL_LIBRARIES] '" << itr
|
|
<< "' is not already loaded, doing a local lazy dlopen...";
|
|
handle = dlopen(itr.c_str(), RTLD_LOCAL | RTLD_LAZY);
|
|
}
|
|
|
|
if(!handle)
|
|
{
|
|
ROCP_FATAL << "[ROCP_TOOL_LIBRARIES] error dlopening '" << itr << "'";
|
|
}
|
|
|
|
for(const auto& ditr : data)
|
|
{
|
|
if(ditr->dlhandle && ditr->dlhandle == handle)
|
|
{
|
|
handle = nullptr;
|
|
break;
|
|
}
|
|
}
|
|
|
|
if(handle)
|
|
{
|
|
auto _sym = rocprofiler_configure_dlsym(handle);
|
|
// FATAL bc they explicitly said this was a tool library
|
|
ROCP_FATAL_IF(!_sym)
|
|
<< "[ROCP_TOOL_LIBRARIES] rocprofiler-sdk tool library '" << itr
|
|
<< "' did not contain rocprofiler_configure symbol (search method: dlsym)";
|
|
if(is_unique_configure_func(_sym)) emplace_client(itr, handle, _sym);
|
|
}
|
|
}
|
|
}
|
|
|
|
if(rocprofiler_configure && is_unique_configure_func(rocprofiler_configure))
|
|
emplace_client("unknown", nullptr, rocprofiler_configure);
|
|
|
|
auto _default_configure = rocprofiler_configure_dlsym(RTLD_DEFAULT);
|
|
auto _next_configure = rocprofiler_configure_dlsym(RTLD_NEXT);
|
|
|
|
if(_default_configure && is_unique_configure_func(_default_configure))
|
|
emplace_client("(RTLD_DEFAULT)", nullptr, _default_configure);
|
|
|
|
if(_next_configure && is_unique_configure_func(_next_configure))
|
|
emplace_client("(RTLD_NEXT)", nullptr, _next_configure);
|
|
|
|
// if there are two "rocprofiler_configures", we need to trigger a search of all the shared
|
|
// libraries
|
|
if(_default_configure)
|
|
{
|
|
for(const auto& itr : get_link_map())
|
|
{
|
|
ROCP_INFO << "searching " << itr << " for rocprofiler_configure";
|
|
|
|
if(fs::exists(itr))
|
|
{
|
|
auto elfinfo = common::elf_utils::read(itr);
|
|
if(!elfinfo.has_symbol(std::regex{"^rocprofiler_configure$"})) continue;
|
|
}
|
|
else
|
|
{
|
|
continue;
|
|
}
|
|
|
|
ROCP_INFO << "dlopening " << itr << " for rocprofiler_configure";
|
|
|
|
void* handle = dlopen(itr.c_str(), RTLD_LAZY | RTLD_NOLOAD);
|
|
ROCP_ERROR_IF(handle == nullptr) << "error dlopening " << itr;
|
|
|
|
auto* _sym = rocprofiler_configure_dlsym(handle);
|
|
|
|
// symbol not found
|
|
if(!_sym)
|
|
{
|
|
ROCP_INFO << "|_" << itr << " did not contain rocprofiler_configure symbol";
|
|
continue;
|
|
}
|
|
|
|
// skip the configure function that was forced
|
|
if(_sym == get_forced_configure())
|
|
{
|
|
data.front()->name = itr;
|
|
data.front()->dlhandle = handle;
|
|
data.front()->internal_client_id.name = "(forced)";
|
|
continue;
|
|
}
|
|
|
|
if(_sym == &rocprofiler_configure && data.size() == 1)
|
|
{
|
|
data.front()->name = itr;
|
|
data.front()->dlhandle = handle;
|
|
data.front()->internal_client_id.name = "default";
|
|
}
|
|
else if(is_unique_configure_func(_sym))
|
|
{
|
|
auto& entry = emplace_client(itr, handle, _sym);
|
|
entry->internal_client_id.name = entry->name.c_str();
|
|
}
|
|
}
|
|
}
|
|
|
|
ROCP_INFO << __FUNCTION__ << " found " << data.size() << " clients";
|
|
|
|
return data;
|
|
}
|
|
|
|
client_library_vec_t*
|
|
get_clients()
|
|
{
|
|
static auto*& _v = common::static_object<client_library_vec_t>::construct(find_clients());
|
|
return _v;
|
|
}
|
|
|
|
using mutex_t = std::mutex;
|
|
using scoped_lock_t = std::unique_lock<mutex_t>;
|
|
|
|
mutex_t&
|
|
get_registration_mutex()
|
|
{
|
|
static auto _v = mutex_t{};
|
|
return _v;
|
|
}
|
|
|
|
bool
|
|
invoke_client_configures()
|
|
{
|
|
if(get_init_status() > 0) return false;
|
|
|
|
auto _lk = scoped_lock_t{get_registration_mutex()};
|
|
|
|
ROCP_INFO << __FUNCTION__;
|
|
|
|
if(!get_clients()) return false;
|
|
|
|
for(auto& itr : *get_clients())
|
|
{
|
|
if(!itr) continue;
|
|
|
|
if(!itr->configure_func)
|
|
{
|
|
ROCP_ERROR << "rocprofiler::registration::invoke_client_configures() attempted to "
|
|
"invoke configure function from "
|
|
<< itr->name << " that had no configuration function";
|
|
continue;
|
|
}
|
|
|
|
if(get_invoked_configures().find(itr->configure_func) != get_invoked_configures().end())
|
|
{
|
|
ROCP_ERROR << "rocprofiler::registration::invoke_client_configures() attempted to "
|
|
"invoke configure function from "
|
|
<< itr->name << " (addr="
|
|
<< fmt::format("{:#018x}", reinterpret_cast<uint64_t>(itr->configure_func))
|
|
<< ") more than once";
|
|
continue;
|
|
}
|
|
else
|
|
{
|
|
ROCP_INFO << "rocprofiler::registration::invoke_client_configures() invoking configure "
|
|
"function from "
|
|
<< itr->name << " (addr="
|
|
<< fmt::format("{:#018x}", reinterpret_cast<uint64_t>(itr->configure_func))
|
|
<< ")";
|
|
}
|
|
|
|
auto* _result = itr->configure_func(ROCPROFILER_VERSION,
|
|
ROCPROFILER_VERSION_STRING,
|
|
itr->internal_client_id.handle - get_client_offset(),
|
|
&itr->mutable_client_id);
|
|
|
|
if(_result)
|
|
{
|
|
itr->configure_result = new rocprofiler_tool_configure_result_t{*_result};
|
|
}
|
|
else
|
|
{
|
|
context::deactivate_client_contexts(itr->internal_client_id);
|
|
context::deregister_client_contexts(itr->internal_client_id);
|
|
}
|
|
|
|
get_invoked_configures().emplace(itr->configure_func);
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
bool
|
|
invoke_client_initializers()
|
|
{
|
|
if(get_init_status() > 0) return false;
|
|
|
|
auto _lk = scoped_lock_t{get_registration_mutex()};
|
|
|
|
ROCP_INFO << __FUNCTION__;
|
|
|
|
if(!get_clients()) return false;
|
|
|
|
for(auto& itr : *get_clients())
|
|
{
|
|
if(itr && itr->configure_result && itr->configure_result->initialize)
|
|
{
|
|
context::push_client(itr->internal_client_id.handle);
|
|
itr->configure_result->initialize(&invoke_client_finalizer,
|
|
itr->configure_result->tool_data);
|
|
context::pop_client(itr->internal_client_id.handle);
|
|
// set to nullptr so initialize only gets called once
|
|
itr->configure_result->initialize = nullptr;
|
|
}
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
bool
|
|
invoke_client_finalizers()
|
|
{
|
|
// NOTE: this function is expected to only be invoked from the finalize function (which sets the
|
|
// fini status)
|
|
|
|
if(get_init_status() < 1 || get_fini_status() > 0) return false;
|
|
|
|
if(get_clients())
|
|
{
|
|
for(auto& itr : *get_clients())
|
|
{
|
|
if(itr) invoke_client_finalizer(itr->internal_client_id);
|
|
}
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
void
|
|
invoke_client_finalizer(rocprofiler_client_id_t client_id)
|
|
{
|
|
ROCP_INFO << __FUNCTION__ << "(client_id=" << client_id.handle << ")";
|
|
|
|
auto _lk = scoped_lock_t{get_registration_mutex()};
|
|
|
|
if(!get_clients()) return;
|
|
|
|
for(auto& itr : *get_clients())
|
|
{
|
|
if(itr && itr->internal_client_id.handle == client_id.handle &&
|
|
itr->mutable_client_id.handle == client_id.handle)
|
|
{
|
|
context::stop_client_contexts(itr->internal_client_id);
|
|
if(itr->configure_result && itr->configure_result->finalize)
|
|
{
|
|
// set to nullptr so finalize only gets called once
|
|
rocprofiler_tool_finalize_t _finalize_func = nullptr;
|
|
std::swap(_finalize_func, itr->configure_result->finalize);
|
|
|
|
hsa::async_copy_sync();
|
|
hsa::queue_controller_sync();
|
|
|
|
auto _fini_status = get_fini_status();
|
|
if(_fini_status == 0) set_fini_status(-1);
|
|
_finalize_func(itr->configure_result->tool_data);
|
|
if(_fini_status == 0) set_fini_status(_fini_status);
|
|
}
|
|
context::deactivate_client_contexts(itr->internal_client_id);
|
|
itr.reset();
|
|
}
|
|
}
|
|
}
|
|
} // namespace
|
|
|
|
void
|
|
init_logging()
|
|
{
|
|
common::init_logging("ROCPROFILER");
|
|
}
|
|
|
|
// ensure that logging is always initialized when library is loaded
|
|
bool init_logging_at_load = (init_logging(), true);
|
|
|
|
uint32_t
|
|
get_client_offset()
|
|
{
|
|
static uint32_t _v = []() {
|
|
auto gen = std::mt19937{std::random_device{}()};
|
|
auto rng = std::uniform_int_distribution<uint32_t>{
|
|
std::numeric_limits<uint8_t>::max(),
|
|
std::numeric_limits<uint32_t>::max() - std::numeric_limits<uint8_t>::max()};
|
|
return rng(gen);
|
|
}();
|
|
return _v;
|
|
}
|
|
|
|
int
|
|
get_init_status()
|
|
{
|
|
return (get_status()) ? get_status()->first.load(std::memory_order_acquire) : 1;
|
|
}
|
|
|
|
int
|
|
get_fini_status()
|
|
{
|
|
return (get_status()) ? get_status()->second.load(std::memory_order_acquire) : 1;
|
|
}
|
|
|
|
void
|
|
set_init_status(int v)
|
|
{
|
|
if(get_status()) get_status()->first.store(v, std::memory_order_release);
|
|
}
|
|
|
|
void
|
|
set_fini_status(int v)
|
|
{
|
|
if(get_status()) get_status()->second.store(v, std::memory_order_release);
|
|
}
|
|
|
|
void
|
|
initialize()
|
|
{
|
|
ROCP_INFO << "rocprofiler initialize called...";
|
|
|
|
if(get_init_status() != 0)
|
|
{
|
|
ROCP_INFO << "rocprofiler initialize ignored...";
|
|
return;
|
|
}
|
|
|
|
static auto _once = std::once_flag{};
|
|
std::call_once(_once, []() {
|
|
ROCP_INFO << "rocprofiler initialize started...";
|
|
// initialization is in process
|
|
set_init_status(-1);
|
|
std::atexit([]() {
|
|
finalize();
|
|
common::destroy_static_objects();
|
|
});
|
|
init_logging();
|
|
invoke_client_configures();
|
|
invoke_client_initializers();
|
|
internal_threading::initialize();
|
|
// initialization is no longer available
|
|
set_init_status(1);
|
|
});
|
|
}
|
|
|
|
void
|
|
finalize()
|
|
{
|
|
#if defined(CODECOV) && CODECOV > 0
|
|
if(get_fini_status() > 0) __gcov_dump();
|
|
#endif
|
|
|
|
if(get_fini_status() != 0)
|
|
{
|
|
ROCP_INFO << "ignoring finalization request (value=" << get_fini_status() << ")";
|
|
return;
|
|
}
|
|
|
|
static auto _sync = std::atomic_flag{};
|
|
if(_sync.test_and_set())
|
|
{
|
|
ROCP_INFO << "ignoring finalization request [already finalized] (value="
|
|
<< get_fini_status() << ")";
|
|
return;
|
|
}
|
|
// above returns true for all invocations after the first one
|
|
|
|
ROCP_INFO << "finalizing rocprofiler (value=" << get_fini_status() << ")";
|
|
|
|
static auto _once = std::once_flag{};
|
|
std::call_once(_once, []() {
|
|
set_fini_status(-1);
|
|
hsa::async_copy_fini();
|
|
counters::device_counting_service_finalize();
|
|
hsa::queue_controller_fini();
|
|
thread_trace::finalize();
|
|
ompt::finalize_ompt();
|
|
page_migration::finalize();
|
|
#if ROCPROFILER_SDK_HSA_PC_SAMPLING > 0
|
|
// WARNING: this must precede `code_object::finalize()`
|
|
pc_sampling::code_object::finalize();
|
|
#endif
|
|
code_object::finalize();
|
|
if(get_init_status() > 0)
|
|
{
|
|
invoke_client_finalizers();
|
|
}
|
|
internal_threading::finalize();
|
|
set_fini_status(1);
|
|
});
|
|
|
|
#if defined(CODECOV) && CODECOV > 0
|
|
__gcov_dump();
|
|
#endif
|
|
}
|
|
} // namespace registration
|
|
} // namespace rocprofiler
|
|
|
|
extern "C" {
|
|
rocprofiler_status_t
|
|
rocprofiler_is_initialized(int* status)
|
|
{
|
|
*status = rocprofiler::registration::get_init_status();
|
|
return ROCPROFILER_STATUS_SUCCESS;
|
|
}
|
|
|
|
rocprofiler_status_t
|
|
rocprofiler_is_finalized(int* status)
|
|
{
|
|
*status = rocprofiler::registration::get_fini_status();
|
|
return ROCPROFILER_STATUS_SUCCESS;
|
|
}
|
|
|
|
rocprofiler_status_t
|
|
rocprofiler_force_configure(rocprofiler_configure_func_t configure_func)
|
|
{
|
|
ROCP_INFO << "forcing rocprofiler configuration";
|
|
|
|
auto& forced_config = rocprofiler::registration::get_forced_configure();
|
|
|
|
// init status may be -1 (currently initializing) or 1 (already initialized).
|
|
// if either case, we want to ignore this function call but if this is
|
|
if(rocprofiler::registration::get_init_status() != 0)
|
|
return ROCPROFILER_STATUS_ERROR_CONFIGURATION_LOCKED;
|
|
|
|
// if another tool forced configure, the init status should be 1, but
|
|
// let's just make sure that the forced configure function is a nullptr
|
|
if(forced_config) return ROCPROFILER_STATUS_ERROR_CONFIGURATION_LOCKED;
|
|
|
|
setenv("ROCPROFILER_REGISTER_FORCE_LOAD", "1", 1);
|
|
forced_config = configure_func;
|
|
rocprofiler::registration::initialize();
|
|
|
|
return ROCPROFILER_STATUS_SUCCESS;
|
|
}
|
|
|
|
int
|
|
rocprofiler_set_api_table(const char* name,
|
|
uint64_t lib_version,
|
|
uint64_t lib_instance,
|
|
void** tables,
|
|
uint64_t num_tables)
|
|
{
|
|
// implementation has a call once
|
|
rocprofiler::registration::init_logging();
|
|
|
|
ROCP_INFO << __FUNCTION__ << "(\"" << name << "\", " << lib_version << ", " << lib_instance
|
|
<< ", ..., " << num_tables << ")";
|
|
|
|
static auto _once = std::once_flag{};
|
|
std::call_once(_once, rocprofiler::registration::initialize);
|
|
|
|
// pass to ROCTx init
|
|
ROCP_ERROR_IF(num_tables == 0) << "rocprofiler expected " << name
|
|
<< " library to pass at least one table, not " << num_tables;
|
|
ROCP_ERROR_IF(tables == nullptr) << "rocprofiler expected pointer to array of tables from "
|
|
<< name << " library, not a nullptr";
|
|
|
|
if(std::string_view{name} == "hip")
|
|
{
|
|
// pass to hip init
|
|
ROCP_ERROR_IF(num_tables > 1) << "rocprofiler expected HIP library to pass 1 API table for "
|
|
<< name << ", not " << num_tables;
|
|
|
|
auto* hip_runtime_api_table = static_cast<HipDispatchTable*>(*tables);
|
|
|
|
// any internal modifications to the HipDispatchTable need to be done before we make the
|
|
// copy or else those modifications will be lost when HIP API tracing is enabled
|
|
// because the HIP API tracing invokes the function pointers from the copy below
|
|
rocprofiler::hip::copy_table(hip_runtime_api_table, lib_instance);
|
|
|
|
// install rocprofiler API wrappers
|
|
rocprofiler::hip::update_table(hip_runtime_api_table);
|
|
|
|
// Tracing notifications the runtime has initialized
|
|
rocprofiler::runtime_init::initialize(
|
|
ROCPROFILER_RUNTIME_INITIALIZATION_HIP, lib_version, lib_instance);
|
|
|
|
// allow tools to install API wrappers
|
|
rocprofiler::intercept_table::notify_intercept_table_registration(
|
|
ROCPROFILER_HIP_RUNTIME_TABLE,
|
|
lib_version,
|
|
lib_instance,
|
|
std::make_tuple(hip_runtime_api_table));
|
|
}
|
|
else if(std::string_view{name} == "hip_compiler")
|
|
{
|
|
// pass to hip init
|
|
ROCP_ERROR_IF(num_tables > 1) << "rocprofiler expected HIP library to pass 1 API table for "
|
|
<< name << ", not " << num_tables;
|
|
|
|
auto* hip_compiler_api_table = static_cast<HipCompilerDispatchTable*>(*tables);
|
|
|
|
// any internal modifications to the HipCompilerDispatchTable need to be done before we make
|
|
// the copy or else those modifications will be lost when HIP API tracing is enabled because
|
|
// the HIP API tracing invokes the function pointers from the copy below
|
|
rocprofiler::hip::copy_table(hip_compiler_api_table, lib_instance);
|
|
|
|
// install rocprofiler API wrappers
|
|
rocprofiler::hip::update_table(hip_compiler_api_table);
|
|
|
|
// allow tools to install API wrappers
|
|
rocprofiler::intercept_table::notify_intercept_table_registration(
|
|
ROCPROFILER_HIP_COMPILER_TABLE,
|
|
lib_version,
|
|
lib_instance,
|
|
std::make_tuple(hip_compiler_api_table));
|
|
}
|
|
else if(std::string_view{name} == "hsa")
|
|
{
|
|
// this is a slight hack due to a hsa-runtime bug with rocprofiler-register which
|
|
// causes it to register the API table twice when HSA_TOOL_LIB is set to this
|
|
// rocprofiler library. Fixed in Gerrit review 961592.
|
|
setenv("HSA_TOOLS_ROCPROFILER_V1_TOOLS", "0", 0);
|
|
|
|
// pass to hsa init
|
|
ROCP_ERROR_IF(num_tables > 1)
|
|
<< "rocprofiler expected HSA library to pass 1 API table, not " << num_tables;
|
|
|
|
auto* hsa_api_table = static_cast<HsaApiTable*>(*tables);
|
|
|
|
#if ROCPROFILER_SDK_HSA_PC_SAMPLING > 0
|
|
auto hsa_api_table_size = hsa_api_table->version.minor_id;
|
|
auto runtime_pc_sampling_table =
|
|
(offsetof(::HsaApiTable, pc_sampling_ext_) < hsa_api_table_size);
|
|
#endif
|
|
|
|
// store a reference of the HsaApiTable implementations for invoking these functions
|
|
// without going through tracing wrappers
|
|
rocprofiler::hsa::copy_table(hsa_api_table->core_, lib_instance);
|
|
rocprofiler::hsa::copy_table(hsa_api_table->amd_ext_, lib_instance);
|
|
rocprofiler::hsa::copy_table(hsa_api_table->image_ext_, lib_instance);
|
|
rocprofiler::hsa::copy_table(hsa_api_table->finalizer_ext_, lib_instance);
|
|
rocprofiler::hsa::copy_table(hsa_api_table->tools_, lib_instance);
|
|
#if ROCPROFILER_SDK_HSA_PC_SAMPLING > 0
|
|
if(runtime_pc_sampling_table)
|
|
rocprofiler::hsa::copy_table(hsa_api_table->pc_sampling_ext_, lib_instance);
|
|
#endif
|
|
|
|
// need to construct agent mappings before initializing the queue controller
|
|
rocprofiler::agent::construct_agent_cache(hsa_api_table);
|
|
rocprofiler::hsa::queue_controller_init(hsa_api_table);
|
|
// Process agent ctx's that were started prior to HSA init
|
|
rocprofiler::counters::device_counting_service_hsa_registration();
|
|
|
|
rocprofiler::hsa::async_copy_init(hsa_api_table, lib_instance);
|
|
rocprofiler::hsa::memory_allocation_init(hsa_api_table->core_, lib_instance);
|
|
rocprofiler::hsa::memory_allocation_init(hsa_api_table->amd_ext_, lib_instance);
|
|
rocprofiler::code_object::initialize(hsa_api_table);
|
|
rocprofiler::thread_trace::initialize(hsa_api_table);
|
|
#if ROCPROFILER_SDK_HSA_PC_SAMPLING > 0
|
|
if(runtime_pc_sampling_table)
|
|
rocprofiler::pc_sampling::code_object::initialize(hsa_api_table);
|
|
#endif
|
|
|
|
// install rocprofiler API wrappers
|
|
rocprofiler::hsa::update_table(hsa_api_table->core_, lib_instance);
|
|
rocprofiler::hsa::update_table(hsa_api_table->amd_ext_, lib_instance);
|
|
rocprofiler::hsa::update_table(hsa_api_table->image_ext_, lib_instance);
|
|
rocprofiler::hsa::update_table(hsa_api_table->finalizer_ext_, lib_instance);
|
|
rocprofiler::hsa::update_table(hsa_api_table->tools_, lib_instance);
|
|
|
|
#if ROCPROFILER_SDK_HSA_PC_SAMPLING > 0
|
|
// Initialize PC sampling service if configured
|
|
if(runtime_pc_sampling_table)
|
|
rocprofiler::pc_sampling::post_hsa_init_start_active_service();
|
|
#endif
|
|
|
|
// Tracing notifications the runtime has initialized
|
|
rocprofiler::runtime_init::initialize(
|
|
ROCPROFILER_RUNTIME_INITIALIZATION_HSA, lib_version, lib_instance);
|
|
|
|
// allow tools to install API wrappers
|
|
rocprofiler::intercept_table::notify_intercept_table_registration(
|
|
ROCPROFILER_HSA_TABLE, lib_version, lib_instance, std::make_tuple(hsa_api_table));
|
|
}
|
|
else if(std::string_view{name} == "roctx")
|
|
{
|
|
// pass to ROCTx init
|
|
ROCP_FATAL_IF(num_tables < 3)
|
|
<< "rocprofiler expected ROCTX library to pass 3 API tables, not " << num_tables;
|
|
ROCP_ERROR_IF(num_tables > 3)
|
|
<< "rocprofiler expected ROCTX library to pass 3 API tables, not " << num_tables;
|
|
|
|
auto* roctx_core = static_cast<roctxCoreApiTable_t*>(tables[0]);
|
|
auto* roctx_ctrl = static_cast<roctxControlApiTable_t*>(tables[1]);
|
|
auto* roctx_name = static_cast<roctxNameApiTable_t*>(tables[2]);
|
|
|
|
// any internal modifications to the roctxApiTable_t need to be done before we make
|
|
// the copy or else those modifications will be lost when ROCTx tracing is enabled because
|
|
// the ROCTx tracing invokes the function pointers from the copy below
|
|
rocprofiler::marker::copy_table(roctx_core, lib_instance);
|
|
rocprofiler::marker::copy_table(roctx_ctrl, lib_instance);
|
|
rocprofiler::marker::copy_table(roctx_name, lib_instance);
|
|
|
|
// install rocprofiler API wrappers
|
|
rocprofiler::marker::update_table(roctx_core);
|
|
rocprofiler::marker::update_table(roctx_ctrl);
|
|
rocprofiler::marker::update_table(roctx_name);
|
|
|
|
// Tracing notifications the runtime has initialized
|
|
rocprofiler::runtime_init::initialize(
|
|
ROCPROFILER_RUNTIME_INITIALIZATION_MARKER, lib_version, lib_instance);
|
|
|
|
// allow tools to install API wrappers
|
|
rocprofiler::intercept_table::notify_intercept_table_registration(
|
|
ROCPROFILER_MARKER_CORE_TABLE, lib_version, lib_instance, std::make_tuple(roctx_core));
|
|
|
|
rocprofiler::intercept_table::notify_intercept_table_registration(
|
|
ROCPROFILER_MARKER_CONTROL_TABLE,
|
|
lib_version,
|
|
lib_instance,
|
|
std::make_tuple(roctx_ctrl));
|
|
|
|
rocprofiler::intercept_table::notify_intercept_table_registration(
|
|
ROCPROFILER_MARKER_NAME_TABLE, lib_version, lib_instance, std::make_tuple(roctx_name));
|
|
}
|
|
else if(std::string_view{name} == "rccl")
|
|
{
|
|
// pass to rccl init
|
|
ROCP_ERROR_IF(num_tables > 1)
|
|
<< "rocprofiler expected RCCL library to pass 1 API table, not " << num_tables;
|
|
|
|
auto* rccl_api = static_cast<rcclApiFuncTable*>(tables[0]);
|
|
|
|
// any internal modifications to the rcclApiFuncTable need to be done before we make the
|
|
// copy or else those modifications will be lost when RCCL API tracing is enabled
|
|
// because the RCCL API tracing invokes the function pointers from the copy below
|
|
rocprofiler::rccl::copy_table(rccl_api, lib_instance);
|
|
|
|
// install rocprofiler API wrappers
|
|
rocprofiler::rccl::update_table(rccl_api);
|
|
|
|
// Tracing notifications the runtime has initialized
|
|
rocprofiler::runtime_init::initialize(
|
|
ROCPROFILER_RUNTIME_INITIALIZATION_RCCL, lib_version, lib_instance);
|
|
|
|
// allow tools to install API wrappers
|
|
rocprofiler::intercept_table::notify_intercept_table_registration(
|
|
ROCPROFILER_RCCL_TABLE, lib_version, lib_instance, std::make_tuple(rccl_api));
|
|
}
|
|
else
|
|
{
|
|
ROCP_ERROR << "rocprofiler does not accept API tables from " << name;
|
|
|
|
return ROCPROFILER_STATUS_ERROR_INVALID_ARGUMENT;
|
|
}
|
|
|
|
(void) lib_version;
|
|
(void) lib_instance;
|
|
(void) tables;
|
|
(void) num_tables;
|
|
|
|
return 0;
|
|
}
|
|
}
|