Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename tool #4

Merged
merged 85 commits into from
Oct 15, 2024
Merged

Rename tool #4

merged 85 commits into from
Oct 15, 2024

Commits on Oct 4, 2024

  1. Rename the omnitrace-dl library - Part 1

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cad7a90 View commit details
    Browse the repository at this point in the history
  2. Rename the omnitrace-rt library

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    21bbcfd View commit details
    Browse the repository at this point in the history
  3. Rename the omnitrace-user library

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a3f2469 View commit details
    Browse the repository at this point in the history
  4. Rename the omnitrace-rt library - Part 2

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f43f877 View commit details
    Browse the repository at this point in the history
  5. Rename omnitrace-dl library - Part 2

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ddff823 View commit details
    Browse the repository at this point in the history
  6. Rename the omnitrace-core library

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b663f89 View commit details
    Browse the repository at this point in the history
  7. Rename the omnitrace-binary library

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    093e7cb View commit details
    Browse the repository at this point in the history
  8. Source formatting

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    19f5924 View commit details
    Browse the repository at this point in the history
  9. Rename the omnitrace library

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d52395b View commit details
    Browse the repository at this point in the history
  10. Format source

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5648b86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15433a1 View commit details
    Browse the repository at this point in the history
  12. Format CMake files

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2ce1981 View commit details
    Browse the repository at this point in the history
  13. Remove omnitrace-exe

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    27fea77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    436ec94 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b41f5c1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    30e17e8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1858290 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    33e9041 View commit details
    Browse the repository at this point in the history
  19. Update tests

    Instead of using `$(which omnitrace)`
    use `$(which rocprof-sys-instrument)`,
    since the solo `omnitrace` binary has been deprecated.
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6dd3dfc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6a63249 View commit details
    Browse the repository at this point in the history
  21. Rename omnitrace-python binary, python module, and tests

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cf64928 View commit details
    Browse the repository at this point in the history
  22. Fixed some python tests

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a13a11f View commit details
    Browse the repository at this point in the history
  23. Update CMake project name to rocprofsys.

    The ${PROJECT_NAME} is used throughout for output paths and as a token in templates.
    
    Using "rocprofsys" rather than "rocprof-sys" because the dash won't work for variable names (like: rocprofsys_DIR).
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    38a41b7 View commit details
    Browse the repository at this point in the history
  24. Revert change to "rocprofsys-instrument-simulate-lib" test until logg…

    …ing is updated to use "rocprof-sys"
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3ff0c0f View commit details
    Browse the repository at this point in the history
  25. cmake formatting

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c0779c8 View commit details
    Browse the repository at this point in the history
  26. source formatting

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c70862c View commit details
    Browse the repository at this point in the history
  27. python formatting

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cd50510 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f1f782a View commit details
    Browse the repository at this point in the history
  29. Set install folder to rocprof-sys rather than rocprofsys.

    - For better consistency with file names.
    - Differential between "PROJECT_NAME:(rocprofsys): and "PACKAGE_NAME:(rocprof-sys)"
    - Fix install path the user-api header, they were still installing to `omnitrace`.
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8a4c170 View commit details
    Browse the repository at this point in the history
  30. Fix cmake formatting.

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    93d2a28 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2d728d4 View commit details
    Browse the repository at this point in the history
  32. Remove debug logging.

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5804990 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e768f3c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    944fc5c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7648a23 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d61c0d5 View commit details
    Browse the repository at this point in the history
  37. Fix name in log

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    eb75c59 View commit details
    Browse the repository at this point in the history
  38. Update default name for the config file

    The file generated by rocprof-sys-avail -G was omnitrace-config. Now, it's rocprof-sys-config.
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6470be7 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a0a1ef9 View commit details
    Browse the repository at this point in the history
  40. Fix code-coverage test, rename configuration settings

    Rename OMNITRACE configuration settings.
    Instrumentation artifact now have "rocprofsys" as the main node,
    fixing the code coverage test
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    091e192 View commit details
    Browse the repository at this point in the history
  41. Format cmake files

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    925ea2f View commit details
    Browse the repository at this point in the history
  42. Format source

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    29f3eb4 View commit details
    Browse the repository at this point in the history
  43. Fix failing tests.

    Reg Ex failing because some output logs were still [omnitrace].
    
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0fc5d63 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0ea7bde View commit details
    Browse the repository at this point in the history
  45. Update workflows

    Use rocprofsys output folders
    User rocprof-sys*.sh installer script
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9ad15cf View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6114c6d View commit details
    Browse the repository at this point in the history
  47. Update CDash Submit URL

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    495ba04 View commit details
    Browse the repository at this point in the history
  48. Rename template files

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    081e27e View commit details
    Browse the repository at this point in the history
  49. Fix User API tests

    Rename packages cmake helpers to rocprof-sys
    Rename the user-api include folder to rocprof-sys
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    23b59f7 View commit details
    Browse the repository at this point in the history
  50. Fixed Ub 20 configuration failure.

    Renamed omnitrace-launch-compiler script.
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9fcf740 View commit details
    Browse the repository at this point in the history
  51. Format source

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ffb7020 View commit details
    Browse the repository at this point in the history
  52. Format python

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    eef47a4 View commit details
    Browse the repository at this point in the history
  53. Format CMake

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    afbf2cf View commit details
    Browse the repository at this point in the history
  54. Fix a log in the consol-script

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    793e9e0 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    2eab2c8 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    606f429 View commit details
    Browse the repository at this point in the history
  57. Remove an accidental build folder

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c97ac02 View commit details
    Browse the repository at this point in the history
  58. Format source

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f7d7ed6 View commit details
    Browse the repository at this point in the history
  59. Update banners

    Co-authored-by: xuchen-amd
    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7b0010a View commit details
    Browse the repository at this point in the history
  60. Rename functions, structures to "rocprofsys_*"

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0a5faa9 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    fd5c1d0 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    40783bb View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    a717be4 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    668781f View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    4cb35a2 View commit details
    Browse the repository at this point in the history
  66. Update README

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    82e30dc View commit details
    Browse the repository at this point in the history
  67. Rename files

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6c1b1c0 View commit details
    Browse the repository at this point in the history
  68. Format CMake

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d0be471 View commit details
    Browse the repository at this point in the history
  69. Format source

    dgaliffiAMD committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a951472 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    a3b228e View commit details
    Browse the repository at this point in the history
  2. Format cmake files

    dgaliffiAMD committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1ff0b45 View commit details
    Browse the repository at this point in the history
  3. Fix CPACK package name

    dgaliffiAMD committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    42ff168 View commit details
    Browse the repository at this point in the history
  4. Update copyright header

    dgaliffiAMD committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a9961b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5af11f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    a38ef9a View commit details
    Browse the repository at this point in the history
  2. Fixed instrumentation tests

    - correct the passing regex argument.
    - correct path to test output.
    dgaliffiAMD committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7299c74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bfdb2e View commit details
    Browse the repository at this point in the history
  4. CMake Formatting

    dgaliffiAMD committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    989afe1 View commit details
    Browse the repository at this point in the history
  5. Fix paths used for installed files in workflows.

    rocprof-sys should be rocprofiler-systems
    dgaliffiAMD committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9245509 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add rocprofiler_systems to bin_search_path and lib_search_path in `…

    …rocprof-sys-instrument`.
    dgaliffiAMD committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b04393d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ab106 View commit details
    Browse the repository at this point in the history
  3. Fixed banner

    dgaliffiAMD committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    96cb43c View commit details
    Browse the repository at this point in the history
  4. Format source

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    247e30c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    a45b4cb View commit details
    Browse the repository at this point in the history
  2. Format source

    Signed-off-by: David Galiffi <[email protected]>
    dgaliffiAMD committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d8e2d39 View commit details
    Browse the repository at this point in the history