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

Task names are incorrectly labeled during measuring in release mode #45

Open
markhakansson opened this issue Jun 3, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@markhakansson
Copy link
Owner

Expected behavior

When running the steps generate -> flash -> measure in release mode. The output should correctly label the task names with their real names.

Actual behavior

Tasks are currently labeled with the dispatchers/interrupt names such as EXTI0 etc.

Steps to reproduce

  1. Generate tests in release mode
  2. Flash replay harness in release mode
  3. Measure

Additional context

This is because the DWARF data in release mode inlines the task functions inside the interrupt handlers. So we need to check in release mode for that when measuring.

@markhakansson markhakansson added the bug Something isn't working label Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant