c30bb7cbda
* Adding agent-index * review changes * review comments addressed * minor fix * fix CI failure * review comments * Fix agent index test and address review comments * Build Fixes --------- Co-authored-by: Benjamin Welton <bewelton@amd.com>
16 строки
350 B
JSON
16 строки
350 B
JSON
{
|
|
"jobs": [
|
|
{
|
|
"kernel_trace": true,
|
|
"pc_sampling_unit": "time",
|
|
"pc_sampling_method": "host_trap",
|
|
"pc_sampling_interval": 1,
|
|
"output_file": "out",
|
|
"output_format": [
|
|
"csv"
|
|
],
|
|
"agent_index": "type-relative"
|
|
}
|
|
]
|
|
}
|