Re: [PATCH bpf-next v3 07/11] perf: Use consistent include paths for libbpf

From: Andrii Nakryiko
Date: Thu Jan 16 2020 - 17:22:20 EST


On Thu, Jan 16, 2020 at 5:23 AM Toke HÃiland-JÃrgensen <toke@xxxxxxxxxx> wrote:
>
> From: Toke HÃiland-JÃrgensen <toke@xxxxxxxxxx>
>
> Fix perf to include libbpf header files with the bpf/ prefix, to
> be consistent with external users of the library.
>
> Signed-off-by: Toke HÃiland-JÃrgensen <toke@xxxxxxxxxx>
> ---

LGTM.

Acked-by: Andrii Nakryiko <andriin@xxxxxx>

> tools/perf/examples/bpf/5sec.c | 2 +-
> tools/perf/examples/bpf/empty.c | 2 +-
> tools/perf/examples/bpf/sys_enter_openat.c | 2 +-
> tools/perf/include/bpf/pid_filter.h | 2 +-
> tools/perf/include/bpf/stdio.h | 2 +-
> tools/perf/include/bpf/unistd.h | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)
>

[...]