[rocprofiler-systems] Enable HOST OMPVV runtime-instrumentation CTests (#1970)

* Enable HOST ompvv runtime-instrumentation ctests

* Fix rocprofiler-systems-avail-regex-negation test failure

* Exclude problematic function from instrumentation

* Make push pop skip an env option for ctests

* Remove SKIP_PUSH_POP_CHECK from argument parse

Co-authored-by: David Galiffi <David.Galiffi@amd.com>

---------

Co-authored-by: David Galiffi <David.Galiffi@amd.com>
Este commit está contenido en:
Kian Cossettini
2025-12-01 09:26:24 -05:00
cometido por GitHub
padre 77f58ceb9f
commit ae29018bb0
Se han modificado 6 ficheros con 28 adiciones y 6 borrados
@@ -271,6 +271,12 @@ configure_settings(bool _init)
"for continuous integration)",
false, "debugging", "advanced");
ROCPROFSYS_CONFIG_SETTING(
bool, "ROCPROFSYS_CI_SKIP_PUSH_POP_CHECK",
"Skip CI validation check for push/pop trace count mismatch "
"(used only for tests with known imbalances)",
false, "debugging", "advanced");
ROCPROFSYS_CONFIG_SETTING(bool, "ROCPROFSYS_MONOCHROME", "Disable colorized logging",
false, "debugging", "advanced");