Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H 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
H A D.gitignore6 cscope.*
/linux/scripts/
H A Dtags.sh3 # Generate tags or cscope files
6 # mode may be any of: tags, gtags, TAGS, cscope
17 # tags and cscope files should also ignore MODVERSION *.mod.c files
27 # Use make KBUILD_ABS_SRCTREE=1 {tags|cscope}
130 (echo \-k; echo \-q; all_target_sources) > cscope.files
131 cscope -b -f cscope.out
338 "cscope")
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst88 cscope is a good tool to browse kernel sources. Let's install it now::
90 sudo apt-get install cscope
179 What is cscope and how do we use it?
182 Now let’s look at `cscope <https://cscope.sourceforge.net/>`_, a command
188 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 session
197 cscope -d -p10 # starts browse session on cscope.out database
199 Note: Run "cscope -R -p10" to build the database and "cscope -d -p10" to
200 enter into the browsing session. cscope by default uses the cscope.out
/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm336 cscope.*
356 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib ..
357 cscope:
358 $(RM) cscope.*
362 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
363 cscope -b
/linux/
H A D.gitignore140 # cscope files
141 cscope.*
H A DMakefile295 cscope gtags TAGS tags help% %docs check% coccicheck \
2134 tags TAGS cscope gtags: FORCE target
/linux/tools/perf/
H A D.gitignore27 cscope*
H A DMakefile.perf224 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
1043 cscope:
1044 $(QUIET_GEN)$(RM) cscope*; \
1045 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
1298 TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \
1349 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
/linux/tools/perf/tests/
H A Dmake103 make_cscope := cscope
204 ifneq ($(call has,cscope),)
218 test_make_cscope = test -f cscope.out
/linux/Documentation/RCU/
H A Drcu.rst60 of the cscope databases from: