/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 15 $(OUTPUT)centrino-decode: ../i386/centrino-decode.c 18 $(OUTPUT)powernow-k8-decode: ../i386/powernow-k8-decode.c 21 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode 24 rm -rf $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode 28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
/tools/power/cpupower/debug/i386/ |
D | Makefile | 15 $(OUTPUT)centrino-decode: centrino-decode.c 16 $(CC) $(CFLAGS) -o $@ centrino-decode.c 24 $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c 25 $(CC) $(CFLAGS) -o $@ powernow-k8-decode.c 27 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode 30 rm -rf $(OUTPUT)centrino-decode 33 rm -rf $(OUTPUT)powernow-k8-decode 37 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 38 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
D | centrino-decode.c | 63 static void decode (unsigned int msr) in decode() function 89 decode(lo); in decode_live() 107 decode(cpu); in main()
|
/tools/power/cpupower/ |
D | .gitignore | 24 debug/i386/centrino-decode 27 debug/i386/powernow-k8-decode 28 debug/x86_64/centrino-decode 29 debug/x86_64/powernow-k8-decode
|
D | README | 42 powernow-k8-decode and intel_gsic tools as well as the french language file;
|
/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 77 char *decode) in mmio_event_decode_key() argument 79 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#lx:%s", in mmio_event_decode_key() 121 char *decode) in ioport_event_decode_key() argument 123 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in ioport_event_decode_key() 165 char *decode) in msr_event_decode_key() argument 167 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in msr_event_decode_key()
|
/tools/objtool/arch/x86/ |
D | Build | 2 objtool-y += decode.o 11 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | buildebpfPlugin.py | 61 foutput = serr.decode("utf-8") 63 foutput = rawout.decode("utf-8")
|
D | nsPlugin.py | 140 foutput = serr.decode("utf-8") 142 foutput = rawout.decode("utf-8")
|
/tools/objtool/arch/powerpc/ |
D | Build | 1 objtool-y += decode.o
|
/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 182 …ubprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('… 199 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 213 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 227 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 241 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 255 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 269 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 283 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
|
/tools/cgroup/ |
D | memcg_slabinfo.py | 41 name = prefix + '/' + css.cgroup.kn.name.string_().decode('utf-8') 56 return s.name.string_().decode('utf-8') 58 return s.memcg_params.root_cache.name.string_().decode('utf-8')
|
D | iocost_monitor.py | 70 return blkcg.css.cgroup.kn.name.string_().decode('utf-8') 231 if devname == blkg.q.mq_kobj.parent.name.string_().decode('utf-8'):
|
/tools/debugging/ |
D | kernel-chktaint | 13 Call without parameters to decode /proc/sys/kernel/tainted. 15 Call with a positive integer as parameter to decode a value you
|
/tools/perf/util/ |
D | kvm-stat.h | 71 char *decode); 129 char *decode);
|
/tools/perf/arch/powerpc/util/ |
D | kvm-stat.c | 78 char *decode) in hcall_event_decode_key() argument 82 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", hcall_reason); in hcall_event_decode_key()
|
/tools/testing/selftests/net/ |
D | devlink_port_split.py | 34 stdout, stderr = stdout.decode(), stderr.decode()
|
/tools/perf/Documentation/ |
D | intel-bts.txt | 51 By default, perf script will decode trace data found in the perf.data file. 75 By default, perf report will decode trace data found in the perf.data file.
|
/tools/perf/scripts/python/ |
D | flamegraph.py | 127 return output.decode("utf-8") 177 l.decode("utf-8") for l in template.readlines()
|
D | libxed.py | 104 result = inst.buffer.value.decode()
|
/tools/power/x86/amd_pstate_tracer/ |
D | amd_pstate_trace.py | 122 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 136 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 151 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
|
/tools/testing/kunit/ |
D | run_checks.py | 69 print(textwrap.indent(output.decode(), '> '))
|
D | kunit_kernel.py | 55 raise ConfigError(e.output.decode()) 72 raise ConfigError(e.output.decode()) 91 raise BuildError(stderr.decode()) 93 print(stderr.decode())
|
/tools/testing/selftests/bpf/ |
D | test_bpftool.py | 38 return _bpftool(args, json=False).decode("utf-8")
|
/tools/net/ynl/lib/ |
D | ynl.py | 134 return self.raw.decode('ascii')[:-1] 362 def decode(self, ynl, nl_msg): member in NetlinkProtocol 582 msg = self.nlproto.decode(self, NlMsg(request, 0, op.attr_set)) 644 decoded = self.nlproto.decode(self, nl_msg) 704 decoded = self.nlproto.decode(self, nl_msg)
|