Home
last modified time | relevance | path

Searched refs:check_output (Results 1 – 10 of 10) sorted by relevance

/linux/tools/power/x86/intel_pstate_tracer/
A Dintel_pstate_tracer.py182 …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/tools/testing/selftests/net/
A Dfib_nexthops.sh220 check_output() function
261 check_output "${out}" "${expected}"
274 check_output "${out}" "${expected}"
285 check_output "${out}" "${expected}"
296 check_output "${out}" "${expected}"
1638 check_output "${out}" "$sysctlname = 1"
1651 check_output "${out}" "net.ipv4.nexthop_compat_mode = $mode"
/linux/tools/testing/selftests/bpf/
A Dtest_bpftool.py34 return subprocess.check_output(_args)
/linux/tools/testing/kunit/
A Dkunit_kernel.py52 subprocess.check_output(['make', 'mrproper'], stderr=subprocess.STDOUT)
74 subprocess.check_output(command, stderr=subprocess.STDOUT)
/linux/tools/perf/scripts/python/
A Dflamegraph.py114 output = subprocess.check_output(["perf", "report", "--header-only"])
/linux/scripts/clang-tools/
A Dgen_compile_commands.py137 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
/linux/tools/testing/selftests/exec/
A Dbinfmt_script16 NAME_MAX=int(subprocess.check_output(["getconf", "NAME_MAX", "."]))
/linux/tools/testing/selftests/tc-testing/plugin-lib/
A DvalgrindPlugin.py48 subprocess.check_output('rm -f vgnd-*.log', shell=True)
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dsharedbuffer_configuration.py122 out = subprocess.check_output(cmd, shell=True)
/linux/scripts/
A Dcheckkconfigsymbols.py229 stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)

Completed in 18 milliseconds