Searched refs:PYTHON (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | stat+json_output.sh | 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}" 146 $PYTHON $pythonchecker --per-die --file "${stat_output}" 159 $PYTHON $pythonchecker --per-node --file "${stat_output}" 172 $PYTHON $pythonchecker --per-socket --file "${stat_output}" [all …]
|
| H A D | list.sh | 31 $PYTHON -m json.tool "${list_output}" /dev/null
|
| H A D | stat_metrics_values.sh | 19 $PYTHON $pythonvalidator -rule $rulefile -output_dir $tmpdir -wl "${workload}"
|
| H A D | test_perf_data_converter_json.sh | 48 if $PYTHON -c "import json; json.load(open('$result'))" >/dev/null 2>&1 ; then
|
| /linux-6.15/tools/perf/tests/shell/lib/ |
| H A D | setup_python.sh | 4 if [ "x$PYTHON" = "x" ] 6 python3 --version >/dev/null 2>&1 && PYTHON=python3 8 if [ "x$PYTHON" = "x" ] 10 python --version >/dev/null 2>&1 && PYTHON=python 12 if [ "x$PYTHON" = "x" ] 14 echo Skipping test, python not detected please set environment variable PYTHON.
|
| /linux-6.15/tools/perf/pmu-events/ |
| H A D | Build | 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 $@
|
| /linux-6.15/tools/perf/tests/ |
| H A D | python-use.c | 18 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.config | 275 ifdef PYTHON 277 PYTHON_CONFIG_AUTO := $(call get-executable,$(PYTHON)-config) 279 $(call $(error $(PYTHON)-config not found))) 287 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG))) 862 ifndef PYTHON 865 PYTHON_WORD := $(call shell-wordify,$(PYTHON)) 876 …PYTHON_SETUPTOOLS_INSTALLED := $(shell $(PYTHON) -c 'import setuptools;' 2> /dev/null && echo "yes… 878 …PYTHON_EXTENSION_SUFFIX := $(shell $(PYTHON) -c 'from importlib import machinery; print(machinery.…
|