ROCm/roctracer

[Question] Does more than one thread return callbacks?

louisespellacy-arm opened this issue · 1 comments

When using the CALLBACK API - do multiple threads return callbacks for different domains and op codes?

The API callbacks are always called in the same thread as the application thread calling the API. The buffer callbacks are called from an internal thread.