- Add ARM Coresight (SoC-400) support to HWT framework
- Pipeline build code added
Details
Details
- Reviewers
andrew manu zachary.leaf_arm.com
Tested on ARM Morello platform.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/arm64/coresight/coresight.c | ||
---|---|---|
72 | Should we dynamically allocate this based on mp_ncpus instead, especially since MAXCPU is being bumped to 1024? I think it would make sense to do that in coresight_backend_init and then can free() at the end of coresight_backend_deinit. This is what I'm doing for SPE at the moment. |
Comment Actions
Due to pipeline design Coresight components could not be used for more than 1 concurrent tracing sessions.
Atomic counter of sessions added and limited to 1.