Re: [PATCH] tools/perf/tests: Fix Basic BPF llvm compile to check for libbpf support

2023-07-05 Thread Namhyung Kim
Hello, On Mon, Jul 3, 2023 at 10:03 PM Athira Rajeev wrote: > > Basic BPF llvm compile fails in systems with libbpf > that doesn't support BTF. Log shows below information. > > libbpf: BTF is required, but is missing or corrupted. > Failed to parse test case 'Basic BPF llvm compil

[PATCH] tools/perf/tests: Fix Basic BPF llvm compile to check for libbpf support

2023-07-03 Thread Athira Rajeev
Basic BPF llvm compile fails in systems with libbpf that doesn't support BTF. Log shows below information. libbpf: BTF is required, but is missing or corrupted. Failed to parse test case 'Basic BPF llvm compile' test child finished with -2 end Here BPF ll