summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorKeith Busch <keith.busch@intel.com>2018-09-19 02:58:43 +0300
committerBjorn Helgaas <bhelgaas@google.com>2018-10-08 20:18:13 +0300
commit27c1ce8bbed7e7f0e4a87cf4a93f09be26d62ada (patch)
tree08dd298261168ab071bbb935cc64b6b3acee6f88 /tools/perf/scripts/python/export-to-sqlite.py
parentfcd4d369034a819aa393f65c3a8f58db9ab5ed2a (diff)
downloadlinux-27c1ce8bbed7e7f0e4a87cf4a93f09be26d62ada.tar.xz
PCI/AER: Use kfifo for tracking events instead of reimplementing it
The kernel provides a generic FIFO implementation, so no need to reinvent that capability in a driver. Replace the AER-specific implementation with the kernel-provided kfifo. Since the interrupt handler producer and work queue consumer run single threaded, there is no need for additional locking, so remove that lock, too. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions