987ae3cc47
* cmake formatting (cmake-format) (#188) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * source formatting (clang-format v11) (#189) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: design of the pc sampling data struct; guarding parts of code that uses ROCr marker packets * source formatting (clang-format v11) (#191) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * cmake formatting (cmake-format) (#192) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: shadow variable fix * pcs: fix for compiler errors reported by CI/CD * source formatting (clang-format v11) (#193) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: docs fix; samples uses rocprofiler::rocprofiler library * cmake formatting (cmake-format) (#195) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: client in samples folder fixed * pcs: client requires rocprofiler package as dependency * pcs: client uses single context * source formatting (clang-format v11) (#196) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: client using single buffer; no buffer destroy in client * pcs: client::setup explicitly called from the example * pcs: rocprofiler_pc_sample_record_t updated * pcs: fixed init of external correlation id * source formatting (clang-format v11) (#198) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: remove outdated files; update CMakeLists * cmake formatting (cmake-format) (#212) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: using rocprofiler_agent_id_t * pcs: Removing trailing whitespaces Co-authored-by: Jonathan R. Madsen <jrmadsen@users.noreply.github.com> * source formatting (clang-format v11) (#214) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: mapping agent_id to the agent * source formatting (clang-format v11) (#215) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: const while iterating over agents * source formatting (clang-format v11) (#216) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: calling get_buffer instead of get_buffers * pcs: workgroup typo * pcs: documentation for the public PC sampling API * pcs: queue_cb_t signature adaptation * pcs: mocks removed * pcs: updating HsaApiTable with HSA/ROCr PC sampling API * pcs: querying available PC sampling configs through IOCTL * pcs: create the PCS session in IOCTL * pcs: first actual PC samples delivered to the rocprofiler's client :) * pcs: works with marker packet too * pcs: using HSA table to call pc sampling related functions * pcs: using ioctl instead of kfd in naming * pcs: configuration service test fixed * pcs: sample processing test fixed * pcs: marker packet macro wrapper removed * pcs: marker packet is part of the rocprofiler_packet union * pcs: one fixme added * pcs: client that uses pc-sampling and code obj tracing * pcs: client that supprts PC sampling and code obj tracing refactored * pcs: show more info for each PC sample * pcs: hex output for the samples that do not belong to the matmul kernel * pcs: querying avail configuration happens immediately before configuring * pcs: hsa_ven_amd_pcs_create_from_id renamed * pcs: using hsa_stop; accessing a buffer by id from parser * pcs: includes reworked, tests returned to life * pcs: rocrofiler dir removed as outdated * cmake formatting (cmake-format) (#271) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * source formatting (clang-format v11) (#272) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: some warnings fixed * source formatting (clang-format v11) (#273) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * cmake formatting (cmake-format) (#274) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: show MI200 relevant information in the sample * pcs: queue cb fixed; rocr.h include fixed * source formatting (clang-format v11) (#296) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: getting hsa_agent and the doorbell_id from hsa_queue * source formatting (clang-format v11) (#297) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: correlation ID logic fixed * source formatting (clang-format v11) (#303) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: pure pc sampling example fixed * source formatting (clang-format v11) (#307) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * cmake formatting (cmake-format) (#308) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: interval value if the PC sampling is already configured * pcs: ROCPROFILER_STATUS_ERROR_PC_SAMPLING_ALREADY_CONFIGURED New status code if another process configured PC sampling service with different configuration. Samples are extended to consider this case and retry if it happens. * pcs: hsa_amd_queue_get_info mocked in tests * source formatting (clang-format v11) (#328) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs (tests): query configs after configuring service * source formatting (clang-format v11) (#329) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: sample checks workgroup_id_* and wave_id * source formatting (clang-format v11) (#330) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs samples: running samples on the device 0 * pcs: kfd_ioctl updated * pcs: ioctl config struct changed fields names * pcs: status when PC sampling is configured by another process is renamed * pcs: HSA PC sampling API table fixed * pcs: tmp hack to be able to use HSA pc sampling table * source formatting (clang-format v11) (#443) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs service use CIDs generated by HIP API tracing service * source formatting (clang-format v11) (#455) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * cmake formatting (cmake-format) (#456) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: CID manager * pcs: explicit flush with no delivered data executes retirement logic * source formatting (clang-format v11) (#464) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: rocprofiler_query_pc_sampling_agent_configurations docs update * source formatting (clang-format v11) (#465) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: rocprofiler_configure_pc_sampling_service docs update * pcs: explicit sync introduced in PCSCIDManager * pcs: new logic for retiring CIDs in PC sampling service documented * pcs: queue interception cb signature updated * source formatting (clang-format v11) (#471) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: if no agents supports PC sampling, fail gracefully * elaborating when KFD returns EBUSY and EEXIST * pcs: the second PC sampling examples fails gracefully * code samples use only single kernel for now * pcs: CID manager refactored * source formatting (clang-format v11) (#481) Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> * pcs: ioctl update * source formatting (clang-format v11) (#531) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs:code sample to test PC sampling applied on concurrent kernels * source formatting (clang-format v11) (#533) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: pc sampling strest test included * cmake formatting (cmake-format) (#539) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * source formatting (clang-format v11) (#540) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: standalone benchmark * cmake formatting (cmake-format) (#555) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: glance in external correlation IDs * source formatting (clang-format v11) (#557) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * another change in ioctl interface * pcs: update queue interceptor callbacks and samples accroding to the agent 0 version * source formatting (clang-format v11) (#611) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: avoid running problematic PC sampling test * pcs: guarding tests not to fail on architectures not supporting PC sampling * source formatting (clang-format v11) (#617) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: check IOCTL version prior to each KFD call * pcs: ioctl refactoring * pcs: PC sampling service increases the ref_count of the correlation ID of the kernel dispatch * cmake formatting (cmake-format) (#631) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * source formatting (clang-format v11) (#632) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: PC sampling service provides external correlation IDs * source formatting (clang-format v11) (#644) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: use rocprofiler_dim3_t for workgrou_ip * source formatting (clang-format v11) (#645) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: minor fixes * pcs: updating the documentation for the pc sampling API functions * pcs: api table and queue controller fix * pcs: don't generate marker packets for the agent if PC sampling is not configured on it * pcs: multi-GPU and single-GPU clients * source formatting (clang-format v11) (#700) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: warning and errors fixed * source formatting (clang-format v11) (#702) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: clang compiler errors and warnings fixed * source formatting (clang-format v11) (#716) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: const reference in cid manager * source formatting (clang-format v11) (#717) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: const & func in manager explicit * pcs: test to cover creating PC sampling service of agent that does not exist * pcs: generate marker packets if service is active * source formatting (clang-format v11) (#719) Co-authored-by: vlaindic <139573562+vlaindic@users.noreply.github.com> * pcs: refactoring hsa_adapter; use the correlation_id->thread_idx * Update source/lib/rocprofiler-sdk/pc_sampling/cid_manager.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/cid_manager.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/hsa_adapter.cpp * Update source/lib/rocprofiler-sdk/pc_sampling/utils.cpp * Update utils.cpp * moving pc-sampling tests and samples to pc-sampling label * Format fix * pcs: use configured instead of active service * Update source/lib/rocprofiler-sdk/pc_sampling/service.cpp * pcs: ensure configuring PC sampling on the HSA level is called only once * pcs: minor fix * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * pcs: refactoring IOCTL integration * Update source/lib/rocprofiler-sdk/pc_sampling/tests/CMakeLists.txt Co-authored-by: Ammar ELWazir <ammar.elwazir@amd.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: reverting back what bot doubled * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: retesting the bot * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter_types.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: why bot fails on this IOCTL status * pcs: why failing on <vector> * Update source/lib/rocprofiler-sdk/pc_sampling/ioctl/ioctl_adapter.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: returning commits removed by bot * pcs: formatting locally * pcs: clients are flushing buffers inside the tool_fini * pcs: sync function in public API * pcs: sync prior to unloading the code object * pcs: sync function requires context * pcs: client uses CID retirement service * pcs: test for flusing internal ROCr buffers * pcs: source formatting * Update source/lib/rocprofiler-sdk/pc_sampling/tests/CMakeLists.txt Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * pcs: code samples refactoring * pcs: public API header refactored * pcs: rocprofiler_buffer_flush drains internal PC sampling buffers too * pcs: remove unnecessary functions * pcs: do not call hsa's copytables * pcs: include reordering * pcs: using ROCP_ERROR inside PC sampling implementation * pcs: pc_sampling sample uses ostream instean of printfs * pcs: pc_sampling_codeobj tracing using ostream instead of prints * pcs: registering once for interceptor callbacks * pcs: do not generate internal CIDs if not in debug mode * pcs: rebasing fixed; missing external correlation IDs * pcs: code formatting * enable kernel tracing service to receive external correlation IDs * pcs: using ROCPROFILER_STATUS_ERROR_INCOMPATIBLE_KERNEL * pcs: polishing parser * formatting * updating parser to use workgroup_id * kfd_ioctl.h extracted in details folder * refactoring * pcs: preparing to generate code object information * flush internal buffers prior to unloading code object * pcs: generating marker records * pcs: wrap code_object's shutdown function * ROCR_VISIBLE_DEVICES and HIP_VISISBLE_DEVICES unsupported at the moment * documenting the ignorance of ROCR/HIP_VISIBLE_DEVICES * pcs: separate structs for code object loading/unloading markers * pcs: inst_pkt_t changed the namespace * pcs: removing wrapper around the shutdown function * pcs: size in record field * pcs: documentation refactoring + typdefs * renaming PCSAgentConfig to PCSAgentSession * pcs: service does not keep a pointer to the context * pcs: static assertions related to the versioning * pcs: rocprofiler_pc_sampling_configuration_t size field * pcs: report API unimplemented unleass explicitly enabled * pcs: skip tests if KFD does not support PC sampling * pcs: if ROCr hides some devices, no PC samples will be delivered for it * pcs: hip error check after kernel launch * formatting * removing PCS info from agent.h * fix based on review * Update continuous integration workflow - use mi200 runner for code coverage (supports PC sampling) - split sanitizer jobs across navi3, vega20, and mi300 * Updating pc sampling test labels * ROCP_PC_SAMPLING_ENABLED env in CI * ROCP_PC_SAMPLING_ENABLED for all CI mi200 jobs * Rearrange sanitizer assignments * fixes according to review * removed unused functions * pcs: rocprofiler_agent_id_t instead of handle as a key in map * Update source/lib/rocprofiler-sdk/context/context.hpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * removing drm_fd from the agent.h * pcs: removing one sample due to complexity * pcs: refactoring sample * simplifying sample * new lines * Improve queue_control enable intercepter logic * Update lib/rocprofiler-sdk/hsa/types.hpp - handle amd_ext size for HSA 1.12.0 * ROCP_PC_SAMPLING_ENABLED -> ROCPROFILER_PC_SAMPLING_BETA_ENABLED * Update hsa_adapter.cpp - anonymous namespace + remove debug * parser update * Apply suggestions from code review --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vlaindic <vlaindic@users.noreply.github.com> Co-authored-by: vlaindic <vladimir.indic@amd.com> Co-authored-by: vlaindic <vlaindic@amd.com> Co-authored-by: Vladimir Indic <139573562+vlaindic@users.noreply.github.com> Co-authored-by: Jonathan R. Madsen <jrmadsen@users.noreply.github.com> Co-authored-by: gobhardw <gopesh.bhardwaj@amd.com> Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
790 lines
25 KiB
C++
790 lines
25 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.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include <rocprofiler-sdk/buffer.h>
|
|
#include <rocprofiler-sdk/callback_tracing.h>
|
|
#include <rocprofiler-sdk/external_correlation.h>
|
|
#include <rocprofiler-sdk/fwd.h>
|
|
#include <rocprofiler-sdk/internal_threading.h>
|
|
#include <rocprofiler-sdk/rocprofiler.h>
|
|
#include <rocprofiler-sdk/cxx/name_info.hpp>
|
|
|
|
#include <cereal/archives/binary.hpp>
|
|
#include <cereal/archives/json.hpp>
|
|
#include <cereal/archives/portable_binary.hpp>
|
|
#include <cereal/cereal.hpp>
|
|
#include <cereal/types/array.hpp>
|
|
#include <cereal/types/atomic.hpp>
|
|
#include <cereal/types/bitset.hpp>
|
|
#include <cereal/types/chrono.hpp>
|
|
#include <cereal/types/common.hpp>
|
|
#include <cereal/types/complex.hpp>
|
|
#include <cereal/types/deque.hpp>
|
|
#include <cereal/types/functional.hpp>
|
|
#include <cereal/types/list.hpp>
|
|
#include <cereal/types/map.hpp>
|
|
#include <cereal/types/optional.hpp>
|
|
#include <cereal/types/queue.hpp>
|
|
#include <cereal/types/set.hpp>
|
|
#include <cereal/types/stack.hpp>
|
|
#include <cereal/types/string.hpp>
|
|
#include <cereal/types/tuple.hpp>
|
|
#include <cereal/types/unordered_map.hpp>
|
|
#include <cereal/types/unordered_set.hpp>
|
|
#include <cereal/types/utility.hpp>
|
|
#include <cereal/types/variant.hpp>
|
|
#include <cereal/types/vector.hpp>
|
|
|
|
#include <string>
|
|
#include <string_view>
|
|
#include <vector>
|
|
|
|
#define ROCP_SDK_SAVE_DATA_FIELD(FIELD) ar(make_nvp(#FIELD, data.FIELD))
|
|
#define ROCP_SDK_SAVE_DATA_VALUE(NAME, VALUE) ar(make_nvp(NAME, data.VALUE))
|
|
#define ROCP_SDK_SAVE_DATA_CSTR(FIELD) \
|
|
ar(make_nvp(#FIELD, std::string{data.FIELD ? data.FIELD : ""}))
|
|
#define ROCP_SDK_SAVE_DATA_BITFIELD(NAME, VALUE) \
|
|
{ \
|
|
auto _val = data.VALUE; \
|
|
ar(make_nvp(NAME, _val)); \
|
|
}
|
|
|
|
namespace cereal
|
|
{
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_context_id_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(handle);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_agent_id_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(handle);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, hsa_agent_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(handle);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_queue_id_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(handle);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_counter_id_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(handle);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_correlation_id_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(internal);
|
|
ROCP_SDK_SAVE_DATA_VALUE("external", external.value);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_dim3_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(x);
|
|
ROCP_SDK_SAVE_DATA_FIELD(y);
|
|
ROCP_SDK_SAVE_DATA_FIELD(z);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_code_object_load_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(code_object_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(rocp_agent);
|
|
ROCP_SDK_SAVE_DATA_FIELD(hsa_agent);
|
|
ROCP_SDK_SAVE_DATA_CSTR(uri);
|
|
ROCP_SDK_SAVE_DATA_FIELD(load_base);
|
|
ROCP_SDK_SAVE_DATA_FIELD(load_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(load_delta);
|
|
ROCP_SDK_SAVE_DATA_FIELD(storage_type);
|
|
if(data.storage_type == ROCPROFILER_CODE_OBJECT_STORAGE_TYPE_FILE)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(storage_file);
|
|
}
|
|
else if(data.storage_type == ROCPROFILER_CODE_OBJECT_STORAGE_TYPE_MEMORY)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(memory_base);
|
|
ROCP_SDK_SAVE_DATA_FIELD(memory_size);
|
|
}
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_code_object_kernel_symbol_register_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kernel_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(code_object_id);
|
|
ROCP_SDK_SAVE_DATA_CSTR(kernel_name);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kernel_object);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kernarg_segment_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kernarg_segment_alignment);
|
|
ROCP_SDK_SAVE_DATA_FIELD(group_segment_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(private_segment_size);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_hsa_api_retval_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(uint64_t_retval);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, const hsa_queue_t& data)
|
|
{
|
|
ar(make_nvp("queue_id", data.id));
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, hsa_amd_event_scratch_alloc_start_t data)
|
|
{
|
|
ar(make_nvp("queue_id", *data.queue));
|
|
ROCP_SDK_SAVE_DATA_FIELD(dispatch_id);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, hsa_amd_event_scratch_alloc_end_t data)
|
|
{
|
|
ar(make_nvp("queue_id", *data.queue));
|
|
ROCP_SDK_SAVE_DATA_FIELD(dispatch_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_slots);
|
|
ROCP_SDK_SAVE_DATA_FIELD(flags);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, hsa_amd_event_scratch_free_start_t data)
|
|
{
|
|
ar(make_nvp("queue_id", *data.queue));
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, hsa_amd_event_scratch_free_end_t data)
|
|
{
|
|
ar(make_nvp("queue_id", *data.queue));
|
|
ROCP_SDK_SAVE_DATA_FIELD(flags);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, hsa_amd_event_scratch_async_reclaim_start_t data)
|
|
{
|
|
ar(make_nvp("queue_id", *data.queue));
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, hsa_amd_event_scratch_async_reclaim_end_t data)
|
|
{
|
|
ar(make_nvp("queue_id", *data.queue));
|
|
ROCP_SDK_SAVE_DATA_FIELD(flags);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_marker_api_retval_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(int64_t_retval);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_hsa_api_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
// ROCP_SDK_SAVE_DATA_FIELD(args);
|
|
ROCP_SDK_SAVE_DATA_FIELD(retval);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_marker_api_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
// ROCP_SDK_SAVE_DATA_FIELD(args);
|
|
ROCP_SDK_SAVE_DATA_FIELD(retval);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_hip_api_retval_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(hipError_t_retval);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_hip_api_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
// ROCP_SDK_SAVE_DATA_FIELD(args);
|
|
ROCP_SDK_SAVE_DATA_FIELD(retval);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_scratch_memory_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(agent_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(queue_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(flags);
|
|
ROCP_SDK_SAVE_DATA_FIELD(args_kind);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_kernel_dispatch_info_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(agent_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(queue_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kernel_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(dispatch_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(private_segment_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(group_segment_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(workgroup_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(group_segment_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(grid_size);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_kernel_dispatch_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(dispatch_info);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_memory_copy_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(dst_agent_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(src_agent_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(bytes);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_profile_counting_dispatch_data_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(correlation_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(dispatch_info);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_profile_counting_dispatch_record_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_records);
|
|
ROCP_SDK_SAVE_DATA_FIELD(correlation_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(dispatch_info);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_callback_tracing_record_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(context_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(thread_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kind);
|
|
ROCP_SDK_SAVE_DATA_FIELD(operation);
|
|
ROCP_SDK_SAVE_DATA_FIELD(correlation_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(phase);
|
|
}
|
|
|
|
template <typename ArchiveT, typename Tp>
|
|
void
|
|
save_buffer_tracing_api_record(ArchiveT& ar, Tp data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kind);
|
|
ROCP_SDK_SAVE_DATA_FIELD(operation);
|
|
ROCP_SDK_SAVE_DATA_FIELD(correlation_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(thread_id);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_buffer_tracing_hsa_api_record_t data)
|
|
{
|
|
save_buffer_tracing_api_record(ar, data);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_record_counter_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(counter_value);
|
|
ROCP_SDK_SAVE_DATA_FIELD(dispatch_id);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_buffer_tracing_hip_api_record_t data)
|
|
{
|
|
save_buffer_tracing_api_record(ar, data);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_buffer_tracing_marker_api_record_t data)
|
|
{
|
|
save_buffer_tracing_api_record(ar, data);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_buffer_tracing_kernel_dispatch_record_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kind);
|
|
ROCP_SDK_SAVE_DATA_FIELD(operation);
|
|
ROCP_SDK_SAVE_DATA_FIELD(thread_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(correlation_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(dispatch_info);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_buffer_tracing_memory_copy_record_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kind);
|
|
ROCP_SDK_SAVE_DATA_FIELD(operation);
|
|
ROCP_SDK_SAVE_DATA_FIELD(thread_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(correlation_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(dst_agent_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(src_agent_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(bytes);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, const rocprofiler_buffer_tracing_page_migration_record_t& data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kind);
|
|
ROCP_SDK_SAVE_DATA_FIELD(operation);
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(pid);
|
|
|
|
switch(data.operation)
|
|
{
|
|
case ROCPROFILER_PAGE_MIGRATION_PAGE_FAULT:
|
|
{
|
|
ar(make_nvp("page_fault", data.page_fault));
|
|
break;
|
|
}
|
|
case ROCPROFILER_PAGE_MIGRATION_PAGE_MIGRATE:
|
|
{
|
|
ar(make_nvp("page_migrate", data.page_migrate));
|
|
break;
|
|
}
|
|
case ROCPROFILER_PAGE_MIGRATION_QUEUE_SUSPEND:
|
|
{
|
|
ar(make_nvp("queue_suspend", data.queue_suspend));
|
|
break;
|
|
}
|
|
case ROCPROFILER_PAGE_MIGRATION_UNMAP_FROM_GPU:
|
|
{
|
|
ar(make_nvp("unmap_from_gpu", data.unmap_from_gpu));
|
|
break;
|
|
}
|
|
case ROCPROFILER_PAGE_MIGRATION_NONE:
|
|
case ROCPROFILER_PAGE_MIGRATION_LAST:
|
|
{
|
|
throw std::runtime_error{"unsupported page migration operation type"};
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, const rocprofiler_buffer_tracing_page_migration_page_fault_record_t& data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(node_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(address);
|
|
ROCP_SDK_SAVE_DATA_FIELD(read_fault);
|
|
ROCP_SDK_SAVE_DATA_FIELD(migrated);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, const rocprofiler_buffer_tracing_page_migration_page_migrate_record_t& data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_addr);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_addr);
|
|
ROCP_SDK_SAVE_DATA_FIELD(from_node);
|
|
ROCP_SDK_SAVE_DATA_FIELD(to_node);
|
|
ROCP_SDK_SAVE_DATA_FIELD(prefetch_node);
|
|
ROCP_SDK_SAVE_DATA_FIELD(preferred_node);
|
|
ROCP_SDK_SAVE_DATA_FIELD(trigger);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, const rocprofiler_buffer_tracing_page_migration_queue_suspend_record_t& data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(node_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(trigger);
|
|
ROCP_SDK_SAVE_DATA_FIELD(rescheduled);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, const rocprofiler_buffer_tracing_page_migration_unmap_from_gpu_record_t& data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(node_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_addr);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_addr);
|
|
ROCP_SDK_SAVE_DATA_FIELD(trigger);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_buffer_tracing_scratch_memory_record_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kind);
|
|
ROCP_SDK_SAVE_DATA_FIELD(operation);
|
|
ROCP_SDK_SAVE_DATA_FIELD(agent_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(queue_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(thread_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(start_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(end_timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(correlation_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(flags);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_buffer_tracing_correlation_id_retirement_record_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(kind);
|
|
ROCP_SDK_SAVE_DATA_FIELD(timestamp);
|
|
ROCP_SDK_SAVE_DATA_FIELD(internal_correlation_id);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, HsaCacheType data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("Data", ui32.Data);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("Instruction", ui32.Instruction);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("CPU", ui32.CPU);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("HSACU", ui32.HSACU);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, HSA_LINKPROPERTY data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("Override", ui32.Override);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("NonCoherent", ui32.NonCoherent);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("NoAtomics32bit", ui32.NoAtomics32bit);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("NoAtomics64bit", ui32.NoAtomics64bit);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("NoPeerToPeerDMA", ui32.NoPeerToPeerDMA);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, HSA_CAPABILITY data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("HotPluggable", ui32.HotPluggable);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("HSAMMUPresent", ui32.HSAMMUPresent);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("SharedWithGraphics", ui32.SharedWithGraphics);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("QueueSizePowerOfTwo", ui32.QueueSizePowerOfTwo);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("QueueSize32bit", ui32.QueueSize32bit);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("QueueIdleEvent", ui32.QueueIdleEvent);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("VALimit", ui32.VALimit);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("WatchPointsSupported", ui32.WatchPointsSupported);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("WatchPointsTotalBits", ui32.WatchPointsTotalBits);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("DoorbellType", ui32.DoorbellType);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("AQLQueueDoubleMap", ui32.AQLQueueDoubleMap);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("DebugTrapSupported", ui32.DebugTrapSupported);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("WaveLaunchTrapOverrideSupported",
|
|
ui32.WaveLaunchTrapOverrideSupported);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("WaveLaunchModeSupported", ui32.WaveLaunchModeSupported);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("PreciseMemoryOperationsSupported",
|
|
ui32.PreciseMemoryOperationsSupported);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("DEPRECATED_SRAM_EDCSupport", ui32.DEPRECATED_SRAM_EDCSupport);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("Mem_EDCSupport", ui32.Mem_EDCSupport);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("RASEventNotify", ui32.RASEventNotify);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("ASICRevision", ui32.ASICRevision);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("SRAM_EDCSupport", ui32.SRAM_EDCSupport);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("SVMAPISupported", ui32.SVMAPISupported);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("CoherentHostAccess", ui32.CoherentHostAccess);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("DebugSupportedFirmware", ui32.DebugSupportedFirmware);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("Reserved", ui32.Reserved);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, HSA_MEMORYPROPERTY data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("HotPluggable", ui32.HotPluggable);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("NonVolatile", ui32.NonVolatile);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, HSA_ENGINE_VERSION data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("uCodeSDMA", uCodeSDMA);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("uCodeRes", uCodeRes);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, HSA_ENGINE_ID data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("uCode", ui32.uCode);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("Major", ui32.Major);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("Minor", ui32.Minor);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("Stepping", ui32.Stepping);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_agent_cache_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(processor_id_low);
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(level);
|
|
ROCP_SDK_SAVE_DATA_FIELD(cache_line_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(cache_lines_per_tag);
|
|
ROCP_SDK_SAVE_DATA_FIELD(association);
|
|
ROCP_SDK_SAVE_DATA_FIELD(latency);
|
|
ROCP_SDK_SAVE_DATA_FIELD(type);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_agent_io_link_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(type);
|
|
ROCP_SDK_SAVE_DATA_FIELD(version_major);
|
|
ROCP_SDK_SAVE_DATA_FIELD(version_minor);
|
|
ROCP_SDK_SAVE_DATA_FIELD(node_from);
|
|
ROCP_SDK_SAVE_DATA_FIELD(node_to);
|
|
ROCP_SDK_SAVE_DATA_FIELD(weight);
|
|
ROCP_SDK_SAVE_DATA_FIELD(min_latency);
|
|
ROCP_SDK_SAVE_DATA_FIELD(max_latency);
|
|
ROCP_SDK_SAVE_DATA_FIELD(min_bandwidth);
|
|
ROCP_SDK_SAVE_DATA_FIELD(max_bandwidth);
|
|
ROCP_SDK_SAVE_DATA_FIELD(recommended_transfer_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(flags);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_agent_mem_bank_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(heap_type);
|
|
ROCP_SDK_SAVE_DATA_FIELD(flags);
|
|
ROCP_SDK_SAVE_DATA_FIELD(width);
|
|
ROCP_SDK_SAVE_DATA_FIELD(mem_clk_max);
|
|
ROCP_SDK_SAVE_DATA_FIELD(size_in_bytes);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_pc_sampling_configuration_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(method);
|
|
ROCP_SDK_SAVE_DATA_FIELD(unit);
|
|
ROCP_SDK_SAVE_DATA_FIELD(min_interval);
|
|
ROCP_SDK_SAVE_DATA_FIELD(max_interval);
|
|
ROCP_SDK_SAVE_DATA_FIELD(flags);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, const rocprofiler_agent_v0_t& data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(type);
|
|
ROCP_SDK_SAVE_DATA_FIELD(cpu_cores_count);
|
|
ROCP_SDK_SAVE_DATA_FIELD(simd_count);
|
|
ROCP_SDK_SAVE_DATA_FIELD(mem_banks_count);
|
|
ROCP_SDK_SAVE_DATA_FIELD(caches_count);
|
|
ROCP_SDK_SAVE_DATA_FIELD(io_links_count);
|
|
ROCP_SDK_SAVE_DATA_FIELD(cpu_core_id_base);
|
|
ROCP_SDK_SAVE_DATA_FIELD(simd_id_base);
|
|
ROCP_SDK_SAVE_DATA_FIELD(max_waves_per_simd);
|
|
ROCP_SDK_SAVE_DATA_FIELD(lds_size_in_kb);
|
|
ROCP_SDK_SAVE_DATA_FIELD(gds_size_in_kb);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_gws);
|
|
ROCP_SDK_SAVE_DATA_FIELD(wave_front_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_xcc);
|
|
ROCP_SDK_SAVE_DATA_FIELD(cu_count);
|
|
ROCP_SDK_SAVE_DATA_FIELD(array_count);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_shader_banks);
|
|
ROCP_SDK_SAVE_DATA_FIELD(simd_arrays_per_engine);
|
|
ROCP_SDK_SAVE_DATA_FIELD(cu_per_simd_array);
|
|
ROCP_SDK_SAVE_DATA_FIELD(simd_per_cu);
|
|
ROCP_SDK_SAVE_DATA_FIELD(max_slots_scratch_cu);
|
|
ROCP_SDK_SAVE_DATA_FIELD(gfx_target_version);
|
|
ROCP_SDK_SAVE_DATA_FIELD(vendor_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(device_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(location_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(domain);
|
|
ROCP_SDK_SAVE_DATA_FIELD(drm_render_minor);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_sdma_engines);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_sdma_xgmi_engines);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_sdma_queues_per_engine);
|
|
ROCP_SDK_SAVE_DATA_FIELD(num_cp_queues);
|
|
ROCP_SDK_SAVE_DATA_FIELD(max_engine_clk_ccompute);
|
|
ROCP_SDK_SAVE_DATA_FIELD(max_engine_clk_fcompute);
|
|
ROCP_SDK_SAVE_DATA_FIELD(sdma_fw_version);
|
|
ROCP_SDK_SAVE_DATA_FIELD(fw_version);
|
|
ROCP_SDK_SAVE_DATA_FIELD(capability);
|
|
ROCP_SDK_SAVE_DATA_FIELD(cu_per_engine);
|
|
ROCP_SDK_SAVE_DATA_FIELD(max_waves_per_cu);
|
|
ROCP_SDK_SAVE_DATA_FIELD(family_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(workgroup_max_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(grid_max_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(local_mem_size);
|
|
ROCP_SDK_SAVE_DATA_FIELD(hive_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(gpu_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(workgroup_max_dim);
|
|
ROCP_SDK_SAVE_DATA_FIELD(grid_max_dim);
|
|
ROCP_SDK_SAVE_DATA_CSTR(name);
|
|
ROCP_SDK_SAVE_DATA_CSTR(vendor_name);
|
|
ROCP_SDK_SAVE_DATA_CSTR(product_name);
|
|
ROCP_SDK_SAVE_DATA_CSTR(model_name);
|
|
ROCP_SDK_SAVE_DATA_FIELD(node_id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(logical_node_id);
|
|
|
|
auto generate = [&](auto name, const auto* value, uint64_t size) {
|
|
using value_type = std::remove_const_t<std::remove_pointer_t<decltype(value)>>;
|
|
auto vec = std::vector<value_type>{};
|
|
vec.reserve(size);
|
|
for(uint64_t i = 0; i < size; ++i)
|
|
vec.emplace_back(value[i]);
|
|
ar(make_nvp(name, vec));
|
|
};
|
|
|
|
generate("mem_banks", data.mem_banks, data.mem_banks_count);
|
|
generate("caches", data.caches, data.caches_count);
|
|
generate("io_links", data.io_links, data.io_links_count);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_counter_info_v0_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(id);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("is_constant", is_constant);
|
|
ROCP_SDK_SAVE_DATA_BITFIELD("is_derived", is_derived);
|
|
ROCP_SDK_SAVE_DATA_CSTR(name);
|
|
ROCP_SDK_SAVE_DATA_CSTR(description);
|
|
ROCP_SDK_SAVE_DATA_CSTR(block);
|
|
ROCP_SDK_SAVE_DATA_CSTR(expression);
|
|
}
|
|
|
|
template <typename ArchiveT>
|
|
void
|
|
save(ArchiveT& ar, rocprofiler_record_dimension_info_t data)
|
|
{
|
|
ROCP_SDK_SAVE_DATA_FIELD(id);
|
|
ROCP_SDK_SAVE_DATA_FIELD(instance_size);
|
|
ROCP_SDK_SAVE_DATA_CSTR(name);
|
|
}
|
|
|
|
template <typename ArchiveT, typename EnumT, typename ValueT>
|
|
void
|
|
save(ArchiveT& ar, const rocprofiler::sdk::utility::name_info<EnumT, ValueT>& data)
|
|
{
|
|
ar.makeArray();
|
|
for(const auto& itr : data)
|
|
ar(cereal::make_nvp("entry", itr));
|
|
}
|
|
|
|
template <typename ArchiveT, typename EnumT, typename ValueT>
|
|
void
|
|
save(ArchiveT& ar, const rocprofiler::sdk::utility::name_info_impl<EnumT, ValueT>& data)
|
|
{
|
|
auto _name = std::string{data.name};
|
|
auto _ops = std::vector<std::string>{};
|
|
_ops.reserve(data.operations.size());
|
|
|
|
ar(cereal::make_nvp("kind", _name));
|
|
for(auto itr : data.operations)
|
|
_ops.emplace_back(itr);
|
|
ar(cereal::make_nvp("operations", _ops));
|
|
}
|
|
} // namespace cereal
|
|
|
|
#undef ROCP_SDK_SAVE_DATA_FIELD
|
|
#undef ROCP_SDK_SAVE_DATA_VALUE
|
|
#undef ROCP_SDK_SAVE_DATA_CSTR
|
|
#undef ROCP_SDK_SAVE_DATA_BITFIELD
|