rocDecode API Tracing Support (#49)

* rocDecode API Tracing support

* Test bin file added to rocdecode. Need to add validate python methods

* Added option to not make rocDecode tests

* Added rocdecode and rocprofv3 tests

* Added csv test

* Address PR comments. Changed tests to use built-in rocstreambit decoder to remove ffmpeg dependancy. Changed cmake option to disbale tests rather than not build them. Tests work locally, but will fail until rocDecode is built with tracing enabled on CI

* Add option to avoid building rocdecode tests

* Added option to avoid building rocdecode bin file

* Merge conflict error

* CMake files changed in response to review comments. Attempting to implement callbacks.

* Turned off test building for rocdecode

* Minor fixes for review comments

* Review comments

* Updated formatting

* Document changes and format.hpp reversion. Need to remove iterate args support for now for later update.

* Remove iterate args support

* Remove iterate-args

* enforce abi versioning in macro if

* Fix doc error

* removed spaces to fix indentation error

---------

Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com>
This commit is contained in:
Trowbridge, Ian
2025-01-17 16:42:25 -06:00
committed by GitHub
parent 1f01526eed
commit e307b89ca4
73 changed files with 7486 additions and 45 deletions
+7
View File
@@ -0,0 +1,7 @@
"Domain","Function","Process_Id","Thread_Id","Correlation_Id","Start_Timestamp","End_Timestamp"
"ROCDECODE_API","rocDecCreateVideoParser",41688,41688,583,615449881677279,615449882001583
"ROCDECODE_API","rocDecGetDecoderCaps",41688,41688,584,615449882016054,615449882163756
"ROCDECODE_API","rocDecGetDecoderCaps",41688,41688,588,615449886038750,615449886050880
"ROCDECODE_API","rocDecCreateDecoder",41688,41688,591,615449886084210,615450756910310
"ROCDECODE_API","rocDecDecodeFrame",41688,41688,595,615450757036042,615450767147413
"ROCDECODE_API","rocDecGetDecodeStatus",41688,41688,812,615450836779385,615450836779575
1 Domain Function Process_Id Thread_Id Correlation_Id Start_Timestamp End_Timestamp
2 ROCDECODE_API rocDecCreateVideoParser 41688 41688 583 615449881677279 615449882001583
3 ROCDECODE_API rocDecGetDecoderCaps 41688 41688 584 615449882016054 615449882163756
4 ROCDECODE_API rocDecGetDecoderCaps 41688 41688 588 615449886038750 615449886050880
5 ROCDECODE_API rocDecCreateDecoder 41688 41688 591 615449886084210 615450756910310
6 ROCDECODE_API rocDecDecodeFrame 41688 41688 595 615450757036042 615450767147413
7 ROCDECODE_API rocDecGetDecodeStatus 41688 41688 812 615450836779385 615450836779575