HIP API and Activity Config Options + metadata JSON PID tagging (#225)

* library metadata/functions JSON

- remove always tagging metadata.json and functions.json with PID

* roctracer options for HIP API vs. HIP activity

* opensuse docker update for ROCm

- remove adding perl repo (does not exist)

[ROCm/rocprofiler-systems commit: bb591c82cb]
Este commit está contenido en:
Jonathan R. Madsen
2023-01-13 07:48:42 -06:00
cometido por GitHub
padre 1cdf67257e
commit 1cd358fb95
Se han modificado 5 ficheros con 66 adiciones y 13 borrados
@@ -962,7 +962,7 @@ omnitrace_finalize_hidden(void)
tim::timemory_finalize(_timemory_manager.get());
auto _cfg = settings::compose_filename_config{};
_cfg.use_suffix = true;
_cfg.use_suffix = config::get_use_pid();
_timemory_manager->write_metadata(settings::get_global_output_prefix(),
"omnitrace", _cfg);
}