linux_dsm_epyc7002/tools/bpf/bpftool/Documentation
Alexei Starovoitov 88ad472b8a tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt
$ bpftool p s
1: kprobe  tag a56587d488d216c9  gpl run_time_ns 79786 run_cnt 8
	loaded_at 2019-02-22T12:22:51-0800  uid 0
	xlated 352B  not jited  memlock 4096B

$ bpftool --json --pretty p s
[{
        "id": 1,
        "type": "kprobe",
        "tag": "a56587d488d216c9",
        "gpl_compatible": true,
        "run_time_ns": 79786,
        "run_cnt": 8,
        "loaded_at": 1550866971,
        "uid": 0,
        "bytes_xlated": 352,
        "jited": false,
        "bytes_memlock": 4096
    }
]

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2019-02-27 17:22:51 +01:00
..
bpftool-cgroup.rst tools: bpftool: doc, fix incorrect text 2019-02-06 15:39:15 +01:00
bpftool-feature.rst tools: bpftool: doc, fix incorrect text 2019-02-06 15:39:15 +01:00
bpftool-map.rst tools: bpftool: add basic probe capability, probe syscall availability 2019-01-22 22:15:40 -08:00
bpftool-net.rst tools: bpftool: add basic probe capability, probe syscall availability 2019-01-22 22:15:40 -08:00
bpftool-perf.rst tools: bpftool: add basic probe capability, probe syscall availability 2019-01-22 22:15:40 -08:00
bpftool-prog.rst tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt 2019-02-27 17:22:51 +01:00
bpftool.rst tools: bpftool: doc, add text about feature-subcommand 2019-02-12 17:06:18 +01:00
Makefile tools: bpf: build and install man page for eBPF helpers from bpftool/ 2018-07-12 18:55:53 +02:00