SWDEV-405920: V2 clean up for unimplemented and corrupted APIs

Change-Id: I2c88d8415a3a386377e99b93295adb82e1f7195e
Αυτή η υποβολή περιλαμβάνεται σε:
Ammar ELWazir
2023-06-20 20:51:47 +00:00
υποβλήθηκε από Ammar Elwazir
γονέας 40a36a201e
υποβολή 37c48ce0ab
15 αρχεία άλλαξαν με 11 προσθήκες και 408 διαγραφές
@@ -11,7 +11,7 @@ int main(int argc, char** argv) {
// Creating the session with given replay mode
rocprofiler_session_id_t session_id;
CHECK_ROCPROFILER(rocprofiler_create_session(ROCPROFILER_KERNEL_REPLAY_MODE, &session_id));
CHECK_ROCPROFILER(rocprofiler_create_session(ROCPROFILER_NONE_REPLAY_MODE, &session_id));
// Creating Output Buffer for the data
rocprofiler_buffer_id_t buffer_id;