Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/bpf/
DMakefile273 PHONY += force cscope tags check check_abi check_version
276 cscope: target
277 ls *.c *.h > cscope.files
278 cscope -b -q -I $(srctree)/include -f cscope.out
D.gitignore6 cscope.*
/Linux-v6.6/scripts/
Dtags.sh135 (echo \-k; echo \-q; all_target_sources) > cscope.files
136 cscope -b -f cscope.out
/Linux-v6.6/tools/testing/selftests/kvm/
DMakefile259 EXTRA_CLEAN += $(LIBKVM_OBJS) $(TEST_DEP_FILES) $(TEST_GEN_OBJ) $(SPLIT_TESTS_OBJS) cscope.*
278 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. target
279 cscope: target
280 $(RM) cscope.*
284 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
285 cscope -b
/Linux-v6.6/Documentation/admin-guide/
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-v6.6/
D.gitignore125 # cscope files
126 cscope.*
DMakefile276 cscope gtags TAGS tags help% %docs check% coccicheck \
1946 tags TAGS cscope gtags: FORCE target
/Linux-v6.6/tools/perf/
D.gitignore27 cscope*
DMakefile.perf204 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
907 cscope:
908 $(QUIET_GEN)$(RM) cscope*; \
909 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
1133 …RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VER…
1185 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
/Linux-v6.6/tools/perf/tests/
Dmake102 make_cscope := cscope
194 ifneq ($(call has,cscope),)
208 test_make_cscope = test -f cscope.out
/Linux-v6.6/Documentation/kbuild/
Dkbuild.rst278 For tags/TAGS/cscope targets, you can specify more than one arch
289 For tags/TAGS/cscope targets, you can choose which directories won't
292 $ make IGNORE_DIRS="drivers/gpu/drm/radeon tools" cscope
/Linux-v6.6/Documentation/
Ddontdiff116 cscope.*
/Linux-v6.6/Documentation/RCU/
Drcu.rst60 of the cscope databases from:
DRTFP.txt1585 form, with links to corresponding cscope databases.