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 "$@"
10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior 2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior 2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior 2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior 2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior 2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior 2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior 2012-02-15usb: gadget: Add Audio Class 2.0 DriverJassi Brar 2012-02-15usb: gadget: audio: Move string IDs to audio.cJassi Brar 2012-02-15usb: gadget: Rename audio function to uac1Jassi Brar 2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman 2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König 2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz 2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz 2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz 2009-12-23USB: audio gadget: free alsa devices when unloadingCliff Cai 2009-12-11USB audio gadget: handle endpoint control requests at the function levelLaurent Pinchart