Misc API cleanup and consistency fixes (#1023)

- ROCPROFILER_API after function
- use rocprofiler_tracing_operation_t in lieu of uint32_t where appropriate
- rocprofiler_tracing_operation_t is not int32_t typedef (formerly uint32_t)
- use const T* instead of T* where appropriate

[ROCm/rocprofiler-sdk commit: bb25376480]
이 커밋은 다음에 포함됨:
Jonathan R. Madsen
2024-08-20 01:06:12 -05:00
커밋한 사람 GitHub
부모 82a089ac0a
커밋 264c48fa69
32개의 변경된 파일185개의 추가작업 그리고 176개의 파일을 삭제
+2 -3
파일 보기
@@ -121,6 +121,5 @@ callbacks_init();
void
callbacks_fini();
}; // namespace Callbacks
}; // namespace ATTTest
} // namespace Callbacks
} // namespace ATTTest