perf: Use consistent include paths for libbpf

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@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/157952560797.1683545.7685921032671386301.stgit@toke.dk
This commit is contained in:
Toke Høiland-Jørgensen
2020-01-20 14:06:48 +01:00
committed by Alexei Starovoitov
parent 229c3b47b7
commit 521fe8bb58
6 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@
Copyright (C) 2018 Red Hat, Inc., Arnaldo Carvalho de Melo <acme@redhat.com>
*/
#include <bpf.h>
#include <bpf/bpf.h>
int probe(hrtimer_nanosleep, rqtp->tv_sec)(void *ctx, int err, long sec)
{

View File

@ -1,3 +1,3 @@
#include <bpf.h>
#include <bpf/bpf.h>
license(GPL);

View File

@ -14,7 +14,7 @@
* the return value.
*/
#include <bpf.h>
#include <bpf/bpf.h>
struct syscall_enter_openat_args {
unsigned long long unused;