summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
x-6.12.y&id=5512c5eaf533a98d33a8dc0dcf415e72773184c8'>PCI/MSI: Protect MSI operationsThomas Gleixner 2021-12-16PCI/MSI: Simplify pci_irq_get_affinity()Thomas Gleixner 2021-12-16PCI/MSI: Use msi_get_virq() in pci_get_vector()Thomas Gleixner 2021-12-16PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner 2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner 2021-12-16PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner 2021-12-16PCI/MSI: Allocate MSI device data on first useThomas Gleixner 2021-12-16PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner 2021-12-16PCI/MSI: Set pci_dev::msi[x]_enabled earlyThomas Gleixner 2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner 2021-12-09PCI/MSI: Move descriptor counting on allocation fail to the legacy codeThomas Gleixner 2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner 2021-12-09PCI/MSI: Make pci_msi_domain_check_cap() staticThomas Gleixner 2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner 2021-12-09PCI/MSI: Sanitize MSI-X table map handlingThomas Gleixner 2021-12-09PCI/MSI: Split out irqdomain codeThomas Gleixner 2021-12-09PCI/MSI: Split out !IRQDOMAIN codeThomas Gleixner 2021-12-09PCI/MSI: Split out CONFIG_PCI_MSI independent partThomas Gleixner 2021-12-09PCI/MSI: Move code into a separate directoryThomas Gleixner