Searched refs:PYTHON (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/perf/tests/shell/ |
D | stat+json_output.sh | 12 if [ "x$PYTHON" == "x" ] 16 PYTHON=python3 19 PYTHON=python 21 echo Skipping test, python not detected please set environment variable PYTHON. 50 $PYTHON $pythonchecker --no-args --file "${stat_output}" 63 $PYTHON $pythonchecker --system-wide --file "${stat_output}" 76 $PYTHON $pythonchecker --system-wide-no-aggr --file "${stat_output}" 84 $PYTHON $pythonchecker --interval --file "${stat_output}" 93 $PYTHON $pythonchecker --event --file "${stat_output}" 106 $PYTHON $pythonchecker --per-core --file "${stat_output}" [all …]
|
D | test_perf_data_converter_json.sh | 9 if [ "$PYTHON" = "" ] ; then 11 PYTHON=python3 13 PYTHON=python 15 echo Skipping test, python not detected please set environment variable PYTHON. 55 if $PYTHON -c "import json; json.load(open('$result'))" >/dev/null 2>&1 ; then
|
D | stat_metrics_values.sh | 4 if [ "x$PYTHON" == "x" ] 8 PYTHON=python3 10 echo Skipping test, python3 not detected please set environment variable PYTHON. 25 $PYTHON $pythonvalidator -rule $rulefile -output_dir $tmpdir -wl "${workload}"
|
/linux-6.6.21/tools/perf/pmu-events/ |
D | Build | 32 $(Q)$(call echo-cmd,test)$(PYTHON) $< 2> $@ || (cat $@ && false) 36 $(Q)$(call echo-cmd,gen)$(PYTHON) $(JEVENTS_PY) $(JEVENTS_ARCH) $(JEVENTS_MODEL) pmu-events/arch $@
|
/linux-6.6.21/tools/perf/tests/ |
D | python-use.c | 18 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
|
D | attr.c | 175 scnprintf(cmd, 3*PATH_MAX, PYTHON " %s/attr.py -d %s/attr/ -p %s %.*s", in run_dir()
|
/linux-6.6.21/tools/perf/ |
D | Makefile.config | 282 ifdef PYTHON 284 PYTHON_CONFIG_AUTO := $(call get-executable,$(PYTHON)-config) 286 $(call $(error $(PYTHON)-config not found))) 294 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG))) 845 ifndef PYTHON 848 PYTHON_WORD := $(call shell-wordify,$(PYTHON)) 859 …PYTHON_SETUPTOOLS_INSTALLED := $(shell $(PYTHON) -c 'import setuptools;' 2> /dev/null && echo "yes… 861 …PYTHON_EXTENSION_SUFFIX := $(shell $(PYTHON) -c 'from importlib import machinery; print(machinery.…
|