Searched refs:bpftrace (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/bpf/ |
| H A D | redirect.rst | 41 The following bpftrace command can be used to capture and count all XDP tracepoints: 45 sudo bpftrace -e 'tracepoint:xdp:* { @cnt[probe] = count(); }' 58 The following bpftrace command can be used to extract the ``ERRNO`` being returned as 63 sudo bpftrace -e \
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_generic_01.sh | |
| H A D | test_generic_02.sh | 8 if ! _have_program bpftrace; then 22 bpftrace trace/seq_io.bt "$dev_t" "W" 1 > "$UBLK_TMP" 2>&1 &
|
| H A D | test_generic_12.sh | 8 if ! _have_program bpftrace; then 23 bpftrace trace/count_ios_per_tid.bt "$dev_t" > "$UBLK_TMP" 2>&1 &
|
| /linux/tools/rcu/ |
| H A D | rcu-updaters.sh | 21 bpftrace -e 'kprobe:kvfree_call_rcu,
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | __init__.py | 16 bpftool, ip, ethtool, bpftrace, rand_port, rand_ports, wait_port_listen, \ 31 "bpftool", "ip", "ethtool", "bpftrace", "rand_port", "rand_ports",
|
| H A D | utils.py | 279 def bpftrace(expr, json=None, ns=None, host=None, timeout=None): function
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | __init__.py | 25 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \ 39 "bkg", "cmd", "bpftool", "bpftrace", "defer", "ethtool",
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | __init__.py | 25 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \ 41 "bkg", "cmd", "bpftool", "bpftrace", "defer", "ethtool",
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | netpoll_basic.py | 29 bpftrace, 241 MAPS = bpftrace(expr, timeout=BPFTRACE_TIMEOUT, json=True)
|