Searched refs:PYTHON (Results 1 – 8 of 8) sorted by relevance
40 $PYTHON $pythonchecker --no-args --file "${stat_output}"53 $PYTHON $pythonchecker --system-wide --file "${stat_output}"66 $PYTHON $pythonchecker --system-wide-no-aggr --file "${stat_output}"74 $PYTHON $pythonchecker --interval --file "${stat_output}"83 $PYTHON $pythonchecker --event --file "${stat_output}"96 $PYTHON $pythonchecker --per-core --file "${stat_output}"109 $PYTHON $pythonchecker --per-thread --file "${stat_output}"121 perf stat -j --per-cache -a true 2>&1 | $PYTHON $pythonchecker --per-cache133 perf stat -j --per-cluster -a true 2>&1 | $PYTHON $pythonchecker --per-cluster146 $PYTHON [all...]
31 $PYTHON -m json.tool "${list_output}" /dev/null
22 $PYTHON $pythonvalidator -rule $rulefile -output_dir $tmpdir -wl "${workload}" \
48 if $PYTHON -c "import json; json.load(open('$result'))" >/dev/null 2>&1 ; then
4 if [ "x$PYTHON" = "x" ]6 python3 --version >/dev/null 2>&1 && PYTHON=python38 if [ "x$PYTHON" = "x" ]10 python --version >/dev/null 2>&1 && PYTHON=python12 if [ "x$PYTHON" = "x" ]14 echo Skipping test, python not detected please set environment variable PYTHON.
34 $(Q)$(call echo-cmd,test)$(PYTHON) $< 2> $@ || (cat $@ && false)38 $(Q)$(call echo-cmd,gen)$(PYTHON) $(JEVENTS_PY) none none pmu-events/arch $@69 $(Q)$(call echo-cmd,gen)$(PYTHON) $(JEVENTS_PY) $(JEVENTS_ARCH) $(JEVENTS_MODEL) pmu-events/arch $@
18 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
22 PYTHON = os.path.basename(sys.executable) variable 33 min_python_bin = PYTHON36 PYTHON_VER_CHANGES = {(8, 0, 0): PYTHON}