summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-record
blob: d6940841e54fc391fb7b7779d1adaa560f0d2e3a (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_enter $@ || \
 perf record -e syscalls:sys_enter $@) 2> /dev/null
o featuresVasily Gorbik 2021-10-04s390/pci: add simpler s390dbf traces for eventsNiklas Schnelle 2021-10-04s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle 2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle 2021-04-30s390/pci: handle stale deconfiguration eventsNiklas Schnelle 2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle 2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle 2021-03-28s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle 2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle 2021-03-22s390/pci: unify de-/configure for slots and eventsNiklas Schnelle 2021-03-22s390/pci: add zpci_event_hard_deconfigured()Niklas Schnelle 2021-03-15s390/pci: fix leak of PCI device structureNiklas Schnelle 2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle 2021-01-27s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle 2020-11-03s390/pci: fix hot-plug of PCI function missing busNiklas Schnelle 2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds 2020-09-14s390/pci: remove clp_rescan_pci_devices()Niklas Schnelle 2020-09-14s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle 2020-08-17s390/pci: re-introduce zpci_remove_device()Niklas Schnelle 2020-08-17s390/pci: ignore stale configuration request eventNiklas Schnelle 2020-06-29s390/pci: fix enabling a reserved PCI functionNiklas Schnelle 2020-04-28s390/pci: Handling multifunctionsPierre Morel 2020-04-28s390/pci: adapt events for zbusPierre Morel 2020-04-28s390/pci: create zPCI busPierre Morel