summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-report
blob: 8f759291da86c07435a62e7fa044f8c75f9c2749 (plain)
1
2
3
4
5
#!/bin/bash
# description: display a process of packet and processing time
# args: [tx] [rx] [dev=] [debug]

perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
net: rmnet: Fix checksum offload header v5 and aggregation packet formattingBagas Sanjaya 2025-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds 2025-10-03Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds 2025-09-18eth: fbnic: add OTP health reporterJakub Kicinski 2025-09-18eth: fbnic: report FW uptime in health diagnoseJakub Kicinski 2025-09-18eth: fbnic: add FW health reporterJakub Kicinski 2025-09-11RDMA/ionic: Add Makefile/Kconfig to kernel build environmentAbhijit Gangurde 2025-09-11net: ionic: Create an auxiliary device for rdma driverAbhijit Gangurde 2025-09-09net/mlx5e: Add stale counter for PCIe congestion eventsDragos Tatulea 2025-08-21docs: networking: Add PPE driver documentation for Qualcomm IPQ9574 SoCLei Wei 2025-08-19eth: fbnic: Collect packet statistics for XDPMohsin Bashir 2025-08-18Documentation: Fix networking typosBjorn Helgaas