SWDEV-391589: Fixing File plugin output text

Change-Id: I5e1d46431ca2b93661772b062996ed62574c36f9
This commit is contained in:
Ammar ELWazir
2023-05-19 17:53:17 +00:00
committed by Ammar Elwazir
parent d11ebc6da6
commit d3c39dca88
24 changed files with 1135 additions and 546 deletions
+3 -1
View File
@@ -77,10 +77,12 @@ extern "C" {
* \p rocprofiler_major_version matches and this is greater than the minor
* version of the ROCProfiler API used to build the plugin library. This ensures
* compatibility of the trace data format.
* @param[in] data Pointer to the data passed to the ROCProfiler Plugin by the tool
* @return Returns 0 on success and -1 on error.
*/
ROCPROFILER_EXPORT int rocprofiler_plugin_initialize(uint32_t rocprofiler_major_version,
uint32_t rocprofiler_minor_version);
uint32_t rocprofiler_minor_version,
void* data);
/**
* Finalize plugin.