Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segmentation fault in stream stats
The `ldms_stream_close()` race fix (3fe7765) changed the condition of the stream-client entry (sce) such that it can contain NULL client or stream. The stream stats code path that also go through the list must also been modified to support it.
- Loading branch information