Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/kbuild/
H A Dkbuild.rst276 对于 tags/TAGS/cscope 目标,可以指定包含在数据库中的多个架构,用空格分隔。例如::
286 对于 tags/TAGS/cscope 目标,可以选择不包含在数据库中的目录,用空格分隔。例如::
288 $ make IGNORE_DIRS="drivers/gpu/drm/radeon tools" cscope
/linux-6.15/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-6.15/scripts/
H A Dtags.sh130 (echo \-k; echo \-q; all_target_sources) > cscope.files
131 cscope -b -f cscope.out
/linux-6.15/tools/testing/selftests/kvm/
H A DMakefile.kvm289 cscope.*
309 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib ..
310 cscope:
311 $(RM) cscope.*
315 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
316 cscope -b
/linux-6.15/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 c"scope -d -p10" to
200 enter into the browsing session. cscope by default cscope.out database.
/linux-6.15/
H A D.gitignore137 # cscope files
138 cscope.*
H A DMakefile295 cscope gtags TAGS tags help% %docs check% coccicheck \
2036 tags TAGS cscope gtags: FORCE target
/linux-6.15/tools/perf/
H A D.gitignore27 cscope*
H A DMakefile.perf228 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
1049 cscope:
1050 $(QUIET_GEN)$(RM) cscope*; \
1051 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
1283 $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \
1338 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
/linux-6.15/tools/perf/tests/
H A Dmake103 make_cscope := cscope
198 ifneq ($(call has,cscope),)
212 test_make_cscope = test -f cscope.out
/linux-6.15/Documentation/kbuild/
H A Dkbuild.rst311 For tags/TAGS/cscope targets, you can specify more than one arch
322 For tags/TAGS/cscope targets, you can choose which directories won't
325 $ make IGNORE_DIRS="drivers/gpu/drm/radeon tools" cscope
/linux-6.15/Documentation/RCU/
H A Drcu.rst60 of the cscope databases from:
H A DRTFP.txt1585 form, with links to corresponding cscope databases.
/linux-6.15/scripts/bash-completion/
H A Dmake422 tags TAGS cscope gtags