Searched refs:strip (Results 1 – 21 of 21) sorted by relevance
/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]
|
/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 | 1951 self.value = input_string.strip() 1959 if not len(input_string.strip()): 1991 for value in [x.strip() for x in input_string.split(",")]: 2014 if not self.IsNumber(input_string.strip()): 2016 value = int(input_string.strip()) 2045 for value in [x.strip() for x in input_string.split(",")]: 2126 val = val[:-2].strip() 2158 if value.split("-")[1].strip() == "": 2165 vrange = [value[:pos].strip() ,value[pos+1:].strip()] 2173 for value in [x.strip() for x in input_string.split(",")]: [all …]
|
/tools/perf/util/ |
D | setup.py | 53 ext_sources = [f.strip() for f in open('util/python-ext-sources') 54 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/perf/Documentation/ |
D | perf-inject.txt | 53 --strip:: 54 Use with --itrace to strip out non-synthesized events.
|
D | intel-pt.txt | 913 $ perf inject -i perf.data -o inj --itrace=i100usle --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/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 | 342 out = ascii(fp.read()).strip() 393 kcmd = open('/proc/cmdline', 'r').read().strip() 427 v = open('/proc/version', 'r').read().strip() 447 if i.strip(): 448 out.append(i.strip()) 464 nowtime = open(self.rtcpath+'/since_epoch', 'r').read().strip() 509 i = i.strip() 913 out = ascii(fp.read()).strip() 988 idv = ascii(fp.read()).strip() 990 idp = ascii(fp.read()).strip() [all …]
|
/tools/perf/ |
D | builtin-inject.c | 40 bool strip; member 686 if (inject->strip) in __cmd_inject() 732 if (inject->strip) in __cmd_inject() 806 OPT_BOOLEAN(0, "strip", &inject.strip, in cmd_inject() 825 if (inject.strip && !inject.itrace_synth_opts.set) { in cmd_inject()
|
D | Makefile.perf | 176 STRIP = strip 268 strip-libs = $(filter-out -l%,$(1)) 578 strip: $(PROGRAMS) $(OUTPUT)perf 1009 .PHONY: all install clean config-clean strip install-gtk
|
D | Makefile.config | 227 strip-libs = $(filter-out -l%,$(1)) 242 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS)) 694 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
|
/tools/power/cpupower/ |
D | Makefile | 92 STRIP = $(CROSS)strip
|
/tools/build/feature/ |
D | Makefile | 203 strip-libs = $(filter-out -l%,$(1)) 206 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: 303 self._dict[key] = out.strip() 322 dfs[f] = out.strip() 448 return data.strip()
|
/tools/testing/selftests/tc-testing/ |
D | tdc.py | 185 if len(command.strip()) == 0:
|