Remove remaining roctracer references (#82)

This commit is contained in:
David Galiffi
2025-02-07 23:27:58 -05:00
کامیت شده توسط GitHub
والد b3eee295dd
کامیت e437200e9e
25فایلهای تغییر یافته به همراه254 افزوده شده و 682 حذف شده
@@ -301,7 +301,7 @@ Collected data is generally handled in one of the three following ways:
In general, only instrumentation for relatively simple data is directly passed to
Perfetto and/or Timemory during runtime.
For example, the callbacks from binary instrumentation, user API instrumentation,
and roctracer directly invoke
and rocprofiler-sdk directly invoke
calls to Perfetto or Timemory's storage model. Otherwise, the data is stored
by ROCm Systems Profiler in the thread-data model
which is more persistent than simply using ``thread_local`` static data, which gets deleted