Put cached perfetto traces as default one (#2138)
* Put cached perfetto traces as default one * Improve cached data and perfetto traces in order to be more aligned with E2E tests * Addressing PR comments and findings * Force early instrumentation bundle instantiation * Sync-up insturumented containers with thread growth data * Revert ompvv number of host threads to default 8 * Fixed counter track namings for amd-smi * AIPROFSYST-34 [rocprof-sys] Update documentation describing newly introduced changes to default tracing mechanism
This commit is contained in:
@@ -103,6 +103,7 @@ extern "C"
|
||||
void rocprofsys_set_mpi_hidden(bool, bool) ROCPROFSYS_HIDDEN_API;
|
||||
void rocprofsys_push_trace_hidden(const char*) ROCPROFSYS_HIDDEN_API;
|
||||
void rocprofsys_pop_trace_hidden(const char*) ROCPROFSYS_HIDDEN_API;
|
||||
void rocprofsys_flush_pending_region_cache_hidden() ROCPROFSYS_HIDDEN_API;
|
||||
void rocprofsys_push_region_hidden(const char*) ROCPROFSYS_HIDDEN_API;
|
||||
void rocprofsys_pop_region_hidden(const char*) ROCPROFSYS_HIDDEN_API;
|
||||
void rocprofsys_push_category_region_hidden(rocprofsys_category_t, const char*,
|
||||
|
||||
Reference in New Issue
Block a user