Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libbpf: add perf_buffer_ prefix to README

perf_buffer "object" is part of libbpf API now, add it to the list of
libbpf function prefixes.

Suggested-by: Daniel Borkman <daniel@iogearbox.net>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

authored by

Andrii Nakryiko and committed by
Daniel Borkmann
cd07a95f 9b190f18

+2 -1
+2 -1
tools/lib/bpf/README.rst
··· 9 9 new function or type is added to keep libbpf API clean and consistent. 10 10 11 11 All types and functions provided by libbpf API should have one of the 12 - following prefixes: ``bpf_``, ``btf_``, ``libbpf_``, ``xsk_``. 12 + following prefixes: ``bpf_``, ``btf_``, ``libbpf_``, ``xsk_``, 13 + ``perf_buffer_``. 13 14 14 15 System call wrappers 15 16 --------------------