It seems `TRACE_EVENT` expands to 3 statements. That might not work with ```c if (some_condition) TRACE_EVENT(...); ``` without braces.
It seems
TRACE_EVENTexpands to 3 statements. That might not work withwithout braces.