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 "$@"
a78be85f84b019d3d2742d1a9f07255cc5'>usbip: fix usbip attach to find a port that matches the requested speedShuah Khan 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du 2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du 2017-06-13usb: usbip tool: Fix parse_status()Yuyang Du 2017-06-13usb: usbip tool: Fix refresh_imported_device_list()Yuyang Du 2017-06-13usb: usbip tool: Add ncontrollers in vhci_driver structureYuyang Du 2017-06-13usb: usbip tool: Check the return of get_nports()Yuyang Du 2017-04-08usb: usbip tool: Fix get_nports()Yuyang Du