Files
Ammar ELWazir 386847b9f4 Adding Plugin Interface
- Add roctracer plugins hooks
- Add Roctracer plugin environment variable
- Add the plugin class
- Add the plugin implementation

Change-Id: I12ee2e2be035abac14864764fb76837a4533cf60


[ROCm/roctracer commit: 1c7c5cc112]
2022-08-11 10:13:36 -05:00

7 wiersze
184 B
Plaintext

{
global: roctracer_plugin_initialize;
roctracer_plugin_finalize;
roctracer_plugin_write_callback_record;
roctracer_plugin_write_activity_records;
local: *;
};