Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'trace-rtla-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull rtla build fix from Steven Rostedt:

- Fix build failure when libbpf does not exist

RTLA supports building without BPF libraries, but a recent change
added a libbpf.h include outside of the BPF protection which caused
build failures when libbpf was not installed.

* tag 'trace-rtla-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
rtla: Fix build without libbpf header

-1
-1
tools/tracing/rtla/src/timerlat_bpf.h
··· 12 12 }; 13 13 14 14 #ifndef __bpf__ 15 - #include <bpf/libbpf.h> 16 15 #ifdef HAVE_BPF_SKEL 17 16 int timerlat_bpf_init(struct timerlat_params *params); 18 17 int timerlat_bpf_attach(void);