mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +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 | ||