Home
last modified time | relevance | path

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

/linux/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/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
[all...]
/linux/tools/testing/selftests/kvm/
H 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
/linux/tools/lib/bpf/
H A D.gitignore6 cscope.*
/linux/
H A D.gitignore139 # cscope files
140 cscope.*
H A DMakefile295 cscope gtags TAGS tags help% %docs check% coccicheck \
1632 -o -name 'core' -o -name tags -o -name TAGS -o -name 'cscope*' \
1678 @echo ' cscope - Generate cscope index'
2044 tags TAGS cscope gtags: FORCE target
/linux/tools/perf/
H A D.gitignore27 cscope*
H A DMakefile.perf225 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
1007 @echo ' cscope - use cscope to make interactive browsing database'
1048 cscope:
1049 $(QUIET_GEN)$(RM) cscope*; \
1050 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILES)
1286 $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \
1341 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
/linux/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/Documentation/RCU/
H A Drcu.rst60 of the cscope databases from:
H A DRTFP.txt1585 form, with links to corresponding cscope databases.
/linux/scripts/bash-completion/
H A Dmake422 tags TAGS cscope gtags