linux_dsm_epyc7002/tools/bpf/bpftool
Roman Gushchin 5ccda64d38 bpftool: implement cgroup bpf operations
This patch adds basic cgroup bpf operations to bpftool:
cgroup list, attach and detach commands.

Usage is described in the corresponding man pages,
and examples are provided.

Syntax:
$ bpftool cgroup list CGROUP
$ bpftool cgroup attach CGROUP ATTACH_TYPE PROG [ATTACH_FLAGS]
$ bpftool cgroup detach CGROUP ATTACH_TYPE PROG

Signed-off-by: Roman Gushchin <guro@fb.com>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Jakub Kicinski <jakub.kicinski@netronome.com>
Cc: Martin KaFai Lau <kafai@fb.com>
Cc: Quentin Monnet <quentin.monnet@netronome.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2017-12-14 13:37:13 +01:00
..
bash-completion tools: bpftool: add bash completion for bpftool 2017-10-29 18:37:33 +09:00
Documentation bpftool: implement cgroup bpf operations 2017-12-14 13:37:13 +01:00
cgroup.c bpftool: implement cgroup bpf operations 2017-12-14 13:37:13 +01:00
common.c bpftool: implement prog load command 2017-12-14 13:37:13 +01:00
jit_disasm.c tools: bpf: handle long path in jit disasm 2017-11-02 20:25:27 +09:00
json_writer.c tools: bpftool: add JSON output for bpftool prog dump xlated * command 2017-10-24 01:25:08 +01:00
json_writer.h tools: bpftool: add JSON output for bpftool prog dump xlated * command 2017-10-24 01:25:08 +01:00
main.c bpftool: implement cgroup bpf operations 2017-12-14 13:37:13 +01:00
main.h bpftool: implement cgroup bpf operations 2017-12-14 13:37:13 +01:00
Makefile tools: bpftool: create "uninstall", "doc-uninstall" make targets 2017-12-08 20:14:16 +01:00
map.c tools: bpftool: optionally show filenames of pinned objects 2017-11-11 12:35:41 +09:00
prog.c bpftool: implement prog load command 2017-12-14 13:37:13 +01:00