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 "$@"
>ethtool: Remove link_mode param and derive link params from driverDanielle Ratson 2021-02-11net: hsr: add offloading supportGeorge McCollister 2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson 2021-01-23net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin 2020-09-19ethtool: Add 100base-FX link mode entriesDan Murphy 2020-07-10ethtool: add tunnel info interfaceJakub Kicinski 2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger 2020-07-07net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli 2020-06-23net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin 2020-06-18net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin 2020-03-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek 2020-03-29ethtool: add timestamping related string setsMichal Kubecek 2020-03-26net: introduce the MACSEC netdev featureAntoine Tenart 2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski 2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek 2020-02-18ethtool: Add support for low latency RS FECAya Levin 2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek 2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek 2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert 2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek 2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek 2019-12-12ethtool: provide link mode names as a string setMichal Kubecek 2019-12-12ethtool: move string arrays into common fileMichal Kubecek