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:
committed by
GitHub
parent
3f7ae0b01e
commit
08dc696e47
@@ -14,6 +14,6 @@ buffers {
|
||||
|
||||
data_sources {
|
||||
config {
|
||||
name: "omnitrace"
|
||||
name: "track_event"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user