Files
rocm-systems/projects/rocprofiler-systems/tests/rocpd-validation-rules/video-decode/validation-rules.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
256 B
JSON
Raw Normal View History

2025-10-20 17:40:10 -04:00
{
"required_tables": [
{
"min_rows": 10,
"name": "threads",
"required_columns": [
"tid",
"start",
"end",
"name"
]
}
]
}