Searched refs:check_output (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 182 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf… 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…
|
/Linux-v5.10/Documentation/ |
D | conf.py | 19 from subprocess import check_output 365 cjk_cmd = check_output(['fc-list', '--format="%{family[0]}\n"']).decode('utf-8', 'ignore')
|
/Linux-v5.10/tools/testing/kunit/ |
D | kunit_kernel.py | 39 subprocess.check_output(['make', 'mrproper'], stderr=subprocess.STDOUT) 52 subprocess.check_output(command, stderr=subprocess.STDOUT)
|
/Linux-v5.10/tools/testing/selftests/net/ |
D | fib_nexthops.sh | 191 check_output() function 232 check_output "${out}" "${expected}" 243 check_output "${out}" "${expected}" 254 check_output "${out}" "${expected}" 1277 check_output "${out}" "$sysctlname = 1" 1290 check_output "${out}" "net.ipv4.nexthop_compat_mode = $mode"
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | test_bpftool.py | 34 return subprocess.check_output(_args)
|
/Linux-v5.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 128 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
|
/Linux-v5.10/tools/testing/selftests/exec/ |
D | binfmt_script | 16 NAME_MAX=int(subprocess.check_output(["getconf", "NAME_MAX", "."]))
|
/Linux-v5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 48 subprocess.check_output('rm -f vgnd-*.log', shell=True)
|
/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | sharedbuffer_configuration.py | 122 out = subprocess.check_output(cmd, shell=True)
|
/Linux-v5.10/scripts/ |
D | checkkconfigsymbols.py | 227 stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)
|