Home
last modified time | relevance | path

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

/tools/lib/bpf/
A D.gitignore6 cscope.*
A DMakefile268 PHONY += force cscope tags check check_abi check_version
271 cscope: target
272 ls *.c *.h > cscope.files
273 cscope -b -q -I $(srctree)/include -f cscope.out
/tools/testing/selftests/kvm/
A DMakefile.kvm313 cscope.*
333 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib ..
334 cscope:
335 $(RM) cscope.*
339 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
340 cscope -b
/tools/perf/
A D.gitignore27 cscope*
A DMakefile.perf225 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
1048 cscope:
1049 $(QUIET_GEN)$(RM) cscope*; \
1050 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
1286 $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \
1341 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
/tools/perf/tests/
A Dmake103 make_cscope := cscope
198 ifneq ($(call has,cscope),)
212 test_make_cscope = test -f cscope.out

Completed in 18 milliseconds