Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 32) sorted by relevance

12

/tools/power/cpupower/debug/x86_64/
DMakefile15 $(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/
DMakefile15 $(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}
Dcentrino-decode.c63 static void decode (unsigned int msr) in decode() function
89 decode(lo); in decode_live()
107 decode(cpu); in main()
/tools/power/cpupower/
D.gitignore24 debug/i386/centrino-decode
27 debug/i386/powernow-k8-decode
28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
DREADME42 powernow-k8-decode and intel_gsic tools as well as the french language file;
/tools/perf/arch/x86/util/
Dkvm-stat.c78 char *decode) in mmio_event_decode_key() argument
80 scnprintf(decode, decode_str_len, "%#lx:%s", in mmio_event_decode_key()
122 char *decode) in ioport_event_decode_key() argument
124 scnprintf(decode, decode_str_len, "%#llx:%s", in ioport_event_decode_key()
/tools/objtool/arch/x86/
DBuild2 objtool-y += decode.o
11 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
/tools/testing/selftests/tc-testing/plugin-lib/
DbuildebpfPlugin.py61 foutput = serr.decode("utf-8")
63 foutput = rawout.decode("utf-8")
DnsPlugin.py140 foutput = serr.decode("utf-8")
142 foutput = rawout.decode("utf-8")
/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py182 …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/debugging/
Dkernel-chktaint13 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/
Dkvm-stat.h64 char *decode);
125 char *decode);
/tools/testing/kunit/
Dkunit_kernel.py43 raise ConfigError(e.output.decode())
56 raise ConfigError(e.output.decode())
94 raise BuildError(stderr.decode())
96 print(stderr.decode())
/tools/cgroup/
Dmemcg_slabinfo.py41 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')
Diocost_monitor.py65 return blkcg.css.cgroup.kn.name.string_().decode('utf-8')
224 if devname == blkg.q.kobj.parent.name.string_().decode('utf-8'):
Diocost_coef_gen.py64 devname = os.path.basename(devname).decode('utf-8').strip()
/tools/perf/arch/powerpc/util/
Dkvm-stat.c79 char *decode) in hcall_event_decode_key() argument
83 scnprintf(decode, decode_str_len, "%s", hcall_reason); in hcall_event_decode_key()
/tools/perf/Documentation/
Dintel-bts.txt51 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.
Dperf-intel-pt.txt48 (hundreds of megabytes per second per core) which takes a long time to decode,
291 timing information. In some cases it is possible to decode
743 information to decode Intel PT in per-cpu mode, and potentially workload-only
748 be possible to decode Intel PT in per-cpu mode.
840 By default, perf script will decode trace data found in the perf.data file.
1018 decode TNT packets, and does not walk object code, but gets the ip from FUP and
1082 By default, perf report will decode trace data found in the perf.data file.
/tools/testing/selftests/net/
Ddevlink_port_split.py32 stdout, stderr = stdout.decode(), stderr.decode()
/tools/perf/
Dbuiltin-kvm.c120 char *decode) in exit_event_decode_key() argument
125 scnprintf(decode, decode_str_len, "%s", exit_reason); in exit_event_decode_key()
391 char decode[decode_str_len]; in handle_end_event() local
393 kvm->events_ops->decode_key(kvm, &event->key, decode); in handle_end_event()
394 if (!skip_event(decode)) { in handle_end_event()
397 decode, time_diff / NSEC_PER_USEC); in handle_end_event()
608 char decode[decode_str_len]; in print_result() local
637 kvm->events_ops->decode_key(kvm, &event->key, decode); in print_result()
638 pr_info("%*s ", decode_str_len, decode); in print_result()
/tools/testing/selftests/bpf/
Dtest_bpftool.py38 return _bpftool(args, json=False).decode("utf-8")
/tools/kvm/kvm_stat/
Dkvm_stat1044 line = line.decode(ENCODING).lstrip().split(' ', 1)
1331 regex = self.screen.getstr().decode(ENCODING)
1357 val = self.screen.getstr().decode(ENCODING)
1402 guest = self.screen.getstr().decode(ENCODING)
/tools/testing/selftests/tc-testing/
Dtdc.py202 foutput = serr.decode("utf-8", errors="ignore")
204 foutput = rawout.decode("utf-8", errors="ignore")
/tools/firewire/
Dnosy-dump.c205 int (*decode)(struct link_transaction *t); member
224 if (protocol_decoders[i].decode(t)) in handle_transaction()

12