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

[C-Target] Tracing #2047

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

mkhubaibumer
Copy link
Collaborator

Allows user to disable system-tracing when tracing feature is enabled for C-Target

User can now specify system trace option with

target C {
    tracing: {
        trace-file-name:"sometrace",
        system-trace: true,
    },
    fast: true
}

Allows user to disable system-tracing when tracing feature is enabled for C-Target

Signed-off-by: mkhubaibumer <[email protected]>
@mkhubaibumer mkhubaibumer self-assigned this Oct 6, 2023
@mkhubaibumer mkhubaibumer added enhancement Enhancement of existing feature c Related to C target tracing Related to the tracing functionality of various targets. labels Oct 6, 2023
@lhstrh
Copy link
Member

lhstrh commented Nov 8, 2023

@mkhubaibumer: I will take care of the conflict that have arisen and then submit a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c Related to C target enhancement Enhancement of existing feature tracing Related to the tracing functionality of various targets.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C-Target] Tracing: Provide a way for the user to enable/disable System Tracing
2 participants