Searched refs:JOBS (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/
H A DMakefile25 # (To override it, run 'make JOBS=1' and similar.)
27 ifeq ($(JOBS),)
28 JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -E -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/dev/null) macro
29 ifeq ($(JOBS),0)
30 JOBS := 1 macro
55 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n'
59 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@
/linux-master/scripts/
H A Dcheck-uapi.sh29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).

Completed in 87 milliseconds