Home
last modified time | relevance | path

Searched refs:cscope (Results 1 – 6 of 6) sorted by relevance

/tools/lib/bpf/
D.gitignore6 cscope.*
DMakefile281 PHONY += force cscope tags check check_abi check_version
284 cscope: target
285 ls *.c *.h > cscope.files
286 cscope -b -q -I $(srctree)/include -f cscope.out
/tools/testing/selftests/kvm/
DMakefile317 cscope.*
337 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. target
338 cscope: target
339 $(RM) cscope.*
343 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
344 cscope -b
/tools/perf/
D.gitignore27 cscope*
DMakefile.perf240 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
1039 cscope:
1040 $(QUIET_GEN)$(RM) cscope*; \
1041 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
1280 $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \
1335 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
/tools/perf/tests/
Dmake105 make_cscope := cscope
201 ifneq ($(call has,cscope),)
215 test_make_cscope = test -f cscope.out