Skip to content

Support AIE trace config via vitisai_config.json "profiling_runtime_config" options - #105

Merged
jvillarre merged 2 commits into
Xilinx:masterfrom
meghnakon:vitisai_config_change
Aug 17, 2026
Merged

Support AIE trace config via vitisai_config.json "profiling_runtime_config" options#105
jvillarre merged 2 commits into
Xilinx:masterfrom
meghnakon:vitisai_config_change

Conversation

@meghnakon

Copy link
Copy Markdown
Collaborator

[AIESW-40371]

Adds a profiling_runtime_config resolver library that parses the Debug.profiling_runtime_config JSON blob into typed structs and exposes one resolveXxx() function per AIE trace setting. Each resolver encodes a single "blob wins if event_trace is present, else fall back to the matching xrt.ini getter" decision. AieTraceMetadata, ini_parameters.cpp, aie_trace_offload.cpp, and pl_device_intf.cpp are updated to call these resolvers instead of each independently duplicating the same blob-or-ini branch. Enablement semantics are untouched: Debug.aie_trace is still the only on/off switch; this only changes where the settings come from once trace is already on.

Meghna Kondapalli added 2 commits August 16, 2026 18:27
Signed-off-by: Meghna Kondapalli <meghnak@xcomeghnak40x.amd.com>
Signed-off-by: Meghna Kondapalli <meghnak@xcomeghnak40x.amd.com>
@meghnakon
meghnakon requested a review from jvillarre August 17, 2026 18:20
@jvillarre
jvillarre merged commit b116039 into Xilinx:master Aug 17, 2026
4 checks passed
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.

2 participants