Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1238743
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ebpf, events: make it actually more configurable |
| Date | 2015-10-03 08:40 +0200 |
| Message-ID | <qfoEa-2jr-3@gated-at.bofh.it> (permalink) |
| References | <qfaKS-7Fv-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Daniel Borkmann <daniel@iogearbox.net> wrote: > While testing some other BPF issue, I realized that BPF_EVENTS is > actually not accessible through menuconfig because of a missing > description that needs to be attached to the bool. After the patch > the entry shows up in menuconfig and can be enabled/disabled from > there. Yeah, so the principle is the following: the main configuration option for it is BPF_SYSCALL. The BPF_EVENTS is an internal detail, always enabled when possible, and we make it so that if the BPF syscall is enabled, we'll enable the perf integration if all the must-have components are in place: > depends on KPROBE_EVENT || UPROBE_EVENT > default y So this is intentional. Unless your suggestion is to also enable it when neither KPROBE_EVENT nor UPROBE_EVENT are defined. Does that make sense? Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ebpf, events: make it actually more configurable Daniel Borkmann <daniel@iogearbox.net> - 2015-10-02 17:50 +0200
Re: [PATCH] ebpf, events: make it actually more configurable Ingo Molnar <mingo@kernel.org> - 2015-10-03 08:40 +0200
Re: [PATCH] ebpf, events: make it actually more configurable Daniel Borkmann <daniel@iogearbox.net> - 2015-10-03 09:50 +0200
Re: [PATCH] ebpf, events: make it actually more configurable Ingo Molnar <mingo@kernel.org> - 2015-10-03 10:30 +0200
Re: [PATCH] ebpf, events: make it actually more configurable Daniel Borkmann <daniel@iogearbox.net> - 2015-10-05 00:20 +0200
csiph-web