Searched refs:strip (Results 1 - 25 of 89) sorted by relevance

1234

/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dcsv_collection.py20 strip = lambda s:s.strip()
22 strip = lambda s:s
32 r[key]:{f:strip(c) for f,c in r.items()
34 strip(c)[:1] not in ['', C]}
/linux-master/arch/loongarch/boot/
H A DMakefile8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
9 OBJCOPYFLAGS_vmlinux.efi := -O binary $(strip-flags)
16 $(call if_changed,strip)
/linux-master/arch/powerpc/boot/
H A DzImage.coff.lds.S28 *(.kernel:vmlinux.strip)
H A DzImage.lds.S64 .kernel:vmlinux.strip :
67 *(.kernel:vmlinux.strip)
/linux-master/tools/hv/
H A Dlsvmbus64 vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip()
65 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip()
66 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip()
70 chn_vp_mapping = [c.strip() for c in chn_vp_mapping]
/linux-master/arch/microblaze/boot/
H A DMakefile34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE
35 $(call if_changed,strip)
/linux-master/scripts/
H A DMakefile.modinst74 # --strip-debug will be used. Otherwise, INSTALL_MOD_STRIP value will be used
75 # as the options to the strip command.
79 strip-option := --strip-debug
81 strip-option := $(INSTALL_MOD_STRIP)
85 cmd_strip = $(STRIP) $(strip-option) $@
120 $(call cmd,strip)
H A Ddecodecode86 ${CROSS_COMPILE}strip $t.o
94 ${CROSS_COMPILE}strip $t.o
99 ${CROSS_COMPILE}strip $t.o
103 ${CROSS_COMPILE}strip $t.o
H A DMakefile.compiler62 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(strip $(1)))
H A Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
62 sub strip { subroutine
H A Dspdxcheck.py65 lid = l.split(':')[1].strip().upper()
72 exception = l.split(':')[1].strip().upper()
76 for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','):
163 tok.value = tok.value.strip()
210 expr = line.split(':')[1].strip()
212 if line.strip().endswith('*/'):
213 expr = expr.rstrip('*/').strip()
215 if line.strip().endswith('-->'):
216 expr = expr.rstrip('-->').strip()
219 expr = expr.rstrip('\"').strip()
[all...]
/linux-master/tools/power/acpi/
H A DMakefile.config74 ifeq ($(strip $(V)),false)
82 # if DEBUG is enabled, then we do not strip or optimize
83 ifeq ($(strip $(DEBUG)),true)
/linux-master/drivers/gpu/drm/ci/
H A Dcheck-patch.py32 ancestor = ancestor.strip()
/linux-master/tools/power/cpupower/bench/
H A DMakefile9 ifeq ($(strip $(STATIC)),true)
/linux-master/tools/perf/scripts/python/
H A Dmem-phys-addr.py35 if m[2].strip() == 'System RAM':
38 if m[2].strip() == 'Persistent Memory':
/linux-master/arch/sparc/boot/
H A DMakefile35 $(call if_changed,strip)
67 $(call if_changed,strip)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gen_wa_oob.c44 static char *strip(char *line, size_t linelen) function
77 name = strip(line, linelen);
/linux-master/tools/perf/util/
H A Dsetup.py79 ext_sources = [f.strip() for f in open('util/python-ext-sources')
80 if len(f.strip()) > 0 and f[0] != '#']
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
35 STRIP := strip
/linux-master/tools/verification/rv/
H A DMakefile.rv12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
34 STRIP := strip
/linux-master/tools/bpf/bpftool/Documentation/
H A DMakefile27 RST2MAN_OPTS += --verbose --strip-comments
/linux-master/arch/xtensa/boot/
H A DMakefile33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py27 unit_test_name, unit_test_result = unit_test.strip().split(",")
36 f[-1] = f[-1].strip() + "\n"
99 xfails[job_name][job_id] = xfails[job_name][job_id].strip().split("\n")
104 path_components = parsed_url.path.strip("/").split("/")
/linux-master/tools/testing/selftests/turbostat/
H A Ddefcolumns.py26 expected_columns_debug = proc_turbostat.stdout.replace(b',', b'\t').strip()
/linux-master/tools/scripts/
H A DMakefile.include65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX))
72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
92 LLVM_STRIP ?= llvm-strip

Completed in 340 milliseconds

1234