Rename Omnitrace to ROCm Systems Profiler (#4)

The Omnitrace program is being renamed. 

Full name: "ROCm Systems Profiler"
Package name: "rocprofiler-systems"
Binary / Library names: "rocprof-sys-*"

---------
Co-authored-by: Xuan Chen <xuchen@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
Этот коммит содержится в:
David Galiffi
2024-10-15 11:20:40 -04:00
коммит произвёл GitHub
родитель dc63370a1f
Коммит d07bf508a9
420 изменённых файлов: 10418 добавлений и 9914 удалений
+3 -3
Просмотреть файл
@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2022 Advanced Micro Devices, Inc. All Rights Reserved.
// Copyright (c) 2022-2024 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
@@ -27,7 +27,7 @@
#include <string>
#include <utility>
namespace omnitrace
namespace rocprofsys
{
namespace binary
{
@@ -72,4 +72,4 @@ address_multirange::operator+=(address_range _v)
return *this;
}
} // namespace binary
} // namespace omnitrace
} // namespace rocprofsys