Home
last modified time | relevance | path

Searched refs:strip (Results 51 - 75 of 137) sorted by relevance

123456

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconf.c59 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 Dcheckkconfigsymbols.py257 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 DMakefile28 $(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 DMakefile25 $(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 Dsleepgraph.py364 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 DMakefile21 OBJCOPYFLAGS := --strip-all
/kernel/linux/linux-5.10/Documentation/
H A Dconf.py159 key, val = [x.strip() for x in line.split('=', 2)]
/kernel/linux/linux-6.6/arch/ia64/
H A DMakefile20 OBJCOPYFLAGS := --strip-all
/kernel/linux/linux-6.6/Documentation/
H A Dconf.py192 key, val = [x.strip() for x in line.split('=', 2)]
/kernel/linux/linux-5.10/scripts/tracing/
H A Ddraw_functrace.py103 line = line.strip()
/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A DMakefile5 LLVM_STRIP ?= llvm-strip
/kernel/linux/linux-5.10/tools/power/cpupower/
H A DMakefile92 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 DMakefile7 LLVM_STRIP ?= llvm-strip
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H A DMakefile7 LLVM_STRIP ?= llvm-strip
/kernel/linux/linux-6.6/tools/power/cpupower/
H A DMakefile92 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 Dkunit_config.py91 line = line.strip()
/kernel/linux/linux-6.6/scripts/tracing/
H A Ddraw_functrace.py103 line = line.strip()
/kernel/linux/linux-6.6/tools/tracing/rtla/
H A DMakefile20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/kernel/linux/linux-6.6/tools/verification/rv/
H A DMakefile20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/kernel/linux/linux-6.6/tools/workqueue/
H A Dwq_dump.py76 return output.strip()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-inject.c44 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 Dconf.c59 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 Dmaintainers_include.py125 details = details.strip()
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A DMakefile93 $(call cmd,strip)
/kernel/linux/linux-5.10/arch/um/
H A DMakefile92 # strip leading and trailing whitespace to make the USER_CFLAGS removal of these
95 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \

Completed in 14 milliseconds

123456