[rocprofiler-sdk] rename librocprofv3-attach.so (#1342)

* attach: rename librocprofv3-attach

- Renames library to librocprofiler-sdk-rocattach
- ROCAttach library will be formalized and documented in future commit

* Address review comments

- Rename rocprofv3-attach.py to rocprof-attach.py
- Use common filesystem.hpp in rocattach

* Fix component name typo

* Doc fixup

---------

Co-authored-by: JeniferC99 <150404595+JeniferC99@users.noreply.github.com>
This commit is contained in:
Mark Meserve
2025-11-18 10:52:17 -06:00
committed by GitHub
parent 15e5f09038
commit 12718139fe
12 changed files with 49 additions and 83 deletions
@@ -59,7 +59,7 @@ class rocprofiler_sdk_profiler(RocProfCompute_Base):
)
rocm_dir = Path(args.rocprofiler_sdk_library_path).parent.parent
rocprofiler_attach_tool_path = str(
rocm_dir / "lib" / "rocprofiler-sdk" / "librocprofv3-attach.so"
rocm_dir / "lib" / "librocprofiler-sdk-rocattach.so"
)
ld_preload = [
rocprofiler_sdk_tool_path,