Searched refs:cscope (Results 1 – 14 of 14) sorted by relevance
280 PHONY += force cscope tags check check_abi check_version283 cscope: target284 ls *.c *.h > cscope.files285 cscope -b -q -I $(srctree)/include -f cscope.out
6 cscope.*
130 (echo \-k; echo \-q; all_target_sources) > cscope.files131 cscope -b -f cscope.out
317 cscope.*337 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. target338 cscope: target339 $(RM) cscope.*343 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files344 cscope -b
88 cscope is a good tool to browse kernel sources. Let's install it now::90 sudo apt-get install cscope179 What is cscope and how do we use it?182 Now let’s look at `cscope <https://cscope.sourceforge.net/>`_, a command188 We can use cscope to find which system call belongs to which subsystem.192 Let’s checkout the latest Linux repository and build cscope database::196 cscope -R -p10 # builds cscope.out database before starting browse session197 cscope -d -p10 # starts browse session on cscope.out database199 Note: Run "cscope -R -p10" to build the database and c"scope -d -p10" to200 enter into the browsing session. cscope by default cscope.out database.
133 # cscope files134 cscope.*
273 cscope gtags TAGS tags help% %docs check% coccicheck \1969 tags TAGS cscope gtags: FORCE target
27 cscope*
240 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help1039 cscope:1040 $(QUIET_GEN)$(RM) cscope*; \1041 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…1279 $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \1334 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
105 make_cscope := cscope201 ifneq ($(call has,cscope),)215 test_make_cscope = test -f cscope.out
294 For tags/TAGS/cscope targets, you can specify more than one arch305 For tags/TAGS/cscope targets, you can choose which directories won't308 $ make IGNORE_DIRS="drivers/gpu/drm/radeon tools" cscope
116 cscope.*
60 of the cscope databases from:
1585 form, with links to corresponding cscope databases.