Tobiasz Dryjański
Tobiasz Dryjański
Update: - Added CONFIG_TELEMETRY as an option to disable telemetry - Disabling telemetry for tgl, as there are some duplicated defines that describe memory windows which messes up the build....
Update: - changed ccount function to sof_cycle_get_64 - telemetry.c variables made static and added a set per core - other minor fixes
Update: - Memory window size increase doesn't have to be done on Zephyr side, so I'm adding a new commit here instead. - Fixed one issue in scheduler_get_task_info() in schedule.c
> Some open issues still unaddressed, and one more from me. Otherwise looks Ok to me. But in the future I think we should write some generic debug slot reservation...
@fredoh9 @marc-hb Fix merged. This issue was pretty rare (mostly because other unrelated issues make the test fail, and it's also pretty rare by itself), so getting no repro doesn't...
> Did you mean #9020? Yes
Should be fixed. Closing for now. Reopen if it's observed again.
UPDATE: In ref. FW, this functionality was in separate file so I moved all of this to new files. Now this functionality can be disabled regardless of telemetry as .c...