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 $@
.y&id=bff1709b3980bd7f80be6786f64cc9a9ee9e56da'>mac802154: Fix potential RCU dereference issue in mac802154_scan_workerJiawei Ye 2024-06-03net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang 2024-05-18mac802154: fix time calculation in ieee802154_configure_durations()Dmitry Antipov 2024-03-06mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin 2023-12-15mac802154: Avoid new associations while disassociatingMiquel Raynal 2023-12-15mac802154: Only allow PAN controllers to process association requestsMiquel Raynal 2023-12-15mac802154: Use the PAN coordinator parameter when stamping packetsMiquel Raynal 2023-12-15mac80254: Provide real PAN coordinator info in beaconsMiquel Raynal 2023-11-20mac802154: Handle disassociation notifications from peersMiquel Raynal 2023-11-20mac802154: Follow the number of associated devicesMiquel Raynal 2023-11-20mac802154: Handle association requests from peersMiquel Raynal 2023-11-20mac802154: Handle disassociationsMiquel Raynal 2023-11-20mac802154: Handle associatingMiquel Raynal 2023-06-24Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski