Jonathan R. Madsen
|
ee67748042
|
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
|
2022-05-25 00:35:02 -05:00 |
|
Jonathan R. Madsen
|
8146426e8b
|
Install perfetto tools option (#58)
* 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
|
2022-05-11 15:05:09 -05:00 |
|
Jonathan R. Madsen
|
346f8cd0bc
|
Option rename + minor fixes (#57)
- Set choices of OMNITRACE_BACKEND option
- rename OMNITRACE_SHMEM_SIZE_HINT_KB option
- rename OMNITRACE_BUFFER_SIZE_KB option
- rename OMNITRACE_COMBINE_PERFETTO_TRACES
- rename OMNITRACE_BACKEND option
- default to OMNITRACE_COLLAPSE_PROCESSES for combining perfetto traces
- OMNITRACE_PERFETTO_FILL_POLICY option
- fix unused variables due to constexpr in add_critical_trace
- rename perfetto config from "track_event" to "omnitrace"
- fix build-release.sh + python
- handle config file updating OMNITRACE_DL_VERBOSE in omnitrace-dl
- rename roctrace.cfg to omnitrace.cfg
- accept "on" and "off" for get_sampling_cpus()
|
2022-05-10 17:30:45 -05:00 |
|