Re: [PATCH v2] perf build: Fix installation directory for bpf

2018-07-31 Thread Arnaldo Carvalho de Melo
Em Tue, Jul 31, 2018 at 09:32:54AM +0200, Thomas Richter escreveu: > Output after using command ./perf test -Fv 40: > echo '...[bpf-program-source]...' | /usr/bin/clang ... \ >-I/root/lib/perf/include/bpf ... > > ... > [root@p23lp27 perf]# .

[PATCH v2] perf build: Fix installation directory for bpf

2018-07-31 Thread Thomas Richter
Perf tool build and install is controlled via makefile. Make install creates directories and copies files. Among them are header files installed in /usr/lib/include/perf/bpf/. However all listed examples are installing its header files in /usr/lib//...[/include]/header.h and not in /usr/lib/in

[PATCH v2] perf build: Fix installation directory for bpf

2018-07-26 Thread Thomas Richter
Perf tool build and install is controlled via makefile. Make install creates directories and copies files. Among them are header files installed in /usr/lib/include/perf/bpf/. However all listed examples are installing its header files in /usr/lib//...[/include]/header.h and not in /usr/lib/in