commit | e14c93fd5be14369d7c0190f4c908a81bfeae922 | [log] [tgz] |
---|---|---|
author | Andrey Ignatov <rdna@fb.com> | Tue Apr 17 10:28:46 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Apr 18 14:39:24 2018 +0200 |
tree | c48acaa0f80095e913035263d6ce78a3e2244308 | |
parent | 81efee75c4a8210cac6eb791892f974dfcfc24b0 [diff] |
libbpf: Type functions for raw tracepoints Add missing pieces for BPF_PROG_TYPE_RAW_TRACEPOINT in libbpf: * is- and set- functions; * support guessing prog type. Signed-off-by: Andrey Ignatov <rdna@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>