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 $@
ster&id=b20ab9cc63ca4605aec154cf54faa8455749f3f6'>netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso 2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso 2012-08-30netfilter: nf_nat: support IPv6 in FTP NAT helperPatrick McHardy 2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy 2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy 2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso 2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso 2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell 2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet