Fix for empty perfetto output (#7)

Fix to perfetto config

- Erroneously replaced data_sources config "track_event" with "omnitrace"
- Using "omnitrace" resulted in empty perfetto output files

[ROCm/rocprofiler-systems commit: ee67748042]
This commit is contained in:
Jonathan R. Madsen
2022-05-25 00:35:02 -05:00
committed by GitHub
parent 3f7ae0b01e
commit 08dc696e47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ buffers {
data_sources {
config {
name: "omnitrace"
name: "track_event"
}
}