summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-lock.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2023-05-07 00:07:37 +0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-05-07 00:07:37 +0300
commit9a2d5178b9d51e1c5f9e08989ff97fc8d4893f31 (patch)
tree782735efb64680e0de29c60f2aac36a056eb0f8d /tools/perf/builtin-lock.c
parentc3e6df97fa25ff310c3d5e7f1644248e072e3cb0 (diff)
downloadlinux-9a2d5178b9d51e1c5f9e08989ff97fc8d4893f31.tar.xz
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
This reverts commit a980755beb5aca9002e1c95ba519b83a44242b5b. We need to better polish building with BPF skels, so revert back to making it an experimental feature that has to be explicitely enabled using BUILD_BPF_SKEL=1. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-lock.c')
-rw-r--r--tools/perf/builtin-lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-lock.c b/tools/perf/builtin-lock.c
index ecb1fac8ba3c..70b14ba5fdd5 100644
--- a/tools/perf/builtin-lock.c
+++ b/tools/perf/builtin-lock.c
@@ -2387,7 +2387,7 @@ int cmd_lock(int argc, const char **argv)
#ifndef HAVE_BPF_SKEL
set_option_nobuild(contention_options, 'b', "use-bpf",
- "NO_BPF_SKEL=1", false);
+ "no BUILD_BPF_SKEL=1", false);
#endif
if (argc) {
argc = parse_options(argc, argv, contention_options,