Advanced category for configuration options (#125)

Adds advanced category

- advanced category hides less relevant configuration options
- omnitrace-avail has new '--advanced' option which shows these flags
- increase verbosity level to print issue with reading ppid children
- OMNITRACE_ROCTRACER_HSA_ACTIVITY defaults to ON
- OMNITRACE_ROCTRACER_HSA_API defaults to ON

[ROCm/rocprofiler-systems commit: afa3df8523]
Tento commit je obsažen v:
Jonathan R. Madsen
2022-08-03 12:13:00 -05:00
odevzdal GitHub
rodič 9defbdcd4d
revize 76d2b4c2ad
6 změnil soubory, kde provedl 119 přidání a 42 odebrání
+1 -1
Zobrazit soubor
@@ -44,7 +44,7 @@ get_concurrent_processes(int _ppid)
std::ifstream _ifs{ _inp };
if(!_ifs)
{
OMNITRACE_VERBOSE_F(0, "Warning! File '%s' cannot be read\n", _inp.c_str());
OMNITRACE_VERBOSE_F(2, "Warning! File '%s' cannot be read\n", _inp.c_str());
return _children;
}