aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJames Smart <[email protected]>2021-07-07 11:43:33 -0700
committerMartin K. Petersen <[email protected]>2021-07-18 22:30:34 -0400
commite8613084053d406c22914385a488e8b85072100c (patch)
tree0bd3796c98aa45c1ed32ffc841f1b46f3ca071b1 /tools/perf/scripts/python/export-to-sqlite.py
parentae463b60235e7a5decffbb0bd7209952ccda78eb (diff)
scsi: lpfc: Remove use of kmalloc() in trace event logging
There are instances when trace event logs are triggered from an interrupt context. The trace event log may attempt to alloc memory causing scheduling while atomic bug call traces. Remove the need for the kmalloc'ed vport array when checking the log_verbose flag, which eliminates the need for any allocation. Link: https://lore.kernel.org/r/[email protected] Co-developed-by: Justin Tee <[email protected]> Signed-off-by: Justin Tee <[email protected]> Signed-off-by: James Smart <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions