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 "$@"
gio Paracuellos 2022-01-25PCI: mt7621: Drop of_match_ptr() to avoid unused variableSergio Paracuellos 2022-01-13Merge branch 'pci/driver-cleanup'Bjorn Helgaas 2022-01-12PCI: mt7621: Add missing MODULE_LICENSE()Sergio Paracuellos 2022-01-12PCI: mt7621: Move MIPS setup to pcibios_root_bridge_prepare()Sergio Paracuellos 2022-01-12PCI: mt7621: Declare mt7621_pci_ops staticSergio Paracuellos 2022-01-03PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_Bjorn Helgaas 2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2021-10-21PCI: mt7621: Add MediaTek MT7621 PCIe host controller driverSergio Paracuellos