Home
last modified time | relevance | path

Searched refs:PYTHON (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/perf/tests/shell/
H A Dstat+json_output.sh40 $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 Dlist.sh31 $PYTHON -m json.tool "${list_output}" /dev/null
H A Dstat_metrics_values.sh19 $PYTHON $pythonvalidator -rule $rulefile -output_dir $tmpdir -wl "${workload}"
H A Dtest_perf_data_converter_json.sh48 if $PYTHON -c "import json; json.load(open('$result'))" >/dev/null 2>&1 ; then
/linux-6.15/tools/perf/tests/shell/lib/
H A Dsetup_python.sh4 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 DBuild34 $(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 Dpython-use.c18 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
/linux-6.15/tools/perf/
H A DMakefile.config275 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.…