linux/tools/bpf/bpftool/Documentation
Jiri Olsa 9b984a20ca tools, bpftool: Display license GPL compatible in prog show/list
Display the license "gpl" string in bpftool prog command, like:

  # bpftool prog list
  5: tracepoint  name func  tag 57cd311f2e27366b  gpl
          loaded_at Apr 26/09:37  uid 0
          xlated 16B  not jited  memlock 4096B

  # bpftool --json --pretty prog show
  [{
          "id": 5,
          "type": "tracepoint",
          "name": "func",
          "tag": "57cd311f2e27366b",
          "gpl_compatible": true,
          "loaded_at": "Apr 26/09:37",
          "uid": 0,
          "bytes_xlated": 16,
          "jited": false,
          "bytes_memlock": 4096
      }
  ]

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-04-26 22:39:22 +02:00
..
bpftool-cgroup.rst bpftool: Support new prog types and attach types 2018-04-18 14:39:24 +02:00
bpftool-map.rst tools: bpftool: make it easier to feed hex bytes to bpftool 2018-04-18 14:49:27 +02:00
bpftool-prog.rst tools, bpftool: Display license GPL compatible in prog show/list 2018-04-26 22:39:22 +02:00
bpftool.rst tools: bpftool: alias show and list commands 2018-01-04 12:28:46 +01:00
Makefile tools: bpftool: exit doc Makefile early if rst2man is not available 2018-02-08 11:59:50 +01:00