From: Andrii Nakryiko Date: Sat, 6 Jul 2019 18:06:28 +0000 (-0700) Subject: libbpf: add perf_buffer_ prefix to README X-Git-Tag: v5.4-rc1~616^2~28^2~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd07a95f9b4df63ac130b4ee0cf87beca12412ca;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Andrii Nakryiko Acked-by: Yonghong Song Signed-off-by: Daniel Borkmann --- diff --git a/tools/lib/bpf/README.rst b/tools/lib/bpf/README.rst index cef7b77..8928f77 100644 --- a/tools/lib/bpf/README.rst +++ b/tools/lib/bpf/README.rst @@ -9,7 +9,8 @@ described here. It's recommended to follow these conventions whenever a new function or type is added to keep libbpf API clean and consistent. All types and functions provided by libbpf API should have one of the -following prefixes: ``bpf_``, ``btf_``, ``libbpf_``, ``xsk_``. +following prefixes: ``bpf_``, ``btf_``, ``libbpf_``, ``xsk_``, +``perf_buffer_``. System call wrappers --------------------