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

Question: Is KProbes supported in Zephyr? Or any plan? #6816

Closed
hongshui3000 opened this issue Mar 27, 2018 · 1 comment
Closed

Question: Is KProbes supported in Zephyr? Or any plan? #6816

hongshui3000 opened this issue Mar 27, 2018 · 1 comment

Comments

@hongshui3000
Copy link
Contributor

KProbes, dynamic instrumentation system inspired by Linux Kernel, allowing developers to gather additional information about kernel operation without recompiling or rebooting the kernel. It enables locations in the kernel to be instrumented with code, and the instrumentation code runs when the ARM core encounters that probe point. Once the instrumentation code completes execution, the kernel continues normal execution.
https://github.com/f9micro/f9-kernel

@nashif
Copy link
Member

nashif commented Apr 2, 2018

it is not supported. we have plans to add more tracepoints. right now this is covered with the kernel event logger, but coverage is minimal.

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

No branches or pull requests

3 participants