We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecf87b commit 727e431Copy full SHA for 727e431
tools/perf/builtin-version.c
@@ -81,6 +81,7 @@ static void library_status(void)
81
STATUS(HAVE_ZSTD_SUPPORT, zstd);
82
STATUS(HAVE_LIBPFM, libpfm4);
83
STATUS(HAVE_LIBTRACEEVENT, libtraceevent);
84
+ STATUS(HAVE_BPF_SKEL, bpf_skeletons);
85
}
86
87
int cmd_version(int argc, const char **argv)
0 commit comments