Searched refs:PYTHON (Results 1 – 11 of 11) sorted by relevance
| /linux/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}" 121 perf stat -j --per-cache -a true 2>&1 | $PYTHON $pythonchecker --per-cache 133 perf stat -j --per-cluster -a true 2>&1 | $PYTHON $pythonchecker --per-cluster 146 $PYTHON $pythonchecker --per-die --file "${stat_output}" [all …]
|
| H A D | jitdump-python.sh | 9 OUTPUT=$(${PYTHON} -Xperf_jit -c 'import os, sys; print(os.getpid(), sys.is_stack_trampoline_active… 38 -- ${PYTHON} -Xperf_jit
|
| H A D | record_weak_term.sh | 13 event=$(perf list --json | $PYTHON -c '
|
| H A D | python-use.sh | 32 if ! echo "$CMD" | $PYTHON | grep -q "success!"
|
| H A D | list.sh | 31 $PYTHON -m json.tool "${list_output}" /dev/null
|
| H A D | stat_metrics_values.sh | 22 $PYTHON $pythonvalidator -rule $rulefile -output_dir $tmpdir -wl "${workload}" \
|
| H A D | test_perf_data_converter_json.sh | 61 if $PYTHON -c "import json; json.load(open('$result'))" >/dev/null 2>&1 ; then
|
| /linux/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/tools/perf/pmu-events/ |
| H A D | Build | 54 $(Q)$(call echo-cmd,gen)$(PYTHON) $(LEGACY_CACHE_PY) > $@ 71 $(Q)$(call echo-cmd,gen)$(PYTHON) $< $(call model_name,$@) pmu-events/arch > $@ 75 $(Q)$(call echo-cmd,gen)$(PYTHON) $< -metricgroups $(call model_name,$@) pmu-events/arch > $@ 88 $(Q)$(call echo-cmd,gen)$(PYTHON) $< $(call vendor_name,$@) $(call model_name,$@) pmu-events/arch > $@ 92 $(Q)$(call echo-cmd,gen)$(PYTHON) $< -metricgroups $(call vendor_name,$@) $(call model_name,$@) pmu-events/arch > $@ 105 $(Q)$(call echo-cmd,gen)$(PYTHON) $< $(call model_name,$@) pmu-events/arch > $@ 109 $(Q)$(call echo-cmd,gen)$(PYTHON) $< -metricgroups $(call model_name,$@) pmu-events/arch > $@ 168 $(Q)$(call echo-cmd,test)$(PYTHON) $< 2> $@ || (cat $@ && false) 176 $(Q)$(call echo-cmd,gen)$(PYTHON) $(JEVENTS_PY) none none $(OUTPUT)pmu-events/arch $@ 237 $(Q)$(call echo-cmd,gen)$(PYTHON) [all...] |
| /linux/tools/docs/ |
| H A D | test_doc_build.py | 22 PYTHON = os.path.basename(sys.executable) variable 33 min_python_bin = PYTHON 36 PYTHON_VER_CHANGES = {(8, 0, 0): PYTHON}
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 277 # * $(PYTHON)-config (If PYTHON is user supplied but PYTHON_CONFIG isn't) 284 # If PYTHON is defined but PYTHON_CONFIG isn't, then take $(PYTHON)-config as if it was the user 286 ifdef PYTHON 288 PYTHON_CONFIG_AUTO := $(call get-executable,$(PYTHON)-config) 290 $(call $(error $(PYTHON)-config not found))) 298 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG))) 833 ifndef PYTHON [all...] |