Skip to content

dynamic tracing compiler temporary API block#308

Merged
xuhz merged 1 commit into
Xilinx:main-gefrom
AdvaitNaik:dtrace_block
Jun 18, 2026
Merged

dynamic tracing compiler temporary API block#308
xuhz merged 1 commit into
Xilinx:main-gefrom
AdvaitNaik:dtrace_block

Conversation

@AdvaitNaik

@AdvaitNaik AdvaitNaik commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Problem solved by the commit

Temporary block the unused update_dtrace_result_buffer API for dtrace header file refactoring

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

Xilinx/XRT#9876

How problem was solved, alternative solutions (if any) and why they were rejected

Risks (if any) associated the changes in the commit

Low

What has been tested and how, request additional testing if necessary

cmake build testcase

Documentation impact (if any)

NA

Copilot AI review requested due to automatic review settings June 18, 2026 18:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 temporarily disables the JSON in-memory dynamic tracing result API (update_dtrace_result_buffer) by commenting out its public declaration and implementation.

Changes:

  • Commented out the json/nlohmann/json.hpp include from the public dtrace header.
  • Commented out the update_dtrace_result_buffer API declaration and its implementation.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/cpp/dtrace/dtrace.h Removes the JSON dependency from the public header by commenting out the include and API declaration.
src/cpp/dtrace/dtrace.cpp Disables the JSON in-memory result API by commenting out the full function implementation.

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

Comment thread src/cpp/dtrace/dtrace.h
Comment thread src/cpp/dtrace/dtrace.h Outdated
Comment thread src/cpp/dtrace/dtrace.cpp Outdated
@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Signed-off-by: advanaik <AdvaitHemant.Naik@amd.com>
@github-actions

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@AdvaitNaik AdvaitNaik requested review from sayyanna and xuhz June 18, 2026 20:46
@xuhz xuhz merged commit 2a3e80f into Xilinx:main-ge Jun 18, 2026
6 checks passed
@AdvaitNaik AdvaitNaik deleted the dtrace_block branch June 24, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants