Moving ATT to amd_detail (#885)

* Moving ATT to amd_detail

* Formatting
This commit is contained in:
Giovanni Lenzi Baraldi
2024-05-29 11:28:01 -03:00
committed by GitHub
parent fbf0b49e22
commit 385980e279
8 changed files with 11 additions and 3 deletions
@@ -30,7 +30,6 @@ set(ROCPROFILER_HEADER_FILES
profile_config.h
registration.h
spm.h
thread_trace.h
${CMAKE_CURRENT_BINARY_DIR}/version.h)
install(
@@ -3,4 +3,11 @@
# Installation of amd_detail headers
#
#
set(ROCPROFILER_AMD_DETAIL_HEADER_FILES thread_trace.h)
install(
FILES ${ROCPROFILER_AMD_DETAIL_HEADER_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/amd_detail/
COMPONENT development)
add_subdirectory(rocprofiler-sdk-codeobj)
@@ -80,7 +80,6 @@ ROCPROFILER_EXTERN_C_FINI
// #include "rocprofiler-sdk/marker.h"
#include "rocprofiler-sdk/pc_sampling.h"
#include "rocprofiler-sdk/profile_config.h"
#include "rocprofiler-sdk/thread_trace.h"
// #include "rocprofiler-sdk/spm.h"
ROCPROFILER_EXTERN_C_INIT