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 "$@"
>net: convert sunhme/sungem network drivers to hw_featuresMichał Mirosław 2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely 2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław 2010-09-26drivers/net: return operator cleanupEric Dumazet 2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches 2010-08-19sunhme: Use return value of register_netdevTobias Klauser 2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely 2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely 2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely 2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely 2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely 2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely 2010-05-17drivers/net: remove useless semicolonsJoe Perches 2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches 2010-05-10net: trans_start cleanupsEric Dumazet 2010-05-06sunhme: Remove unnecessary memset of netdev private dataTobias Klauser 2010-04-03net: convert multicast list to list_headJiri Pirko 2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko 2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko 2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan 2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches 2009-12-02sunhme: fix dma warning in Sun HMEMikulas Patocka 2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches 2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger