Home
last modified time | relevance | path

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

/linux/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}"
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
[all...]
H A Dlist.sh31 $PYTHON -m json.tool "${list_output}" /dev/null
H A Dstat_metrics_values.sh22 $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/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/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/tools/perf/tests/
H A Dpython-use.c18 PYTHONPATH, PYTHON, verbose > 0 ? "" : "2> /dev/null") < 0) in test__python_use()
/linux/scripts/
H A Dtest_doc_build.py22 PYTHON = os.path.basename(sys.executable) variable
33 min_python_bin = PYTHON
36 PYTHON_VER_CHANGES = {(8, 0, 0): PYTHON}