Remove remaining roctracer references (#82)

[ROCm/rocprofiler-systems commit: e437200e9e]
Этот коммит содержится в:
David Galiffi
2025-02-07 23:27:58 -05:00
коммит произвёл GitHub
родитель 9fcea73122
Коммит 2c9d92be33
25 изменённых файлов: 254 добавлений и 682 удалений
+1 -1
Просмотреть файл
@@ -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