821918a512
* Update TT API * Rework serialization * update att_core * Fix tests * Fix tool * Formatting * Fix perfcounter * Formatting * Rename agent TT * Format * Workaround for codeQL alert * Tidy fix * Fix compiler error * Tidy * Fix some tests * Fixing some tests * formatting * Fixing ATT serialization * Format * Fix test commandline * Fixing init order * Format * Tidy fixes * Removing unused sample * Fix tests and schema * Added ATT + PMC test * Fix mode * Fix file mode * Review comments * Fix typo * Review comments * Review comments * Fix missing id inc after review comment * Review comments * Suggested Fixes * Testing changes * Test fix * Build fixes * Minor build fix --------- Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com> Co-authored-by: Benjamin Welton <bewelton@amd.com> Co-authored-by: Welton, Benjamin <Benjamin.Welton@amd.com>
22 lines
628 B
JSON
22 lines
628 B
JSON
{
|
|
"jobs": [
|
|
{
|
|
"kernel_include_regex": "copyD",
|
|
"kernel_exclude_regex": "",
|
|
"output_file": "out",
|
|
"output_format": [
|
|
"json"
|
|
],
|
|
"truncate_kernels": true,
|
|
"advanced_thread_trace": true,
|
|
"att_parse": "testing1",
|
|
"att_target_cu": 1,
|
|
"att_shader_engine_mask": "0x11",
|
|
"att_simd_select": "0x3",
|
|
"att_buffer_size": "0x6000000",
|
|
"att_perfcounters": "SQ_WAVES:0x1 SQ_INSTS_VALU:0x3 SQ_INSTS_SALU",
|
|
"att_perfcounter_ctrl": 3
|
|
}
|
|
]
|
|
}
|