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 "$@"
ef34be259e8af850bfc3c3a17178486a'>net: dsa: lantiq_gswip: manually convert remaining uses of read accessorsDaniel Golle 2025-10-23net: dsa: lantiq_gswip: convert trivial accessor uses to regmapDaniel Golle 2025-10-23net: dsa: lantiq_gswip: convert accessors to use regmapDaniel Golle 2025-10-23net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in commentDaniel Golle 2025-10-17net: dsa: lantiq_gswip: treat VID 0 like the PVIDVladimir Oltean 2025-10-17net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVIDVladimir Oltean 2025-10-17net: dsa: lantiq_gswip: put a more descriptive error print in gswip_vlan_remo...Vladimir Oltean 2025-10-17net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_...Vladimir Oltean 2025-10-17net: dsa: lantiq_gswip: disallow changes to privately set up VID 0Vladimir Oltean 2025-10-17net: dsa: lantiq_gswip: permit dynamic changes to VLAN filtering stateVladimir Oltean 2025-10-17net: dsa: lantiq_gswip: remove legacy configure_vlan_while_not_filtering optionVladimir Oltean 2025-10-17net: dsa: lantiq_gswip: merge gswip_vlan_add_unaware() and gswip_vlan_add_awa...Vladimir Oltean 2025-10-17net: dsa: lantiq_gswip: remove duplicate assignment to vlan_mapping.val[0]Vladimir Oltean 2025-10-17net: dsa: lantiq_gswip: define VLAN ID 0 constantVladimir Oltean 2025-10-17net: dsa: lantiq_gswip: support bridge FDB entries on the CPU portVladimir Oltean 2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-09-02net: dsa: lantiq_gswip: move MDIO bus registration to .setup()Daniel Golle 2025-09-02net: dsa: lantiq_gswip: support standard MDIO node nameDaniel Golle 2025-09-02net: dsa: lantiq_gswip: support offset of MII registersDaniel Golle 2025-09-02net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config()Daniel Golle 2025-09-02net: dsa: lantiq_gswip: support model-specific mac_select_pcs()Daniel Golle 2025-09-02net: dsa: lantiq_gswip: move to dedicated folderDaniel Golle