Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A DMakefile27 ifeq ($(JOBS),)
28JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -E -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/… macro
29 ifeq ($(JOBS),0)
30 JOBS := 1 macro
54 ifeq ($(JOBS),1)
/linux-6.15/scripts/
H A DMakefile.btf6 JOBS := $(patsubst -j%,%,$(filter -j%,$(MAKEFLAGS)))
17 pahole-flags-$(call test-ge, $(pahole-ver), 122) += -j$(JOBS)
24 pahole-flags-$(call test-ge, $(pahole-ver), 126) = -j$(JOBS) --btf_features=encode_force,var,float…
H A Dcheck-uapi.sh29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).
/linux-6.15/tools/perf/tests/
H A Dmake31 ifeq ($(JOBS),)
37 cores=$(JOBS)
/linux-6.15/Documentation/dev-tools/
H A Dcheckuapi.rst29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).