0b751d2aef
* Packaging for ROCm 5.6 - Bump version to 1.10.2 - build rocm 5.6 containers for ubuntu 20.04, 22.04 - build rocm 5.6 containers for opensuse 15.4 - build rocm 5.5 and 5.6 for rhel 8.7, 9.0, 9.1 - cpack rocm 5.6 for ubuntu 20.04, ubuntu 22.04, opensuse 15.4, rhel 8.7, rhel 9.0, rhel 9.1 * Update omnitrace.cfg - remove file_write_period_ms - remove flush_period_ms * Remove ROCm 5.6 for RHEL 9.0 - no packaging support
18 wiersze
383 B
INI
18 wiersze
383 B
INI
# perfetto --out OUTPUT_FILE --txt -c omnitrace.cfg
|
|
# 5 minute trace, but can be stopped prematurely.
|
|
duration_ms: 300000
|
|
write_into_file: true
|
|
|
|
# One buffer allocated within the central tracing binary for the entire trace,
|
|
# shared by the two data sources below.
|
|
buffers {
|
|
size_kb: 102400000
|
|
fill_policy: RING_BUFFER
|
|
}
|
|
|
|
data_sources {
|
|
config {
|
|
name: "track_event"
|
|
}
|
|
}
|