Lines Matching refs:perf
18 make_python_perf_so := python/perf.so
39 make_perf_o := perf.o
121 test_make_python_perf_so := test -f $(PERF)/python/perf.so
123 test_make_perf_o := test -f $(PERF)/perf.o
135 installed_files_bin := bin/perf
136 installed_files_bin += etc/bash_completion.d/perf
137 installed_files_bin += libexec/perf-core/perf-archive
159 test_make_install_man := test -f $$TMP_DEST/share/man/man1/perf.1
178 test_make_python_perf_so_O := test -f $$TMP_O/python/perf.so
179 test_make_perf_o_O := test -f $$TMP_O/perf.o
183 test_default = test -x $(PERF)/perf
186 test_default_O = test -x $$TMP_O/perf
222 @cmd="$(PERF)/tests/perf-targz-src-pkg $(PERF)"; \