On Thu, Jan 16, 2020 at 5:23 AM Toke Høiland-Jørgensen toke@redhat.com wrote:
From: Toke Høiland-Jørgensen toke@redhat.com
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
LGTM.
Acked-by: Andrii Nakryiko andriin@fb.com
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(-)
[...]