sof/tools/testbench
Karol Trzcinski 27d4c943f3 testbench: Add UUID for file component
Each component driver should have assigned UUID value and trace
contecxt, to allow generic component creation routine usage.
It's espiecially important for trace context, because it's
accessed by pointer so dereferencing NULL pointer will lead to
segmentation fault.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2020-06-04 15:42:52 +01:00
..
include/testbench tools: testbench: Include dcblock in testbench 2020-03-26 16:49:37 +00:00
CMakeLists.txt cmake: testbench compile options fix 2020-05-18 13:25:28 +01:00
alloc.c alloc: remove unused rrealloc 2020-04-10 20:00:05 +03:00
common_test.c Testbench: Fix segfault in pipeline_new() in topology parsing 2020-03-27 10:40:37 +01:00
edf_schedule.c trace: replace TRACE_CLASS_ by uuids 2020-04-30 11:39:37 +02:00
file.c testbench: Add UUID for file component 2020-06-04 15:42:52 +01:00
ipc.c ipc: use notifications allocated by sources 2020-03-02 13:28:52 +01:00
ll_schedule.c testbench: remove unneeded variable 2020-03-25 15:22:09 +01:00
panic.c Testbench: panic() calls abort() 2020-03-27 10:26:56 +01:00
schedule.c tasks: add uuid based identification for tasks 2020-03-17 15:11:42 +02:00
testbench.c tools: testbench: Include dcblock in testbench 2020-03-26 16:49:37 +00:00
timer.c timer: change id values 2019-08-06 18:59:27 +01:00
topology.c Testbench: Return -errno values from malloc and fseek functions 2020-05-07 17:33:07 +01:00
trace.c trace: replace TRACE_CLASS_ by uuids 2020-04-30 11:39:37 +02:00