Re-enable clang-tidy for core workflows + clang-tidy fixes (#197)

* Ensure the clang-tidy is updated + clang-tidy fixes

* update-ci workflow

* Enable clang-tidy checks

* Add extra logging to device counter collection samples

* Misc clang-tidy fixes

* Disable device counter collection samples for ThreadSanitizer

* Formatting

---------

Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
Este commit está contenido en:
Madsen, Jonathan
2025-02-11 10:58:47 -06:00
cometido por GitHub
padre cdf22eba7d
commit 070b659a9a
Se han modificado 18 ficheros con 76 adiciones y 39 borrados
+1 -1
Ver fichero
@@ -223,7 +223,7 @@ roctxRangeStartA(const char* message)
void
roctxRangeStop(roctx_range_id_t id)
{
return ::rocprofiler::roctx::get_table()->core.roctxRangeStop_fn(id);
::rocprofiler::roctx::get_table()->core.roctxRangeStop_fn(id);
}
int