bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add CONFIG_DEBUG_INFO_BTF check to bpftool feature command
@ 2021-02-19 22:21 grantseltzer
  2021-02-19 22:36 ` Martin KaFai Lau
  0 siblings, 1 reply; 4+ messages in thread
From: grantseltzer @ 2021-02-19 22:21 UTC (permalink / raw)
  To: andrii, daniel, kafai, songliubraving, john.fastabend, kpsingh
  Cc: bpf, grantseltzer

Signed-off-by: grantseltzer <grantseltzer@gmail.com>
---
 tools/bpf/bpftool/feature.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/bpf/bpftool/feature.c b/tools/bpf/bpftool/feature.c
index 359960a8f..34343e7fa 100644
--- a/tools/bpf/bpftool/feature.c
+++ b/tools/bpf/bpftool/feature.c
@@ -336,6 +336,8 @@ static void probe_kernel_image_config(const char *define_prefix)
 		{ "CONFIG_BPF_JIT", },
 		/* Avoid compiling eBPF interpreter (use JIT only) */
 		{ "CONFIG_BPF_JIT_ALWAYS_ON", },
+		/* Enable using BTF debug information */
+		{ "CONFIG_DEBUG_INFO_BTF", },
 
 		/* cgroups */
 		{ "CONFIG_CGROUPS", },
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-20 22:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19 22:21 [PATCH] add CONFIG_DEBUG_INFO_BTF check to bpftool feature command grantseltzer
2021-02-19 22:36 ` Martin KaFai Lau
2021-02-19 22:43   ` Grant Seltzer Richman
2021-02-20 22:50     ` Martin KaFai Lau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).