summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-by-pid-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
ashima 2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet 2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet 2025-02-11tcp: add the ability to control max RTOEric Dumazet 2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet 2025-01-04tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan 2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet 2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet 2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang 2024-05-13net: change proto and proto_ops accept typeJens Axboe 2024-04-02tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing 2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet 2024-03-25tcp: properly terminate timers for kernel socketsEric Dumazet 2024-01-19tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao 2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai 2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang 2023-10-10tcp: record last received ipv6 flowlabelDavid Morley 2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet 2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong