summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
Sarkar 2023-02-09i40e: use ERR_PTR error print in i40e messagesJan Sokolowski 2023-02-09i40e: use int for i40e_statusJan Sokolowski 2023-02-09i40e: Remove string printing for i40e_statusJan Sokolowski 2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-12-05i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski 2022-11-02i40e: Add appropriate error message logged for incorrect duplex settingAlicja Kowalska 2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner 2022-10-25i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba 2022-10-25i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba 2022-10-14i40e: Fix DMA mappings leakJan Sokolowski 2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang 2022-08-24i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch 2022-07-22i40e: Refactor tc mqprio checksPrzemyslaw Patynowski 2022-06-30intel: remove unused macrosJesse Brandeburg 2022-06-21i40e: Add support for ethtool -s <interface> speed <speed in Mb>Mateusz Palczewski 2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-06-09i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov 2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski 2022-04-12i40e: Add vsi.tx_restart to i40e ethtool statsNabil S. Alramli 2022-04-12i40e: Add tx_stopped statJoe Damato 2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato 2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato 2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato 2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato 2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen