summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-record
blob: d6940841e54fc391fb7b7779d1adaa560f0d2e3a (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_enter $@ || \
 perf record -e syscalls:sys_enter $@) 2> /dev/null
211/iface.c?id=f600832794c91d7021d7337104734246b02a2b86'>wifi: mac80211: restructure tx profile retrieval for MLO MBSSIDRameshkumar Sundaram 2025-04-23wifi: mac80211: Create separate links for VLAN interfacesMuna Sinada 2025-04-11Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski 2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner 2025-04-02wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel 2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2025-02-26wifi: mac80211: Add counter for all monitor interfacesAlexander Wetzel 2025-02-11wifi: mac80211: remove debugfs dir for virtual monitorAlexander Wetzel 2025-02-11wifi: mac80211: ensure sdata->work is canceled before initialized.Miri Korenblit 2025-02-11wifi: mac80211: Add processing of TTLM teardown frameIlan Peer 2025-02-11wifi: mac80211: Add support for EPCS configurationIlan Peer 2025-02-11wifi: mac80211: Drop cooked monitor supportAlexander Wetzel 2025-01-13wifi: mac80211: Support dynamic link addition and removalIlan Peer 2024-12-19Merge tag 'wireless-next-2024-12-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski 2024-12-04wifi: mac80211: use wiphy guardJohannes Berg 2024-12-03wifi: mac80211: fix vif addr when switching from monitor to stationFelix Fietkau 2024-12-03wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach 2024-10-23mac80211: Remove NOP call to ieee80211_hw_configBen Greear 2024-10-23wifi: mac80211: add support for the monitor SKIP_TX flagFelix Fietkau 2024-10-23wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau 2024-10-23wifi: mac80211: update the right link for tx powerEmmanuel Grumbach 2024-10-23wifi: mac80211: __ieee80211_recalc_txpower receives a linkEmmanuel Grumbach 2024-10-23wifi: mac80211: ieee80211_recalc_txpower receives a linkEmmanuel Grumbach 2024-09-09wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov 2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh 2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh 2024-09-06Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh 2024-07-09wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau 2024-07-08wifi: mac80211: clear vif drv_priv after remove_interface when stoppingFelix Fietkau 2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski 2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach 2024-06-26wifi: mac80211: refactor CSA queue block/unblockJohannes Berg 2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-06-14wifi: mac80211: fix monitor channel with chanctx emulationJohannes Berg 2024-06-12wifi: mac80211: Remove generic .ndo_get_stats64Breno Leitao 2024-06-12wifi: mac80211: Move stats allocation to coreBreno Leitao 2024-06-12wifi: mac80211: Recalc offload when monitor stopRemi Pommarel