Merge commit '1ba08cd4dfb7fe99a51765019210947dfcd199f7' into develop

This commit is contained in:
systems-assistant[bot]
2025-07-30 15:21:36 +00:00
förälder 50286202d5 1ba08cd4df
incheckning c59ab2f572
47 ändrade filer med 2673 tillägg och 811 borttagningar
@@ -41,9 +41,9 @@ namespace rocprofiler
{
namespace att_wrapper
{
ATTFileMgr::ATTFileMgr(Fspath _dir,
std::vector<std::string> _counters,
rocprofiler_thread_trace_decoder_handle_t _decoder)
ATTFileMgr::ATTFileMgr(Fspath _dir,
std::vector<std::string> _counters,
rocprofiler_thread_trace_decoder_id_t _decoder)
: dir(std::move(_dir))
, decoder(_decoder)
{