From 14d8998ba0fca223406e8245b72aba4b846a9eae Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Sun, 8 May 2022 06:21:14 -0500 Subject: [PATCH] Fix $HOME/.omnitrace [skip ci] (#54) [ROCm/rocprofiler-systems commit: e60fae5361d99c1c9dfa7237821481ef67e01a09] --- projects/rocprofiler-systems/source/docs/runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/source/docs/runtime.md b/projects/rocprofiler-systems/source/docs/runtime.md index 7c77aa6b94..5aa2c64ed9 100644 --- a/projects/rocprofiler-systems/source/docs/runtime.md +++ b/projects/rocprofiler-systems/source/docs/runtime.md @@ -628,7 +628,7 @@ $ omnitrace-avail -H -bd [Omnitrace](https://github.com/AMDResearch/omnitrace) supports 3 configuration file formats: JSON, XML, and plain text. Configuration files are specified via the `OMNITRACE_CONFIG_FILE` environment variable -and by default will look for `${HOME}/omnitrace.cfg` and `${HOME}/omnitrace.json`. +and by default will look for `${HOME}/.omnitrace.cfg` and `${HOME}/.omnitrace.json`. Multiple configuration files can be concatenated via `:`, e.g.: ```shell