Skip to content

SystemView overflow event #10329

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

Closed
MarekPieta opened this issue Oct 2, 2018 · 2 comments
Closed

SystemView overflow event #10329

MarekPieta opened this issue Oct 2, 2018 · 2 comments
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@MarekPieta
Copy link
Collaborator

When we enable SystemView, it always records events data to buffer since system starts. It may often cause overflow event (especially for bigger systems).

I think we could add additional option in KConfig to let users decide if they want to record events since system start or since host application connects. Thanks to this we wouldn't have to allocate big buffer to store all the data collected by SystemView since system start.
This could be implemented easily - for example function SEGGER_SYSVIEW_Start may be called conditionally based on boolean in KConfig.

@nashif nashif added the bug The issue is a bug, or the PR is fixing a bug label Oct 9, 2018
@nashif nashif self-assigned this Oct 11, 2018
@nashif nashif added the priority: medium Medium impact/importance bug label Oct 11, 2018
@nashif
Copy link
Member

nashif commented Dec 8, 2018

@MarekPieta do you want to propose a patch for this?

@nashif nashif added priority: low Low impact/importance bug and removed priority: medium Medium impact/importance bug labels Dec 8, 2018
@nashif
Copy link
Member

nashif commented Jan 30, 2019

fixed in #12149

@nashif nashif closed this as completed Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants