mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-17 14:49:39 +02:00
![]() The __assign_str() macro logic of the TRACE_EVENT() macro was optimized so that it no longer needs the second argument. The __assign_str() is always matched with __string() field that takes a field name and the source for that field: __string(field, source) The TRACE_EVENT() macro logic will save off the source value and then use that value to copy into the ring buffer via the __assign_str(). Before commit |
||
---|---|---|
.. | ||
asm | ||
uapi/asm |