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 "$@"
sp: Add support for ASP 2.2Justin Chen 2024-02-18net: bcmasp: Sanity check is off by oneJustin Chen 2023-09-20net: ethernet: broadcom: Convert to platform remove callback returning voidUwe Kleine-König 2023-09-11net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()Hangyu Hua 2023-09-10net: bcmasp: add missing of_node_putJulia Lawall 2023-08-08net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()Dan Carpenter 2023-07-28net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao 2023-07-17net: bcmasp: Add support for ethtool driver statsJustin Chen 2023-07-17net: bcmasp: Add support for wake on net filtersJustin Chen 2023-07-17net: bcmasp: Add support for WoL magic packetJustin Chen 2023-07-17net: bcmasp: Add support for ASP2.0 Ethernet controllerJustin Chen