summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen <toke@redhat.com>2023-08-24 12:22:46 +0200
committerAlexei Starovoitov <ast@kernel.org>2023-08-24 08:43:50 -0700
commit0e445e115f8f4f3d3de5b9199dc2da83d75b1f3c (patch)
tree45946eaa11fa08462690ce27180494f77b5facaa /tools/perf/scripts/python/bin/flamegraph-record
parent91dda69b08de93465632561701a337ec18321ea4 (diff)
downloadkernel-0e445e115f8f4f3d3de5b9199dc2da83d75b1f3c.tar.gz
samples/bpf: Remove the xdp_rxq_info utility
The functionality of this utility has been incorporated into the xdp-bench utility in xdp-tools, by way of the --rxq-stats argument to the 'drop', 'pass' and 'tx' commands of xdp-bench. Some examples of how to convert xdp_rxq_info invocations into equivalent xdp-bench commands: xdp_rxq_info -d eth0 --> xdp-bench pass --rxq-stats eth0 xdp_rxq_info -d eth0 -a XDP_DROP -m --> xdp-bench drop --rxq-stats -p swap-macs eth0 Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com> Link: https://lore.kernel.org/r/20230824102255.1561885-4-toke@redhat.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
6.y&id=bc6cf3669d22371f573ab0305b3abf13887c0786'>serdev: fix memleak on module unloadJohan Hovold 2018-06-28serdev: add controller runtime PM supportJohan Hovold 2018-03-14serdev: Fix typo in serdev_device_allocFrédéric Danis 2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds 2018-01-23serdev: add method to set parityUlrich Hecht 2018-01-22serdev: only match serdev devicesJohan Hovold 2018-01-22serdev: do not generate modaliases for controllersJohan Hovold 2018-01-09serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllersHans de Goede 2018-01-08serdev: Introduce devm_serdev_device_open()Andrey Smirnov 2018-01-08serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov 2017-12-18serdev: ttyport: do not used keyed wakeup in write_wakeupJohan Hovold 2017-12-11Merge 4.15-rc3 into tty-nextGreg Kroah-Hartman 2017-11-28serdev: ttyport: ignore carrier detect to avoid hangupsJohan Hovold 2017-11-28serdev: ttyport: release tty lock sooner on openJohan Hovold 2017-11-28serdev: ttyport: fix tty locking in closeJohan Hovold 2017-11-28serdev: ttyport: fix NULL-deref on hangupJohan Hovold 2017-11-28serdev: ttyport: add missing receive_buf sanity checksJohan Hovold 2017-11-28serdev: Introduce devm_serdev_device_open()Andrey Smirnov 2017-11-28serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov