Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 29) sorted by relevance

12

/tools/hv/
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]
Dvmbus_testing178 file_value = f.readline().strip()
/tools/power/acpi/
DMakefile.config73 ifeq ($(strip $(V)),false)
82 ifeq ($(strip $(DEBUG)),true)
/tools/perf/scripts/python/
Dmem-phys-addr.py35 if m[2].strip() == 'System RAM':
38 if m[2].strip() == 'Persistent Memory':
Dexported-sql-viewer.py3326 self.value = input_string.strip()
3334 if not len(input_string.strip()):
3366 for value in [x.strip() for x in input_string.split(",")]:
3389 if not self.IsNumber(input_string.strip()):
3391 value = int(input_string.strip())
3420 for value in [x.strip() for x in input_string.split(",")]:
3499 val = val[:-2].strip()
3531 if value.split("-")[1].strip() == "":
3538 vrange = [value[:pos].strip() ,value[pos+1:].strip()]
3546 for value in [x.strip() for x in input_string.split(",")]:
[all …]
/tools/perf/util/
Dsetup.py61 ext_sources = [f.strip() for f in open('util/python-ext-sources')
62 if len(f.strip()) > 0 and f[0] != '#']
/tools/power/cpupower/bench/
DMakefile9 ifeq ($(strip $(STATIC)),true)
/tools/cgroup/
Diocost_coef_gen.py64 devname = os.path.basename(devname).decode('utf-8').strip()
143 elevator = re.sub(r'.*\[(.*)\].*', r'\1', f.read().strip())
145 nomerges = f.read().strip()
/tools/build/
DMakefile.build83 cmd_ld_multi = $(if $(strip $(obj-y)),\
87 cmd_host_ld_multi = $(if $(strip $(obj-y)),\
DBuild.include32 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
75 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \
82 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
/tools/perf/Documentation/
Dperf-inject.txt57 --strip::
58 Use with --itrace to strip out non-synthesized events.
Dperf-annotate.txt116 --prefix-strip=N::
/tools/scripts/
DMakefile.include58 $(call allow-override,STRIP,llvm-strip)
65 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/tools/power/pm-graph/
Dbootgraph.py76 val = fp.read().strip()
109 func = i.strip()
197 self.kparams = open('/proc/cmdline', 'r').read().strip()
396 m = re.match(tp.ftrace_line_fmt, line.strip())
459 tracer = sysvals.fgetVal('current_tracer').strip()
773 line = line.strip()
776 opt = line.split('=')[0].strip()
778 cmdline = line.split('=', 1)[1].strip('\\')
782 cmdline += line.strip('\\')
790 val = cmdline.strip()
[all …]
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 …]
/tools/testing/kunit/
Dkunit_config.py66 line = line.strip()
/tools/bpf/runqslower/
DMakefile5 LLVM_STRIP ?= llvm-strip
/tools/power/cpupower/
DMakefile92 STRIP = $(CROSS)strip
/tools/perf/
Dbuiltin-inject.c44 bool strip; member
756 if (inject->strip) in __cmd_inject()
878 OPT_BOOLEAN(0, "strip", &inject.strip, in cmd_inject()
897 if (inject.strip && !inject.itrace_synth_opts.set) { in cmd_inject()
DMakefile.perf188 STRIP = strip
281 strip-libs = $(filter-out -l%,$(1))
628 strip: $(PROGRAMS) $(OUTPUT)perf
1070 .PHONY: all install clean config-clean strip install-gtk
DMakefile.config254 strip-libs = $(filter-out -l%,$(1))
269 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
765 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
/tools/build/feature/
DMakefile208 strip-libs = $(filter-out -l%,$(1))
211 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
/tools/testing/selftests/bpf/
Dtest_offload.py71 if len(header) and len(data.strip()):
158 if JSON and len(stdout.strip()) != 0:
301 self._dict[key] = out.strip()
323 dfs[f] = out.strip()
457 return data.strip()
/tools/bpf/bpftool/
DMakefile61 LLVM_STRIP ?= llvm-strip
/tools/testing/selftests/wireguard/qemu/
DMakefile64 STRIP := strip
69 STRIP := $(CBUILD)-strip

12