/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | conf.c | 59 static void strip(char *str) in strip() function 196 strip(line); in conf_sym() 308 strip(line); in conf_choice()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkkconfigsymbols.py | 257 return stdout.strip('\n') 446 line = line.strip('\n') 459 line = line.strip('\n')
|
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 28 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 25 $(CC_COMPAT) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 364 out = ascii(fp.read()).strip() 443 v = open('/proc/version', 'r').read().strip() 464 if i.strip(): 465 out.append(i.strip()) 481 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip() 526 i = i.strip() 977 idv = ascii(fp.read()).strip() 979 idp = ascii(fp.read()).strip() 982 out = props[dev].altname.strip().replace('\n', ' ')\ 1019 line = line.strip() [all...] |
/kernel/linux/linux-5.10/arch/ia64/ |
H A D | Makefile | 21 OBJCOPYFLAGS := --strip-all
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | conf.py | 159 key, val = [x.strip() for x in line.split('=', 2)]
|
/kernel/linux/linux-6.6/arch/ia64/ |
H A D | Makefile | 20 OBJCOPYFLAGS := --strip-all
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | conf.py | 192 key, val = [x.strip() for x in line.split('=', 2)]
|
/kernel/linux/linux-5.10/scripts/tracing/ |
H A D | draw_functrace.py | 103 line = line.strip()
|
/kernel/linux/linux-5.10/tools/bpf/runqslower/ |
H A D | Makefile | 5 LLVM_STRIP ?= llvm-strip
|
/kernel/linux/linux-5.10/tools/power/cpupower/ |
H A D | Makefile | 92 STRIP = $(CROSS)strip 153 ifeq ($(strip $(NLS)),true) 159 ifeq ($(strip $(CPUFREQ_BENCH)),true) 164 ifeq ($(strip $(STATIC)),true) 172 ifeq ($(strip $(V)),false) 181 # if DEBUG is enabled, then we do not strip or optimize 182 ifeq ($(strip $(DEBUG)),true) 218 ifeq ($(strip $(STATIC)),true) 307 ifeq ($(strip $(STATIC)),true)
|
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/ |
H A D | Makefile | 7 LLVM_STRIP ?= llvm-strip
|
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/ |
H A D | Makefile | 7 LLVM_STRIP ?= llvm-strip
|
/kernel/linux/linux-6.6/tools/power/cpupower/ |
H A D | Makefile | 92 STRIP = $(CROSS)strip 157 ifeq ($(strip $(NLS)),true) 163 ifeq ($(strip $(CPUFREQ_BENCH)),true) 168 ifeq ($(strip $(STATIC)),true) 176 ifeq ($(strip $(V)),false) 185 # if DEBUG is enabled, then we do not strip or optimize 186 ifeq ($(strip $(DEBUG)),true) 222 ifeq ($(strip $(STATIC)),true) 313 ifeq ($(strip $(STATIC)),true)
|
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_config.py | 91 line = line.strip()
|
/kernel/linux/linux-6.6/scripts/tracing/ |
H A D | draw_functrace.py | 103 line = line.strip()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/ |
H A D | Makefile | 20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
|
/kernel/linux/linux-6.6/tools/verification/rv/ |
H A D | Makefile | 20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
|
/kernel/linux/linux-6.6/tools/workqueue/ |
H A D | wq_dump.py | 76 return output.strip()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-inject.c | 44 bool strip; member 756 if (inject->strip) in __cmd_inject() 878 OPT_BOOLEAN(0, "strip", &inject.strip, in cmd_inject() 879 "strip non-synthesized events (use with --itrace)"), in cmd_inject() 897 if (inject.strip && !inject.itrace_synth_opts.set) { in cmd_inject() 898 pr_err("--strip option requires --itrace option\n"); in cmd_inject()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | conf.c | 59 static void strip(char *str) in strip() function 413 strip(line); in conf_sym() 525 strip(line); in conf_choice()
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | maintainers_include.py | 125 details = details.strip()
|
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | Makefile | 93 $(call cmd,strip)
|
/kernel/linux/linux-5.10/arch/um/ |
H A D | Makefile | 92 # strip leading and trailing whitespace to make the USER_CFLAGS removal of these 95 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
|