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

Add Tracing functionality #17201

Open
ayerofieiev-tt opened this issue Jan 27, 2025 · 0 comments
Open

Add Tracing functionality #17201

ayerofieiev-tt opened this issue Jan 27, 2025 · 0 comments
Assignees

Comments

@ayerofieiev-tt
Copy link
Member

Add tracing OR extract out of Device.

void MeshDevice::begin_trace(const uint8_t cq_id, const uint32_t tid);
void MeshDevice::end_trace(const uint8_t cq_id, const uint32_t tid);
void MeshDevice::replay_trace(const uint8_t cq_id, const uint32_t tid, const bool blocking);
void MeshDevice::release_trace(const uint32_t tid);
std::shared_ptr<TraceBuffer> MeshDevice::get_trace(uint32_t tid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants