1c7c5cc112
- Add roctracer plugins hooks - Add Roctracer plugin environment variable - Add the plugin class - Add the plugin implementation Change-Id: I12ee2e2be035abac14864764fb76837a4533cf60
7 строки
184 B
Plaintext
7 строки
184 B
Plaintext
{
|
|
global: roctracer_plugin_initialize;
|
|
roctracer_plugin_finalize;
|
|
roctracer_plugin_write_callback_record;
|
|
roctracer_plugin_write_activity_records;
|
|
local: *;
|
|
}; |