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
2:57 +0100'>2024-07-26sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet 2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-07-11net/sched: Fix UAF when resolving a clashChengen Du 2024-07-08act_ct: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal 2024-06-18sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long 2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný 2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni 2024-01-05net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu 2024-01-03net/sched: introduce ACT_P_BOUND return codePedro Tammela 2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov 2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long 2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov 2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov 2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso 2023-10-25sched: act_ct: switch to per-action label countingFlorian Westphal 2023-07-20net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ctXin Long