aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain) (blame)
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 "$@"
f='/linux/commit/tools/testing/selftests/mm/hmm-tests.c?id=e3350ba4a5b7573d4e14ee1dff8c414646435a04&follow=1'>selftests: avoid using SKIP(exit()) in harness fixure setupJakub Kicinski2-4/+4 2024-03-05net: fec: Fixup EEEAndrew Lunn1-18/+5 2024-03-05net: fec: Move fec_enet_eee_mode_set() and helper earlierAndrew Lunn1-37/+38 2024-03-05net: phy: Add phy_support_eee() indicating MAC support EEEAndrew Lunn2-1/+30 2024-03-05net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn2-5/+49 2024-03-05net: phy: Keep track of EEE configurationAndrew Lunn2-2/+8 2024-03-05net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn2-0/+9