Reorganize thread trace codeobj headers (#1001)

* include/rocprofiler-sdk/cxx/codeobj

- Relocated from include/rocprofiler-sdk/amd_detail/rocprofiler-sdk-codeobj

* Update include/rocprofiler-sdk/cxx

- cmake updates
- correct namespace rocprofiler::codeobj rocprofiler::sdk::codeobj

* Update codeobj tests and samples
This commit is contained in:
Jonathan R. Madsen
2024-08-01 00:10:09 -05:00
committed by GitHub
parent 94b5d9be3f
commit 20e07caad4
12 changed files with 37 additions and 48 deletions
@@ -10,5 +10,3 @@ install(
FILES ${ROCPROFILER_AMD_DETAIL_HEADER_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/amd_detail/
COMPONENT development)
add_subdirectory(rocprofiler-sdk-codeobj)
@@ -1,25 +0,0 @@
# ##############################################################################
# # Copyright (c) 2024 Advanced Micro Devices, Inc. # # 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.
# ##############################################################################
set(CODEOBJ_PARSER_HEADERS code_printing.hpp disassembly.hpp segment.hpp)
install(
FILES ${CODEOBJ_PARSER_HEADERS}
DESTINATION
${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/amd_detail/rocprofiler-sdk-codeobj
COMPONENT development)
@@ -11,4 +11,5 @@ install(
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/cxx
COMPONENT development)
add_subdirectory(codeobj)
add_subdirectory(details)
@@ -0,0 +1,6 @@
set(ROCPROFILER_CXX_CODEOBJ_HEADERS code_printing.hpp disassembly.hpp segment.hpp)
install(
FILES ${ROCPROFILER_CXX_CODEOBJ_HEADERS}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/cxx/codeobj
COMPONENT development)
@@ -40,6 +40,8 @@
namespace rocprofiler
{
namespace sdk
{
namespace codeobj
{
namespace disassembly
@@ -423,4 +425,5 @@ private:
} // namespace disassembly
} // namespace codeobj
} // namespace sdk
} // namespace rocprofiler
@@ -70,6 +70,8 @@
namespace rocprofiler
{
namespace sdk
{
namespace codeobj
{
namespace disassembly
@@ -333,4 +335,5 @@ public:
} // namespace disassembly
} // namespace codeobj
} // namespace sdk
} // namespace rocprofiler
@@ -31,6 +31,8 @@
namespace rocprofiler
{
namespace sdk
{
namespace codeobj
{
namespace segment
@@ -89,4 +91,5 @@ private:
} // namespace segment
} // namespace codeobj
} // namespace sdk
} // namespace rocprofiler