Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py184 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
201 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
215 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
229 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
244 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
258 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
272 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
286 …title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).replace('\n…
/Linux-v5.4/Documentation/
Dconf.py19 from subprocess import check_output
287 cjk_cmd = check_output(['fc-list', '--format="%{family[0]}\n"']).decode('utf-8', 'ignore')
/Linux-v5.4/tools/testing/selftests/net/
Dfib_nexthops.sh190 check_output() function
231 check_output "${out}" "${expected}"
242 check_output "${out}" "${expected}"
253 check_output "${out}" "${expected}"
/Linux-v5.4/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py48 subprocess.check_output('rm -f vgnd-*.log', shell=True)
/Linux-v5.4/scripts/
Dcheckkconfigsymbols.py227 stdout = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)