Searched hist:"74003 fc4ae7619ac5a7bec8748a14f3a8655f3ea" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | qla.h | diff 74003fc4ae7619ac5a7bec8748a14f3a8655f3ea Tue Jul 05 17:45:04 CDT 2022 Steven Rostedt (Google) <rostedt@goodmis.org> scsi: qla2xxx: tracing: Use the new __vstring() helper
Instead of open coding a __dynamic_array() with a fixed length (which defeats the purpose of the dynamic array in the first place). Use the new __vstring() helper that will use a va_list and only write enough of the string into the ring buffer that is needed.
Link: https://lkml.kernel.org/r/20220705224750.896553364@goodmis.org
Cc: Bart Van Assche <bvanassche@acm.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
|