Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 5 of 5) sorted by relevance

/tools/bpf/bpftool/
D.gitignore3 /bootstrap/
Dmain.c131 bool bootstrap = false; in do_version() local
139 bootstrap = !commands[i].func; in do_version()
163 jsonw_bool_field(json_wtr, "bootstrap", bootstrap); in do_version()
181 print_feature("bootstrap", bootstrap, &nb_features); in do_version()
DMakefile23 BOOTSTRAP_OUTPUT := $(_OUTPUT)bootstrap/
67 $(call QUIET_CLEAN, libbpf-bootstrap)
199 bootstrap: $(BPFTOOL_BOOTSTRAP) target
294 .PHONY: all FORCE bootstrap clean install-bin install uninstall
/tools/bpf/runqslower/
DMakefile7 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)bootstrap/bpftool
92 $(Q)$(MAKE) $(submake_extras) -C ../bpftool OUTPUT=$(BPFTOOL_OUTPUT) bootstrap
/tools/perf/
DMakefile.perf1046 BPFTOOL := $(SKEL_TMP_OUT)/bootstrap/bpftool
1074 OUTPUT=$(SKEL_TMP_OUT)/ bootstrap