aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Documentation/bpftool.rst
blob: f1df1893fb549626b5b7d7a9001f0a087135d0d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
================
BPFTOOL
================
-------------------------------------------------------------------------------
tool for inspection and simple manipulation of eBPF programs and maps
-------------------------------------------------------------------------------

:Manual section: 8

SYNOPSIS
========

	**bpftool** *OBJECT* { *COMMAND* | help }

	**bpftool** batch file *FILE*

	*OBJECT* := { **map** | **program** }

	*MAP-COMMANDS* :=
	{ show | dump | update | lookup | getnext | delete | pin | help }

	*PROG-COMMANDS* := { show | dump jited | dump xlated | pin | help }

DESCRIPTION
===========
	*bpftool* allows for inspection and simple modification of BPF objects
	on the system.

	Note that format of the output of all tools is not guaranteed to be
	stable and should not be depended upon.

SEE ALSO
========
	**bpftool-map**\ (8), **bpftool-prog**\ (8)