Lines Matching refs:perf
6 @echo "Testing Makefile.perf"; $(MAKE) -sf tests/make MK=Makefile.perf
29 make_python_perf_so := python/perf.so
52 make_perf_o := perf.o
75 # Makefile because we detect clean target in Makefile.perf and
145 test_make_python_perf_so := test -f $(PERF)/python/perf.so
147 test_make_perf_o := test -f $(PERF)/perf.o
159 installed_files_bin := bin/perf
160 installed_files_bin += etc/bash_completion.d/perf
161 installed_files_bin += libexec/perf-core/perf-archive
192 test_make_install_man := test -f $$TMP_DEST/share/man/man1/perf.1
211 test_make_python_perf_so_O := test -f $$TMP_O/python/perf.so
212 test_make_perf_o_O := test -f $$TMP_O/perf.o
216 test_default = test -x $(PERF)/perf
219 test_default_O = test -x $$TMP_O/perf
260 @cmd="$(PERF)/tests/perf-targz-src-pkg $(PERF)"; \
265 @echo "- make -C <kernelsrc> tools/perf"
267 (make -C ../.. tools/perf) > $@ 2>&1 && \
268 test -x perf && rm -f $@ || (cat $@ ; false)
271 @echo "- make -C <kernelsrc>/tools perf"
273 (make -C ../../tools perf) > $@ 2>&1 && \
274 test -x perf && rm -f $@ || (cat $@ ; false)