| /tools/power/cpupower/debug/x86_64/ |
| A 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/ |
| A 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}
|
| A 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/ |
| A 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
|
| /tools/perf/arch/x86/util/ |
| A 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/ |
| A D | Build | 2 objtool-y += decode.o 12 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
|
| /tools/perf/util/ |
| A D | kvm-stat.c | 62 char *decode) in exit_event_decode_key() argument 67 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", exit_reason); in exit_event_decode_key()
|
| A D | kvm-stat.h | 71 char *decode); 131 char *decode);
|
| /tools/objtool/arch/powerpc/ |
| A D | Build | 1 objtool-y += decode.o
|
| /tools/objtool/arch/loongarch/ |
| A D | Build | 1 objtool-y += decode.o
|
| /tools/power/x86/intel_pstate_tracer/ |
| A 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/ |
| A 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')
|
| /tools/debugging/ |
| A 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/sched_ext/ |
| A D | scx_show_state.py | 28 return prog['scx_enable_state_str'][state].string_().decode()
|
| /tools/net/sunrpc/xdrgen/templates/C/program/decoder/ |
| A D | argument.j2 | 10 * %false: decode failed
|
| /tools/perf/arch/powerpc/util/ |
| A 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/writeback/ |
| A D | wb_monitor.py | 93 bdi_name = wb.bdi.dev_name.string_().decode() 113 self.name = bdi.dev_name.string_().decode()
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | devlink_port_split.py | 34 stdout, stderr = stdout.decode(), stderr.decode()
|
| /tools/perf/Documentation/ |
| A 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/testing/kunit/ |
| A D | run_checks.py | 69 print(textwrap.indent(output.decode(), '> '))
|
| A D | kunit_kernel.py | 56 raise ConfigError(e.output.decode()) 73 raise ConfigError(e.output.decode()) 93 raise BuildError(stderr.decode()) 95 print(stderr.decode())
|
| /tools/power/x86/amd_pstate_tracer/ |
| A D | amd_pstate_trace.py | 121 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 135 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 150 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf…
|
| /tools/perf/scripts/python/ |
| A D | flamegraph.py | 139 result = output.decode("utf-8") 196 l.decode("utf-8") for l in url_template.readlines()
|
| /tools/testing/selftests/x86/bugs/ |
| A D | its_permutations.py | 99 output = output.decode()
|
| /tools/testing/selftests/net/lib/py/ |
| A D | utils.py | 82 self.stdout = stdout.decode("utf-8") 83 self.stderr = stderr.decode("utf-8")
|