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: Provide a way for the user to enable/disable System Tracing #2046

Open
mkhubaibumer opened this issue Oct 6, 2023 · 2 comments · May be fixed by #2047
Open

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

mkhubaibumer opened this issue Oct 6, 2023 · 2 comments · May be fixed by #2047
Assignees
Labels
c Related to C target enhancement Enhancement of existing feature tracing Related to the tracing functionality of various targets.

Comments

@mkhubaibumer
Copy link
Collaborator

Currently when tracing is turned "ON" the trace file becomes huge. There are times when the user only wants to enable custom/user-defined traces and the system needs to run for a long time. In such cases we need to provide a way for the user to Disable System Tracing

@mkhubaibumer mkhubaibumer added enhancement Enhancement of existing feature c Related to C target labels Oct 6, 2023
@mkhubaibumer mkhubaibumer self-assigned this Oct 6, 2023
@mkhubaibumer
Copy link
Collaborator Author

User can now specify system-trace option with:

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

@mkhubaibumer mkhubaibumer linked a pull request Oct 6, 2023 that will close this issue
@mkhubaibumer mkhubaibumer added the tracing Related to the tracing functionality of various targets. label Oct 6, 2023
@lhstrh
Copy link
Member

lhstrh commented Feb 7, 2024

User can now specify system-trace option with:

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

Hi @mkhubaibumer, there does not appear to be a PR that adds the system-trace option to the tracing target property. Did you forget to file it?

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 a pull request may close this issue.

2 participants