39c31e14fc
* kernel filtering for counter collection
* fixing trace tests
* removing print statements
* fix CI fail
* handling preload and updating docs
* minor fix
* misc fix
* misc fix
* Typo fix
* Update rocprofv3 + input schema
- "application_passes" -> "jobs"
- removed nesting in YAML/JSON inputs
- improved customAction (now booleanArgAction)
- supports --<name> (defaults to true)
- supports --<name>=<truth-value>
- supports --<name> <truth-value>
- added --kernel-iteration-range to command-line
- automatically support new command-line options in YAML/JSON input
- standardized PMC return from text input to match PMC from YAML/JSON input
- added support for --log-level env
- updated various input*.(yml|json) to modified schema
* Update config.cpp
- added recommended code to get_kernel_filter_range
* Fixing iteration
* misc fix
* support only [-] for iteration
* bug fix
* Fix using-rocprofv3.rst
* Update config.cpp
- patch get_kernel_filter_range
---------
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
[ROCm/rocprofiler-sdk commit: ace34abd11]
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"jobs": [
|
|
{
|
|
"hsa_trace": true,
|
|
"kernel_trace": true,
|
|
"memory_copy_trace": true,
|
|
"marker_trace": true,
|
|
"output_file": "out",
|
|
"output_format": [
|
|
"csv",
|
|
"json",
|
|
"pftrace"
|
|
]
|
|
}
|
|
]
|
|
}
|