Skip to content

Conversation

@dgaliffiAMD
Copy link
Contributor

@dgaliffiAMD dgaliffiAMD commented Oct 30, 2025

Motivation

Rename "corr_id" to "stack_id" in Perfetto annotations to match new naming in schema

Technical Details

Renaming string in Perfetto annotations

Test Plan

Run ctests. Verify that string has been renamed in Perfetto.

Test Result

Submission Checklist

@dgaliffiAMD dgaliffiAMD marked this pull request as ready for review October 31, 2025 03:04
@dgaliffiAMD dgaliffiAMD requested a review from jrmadsen as a code owner October 31, 2025 03:04
Copilot AI review requested due to automatic review settings October 31, 2025 03:04
@dgaliffiAMD dgaliffiAMD requested a review from a team as a code owner October 31, 2025 03:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames correlation ID references to stack ID throughout the rocprofiler SDK integration code to better reflect their semantic meaning. The changes update both variable names and perfetto annotation labels while maintaining the same underlying data (correlation_id.internal).

Key Changes

  • Variable names changed from _corr_id to _stack_id in kernel dispatch and memory copy tracing functions
  • Perfetto annotation labels updated from "corr_id" to "stack_id" in tracing callbacks
  • All changes consistently rename without altering functionality or data flow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dgaliffiAMD
Copy link
Contributor Author

/AzurePipelines run rocm-ci-caller

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants