27103d771b
* Install perfetto tools option
- E.g. traced, perfetto, etc.
* Fix copying of perfetto directory
* Require curl for installing perfetto tools
* Fix to locating tools/ninja
[ROCm/rocprofiler-systems commit: 8146426e8b]
20 lines
428 B
INI
20 lines
428 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
|
|
file_write_period_ms: 100
|
|
flush_period_ms: 100
|
|
|
|
# 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: "omnitrace"
|
|
}
|
|
}
|