Searched refs:strip (Results 1 – 25 of 29) sorted by relevance
12
/tools/hv/ |
D | lsvmbus | 64 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]
|
D | vmbus_testing | 178 file_value = f.readline().strip()
|
/tools/power/acpi/ |
D | Makefile.config | 73 ifeq ($(strip $(V)),false) 82 ifeq ($(strip $(DEBUG)),true)
|
/tools/perf/scripts/python/ |
D | mem-phys-addr.py | 35 if m[2].strip() == 'System RAM': 38 if m[2].strip() == 'Persistent Memory':
|
D | exported-sql-viewer.py | 3326 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/ |
D | setup.py | 61 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/ |
D | Makefile | 9 ifeq ($(strip $(STATIC)),true)
|
/tools/cgroup/ |
D | iocost_coef_gen.py | 64 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/ |
D | Makefile.build | 83 cmd_ld_multi = $(if $(strip $(obj-y)),\ 87 cmd_host_ld_multi = $(if $(strip $(obj-y)),\
|
D | Build.include | 32 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/ |
D | perf-inject.txt | 57 --strip:: 58 Use with --itrace to strip out non-synthesized events.
|
D | perf-annotate.txt | 116 --prefix-strip=N::
|
/tools/scripts/ |
D | Makefile.include | 58 $(call allow-override,STRIP,llvm-strip) 65 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
|
/tools/power/pm-graph/ |
D | bootgraph.py | 76 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 …]
|
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 …]
|
/tools/testing/kunit/ |
D | kunit_config.py | 66 line = line.strip()
|
/tools/bpf/runqslower/ |
D | Makefile | 5 LLVM_STRIP ?= llvm-strip
|
/tools/power/cpupower/ |
D | Makefile | 92 STRIP = $(CROSS)strip
|
/tools/perf/ |
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() 897 if (inject.strip && !inject.itrace_synth_opts.set) { in cmd_inject()
|
D | Makefile.perf | 188 STRIP = strip 281 strip-libs = $(filter-out -l%,$(1)) 628 strip: $(PROGRAMS) $(OUTPUT)perf 1070 .PHONY: all install clean config-clean strip install-gtk
|
D | Makefile.config | 254 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/ |
D | Makefile | 208 strip-libs = $(filter-out -l%,$(1)) 211 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
|
/tools/testing/selftests/bpf/ |
D | test_offload.py | 71 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/ |
D | Makefile | 61 LLVM_STRIP ?= llvm-strip
|
/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 64 STRIP := strip 69 STRIP := $(CBUILD)-strip
|
12