Re: [PATCH 02/13] perf tools: Display ebpf compiling command in debug output

From: Arnaldo Carvalho de Melo
Date: Mon Mar 12 2018 - 10:24:35 EST


Em Mon, Mar 12, 2018 at 10:43:02AM +0100, Jiri Olsa escreveu:
> In addition to template, display also the real compile
> command line with all the variables substituted.
>
> llvm compiling command template: $CLANG_EXEC -D__KERNEL__ -D__NR_CPUS__=$NR_CPUS ...
> llvm compiling command : /usr/bin/clang -D__KERNEL__ -D__NR_CPUS__=24 -DLINUX_VERSION_CODE=0x41000 ...

Useful, applied.

- Arnaldo