Home
last modified time | relevance | path

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

12

/openbmc/hiomapd/
H A DMakefile.am57 cscope.files: clean-cscope cscopelist-unique
60 sort -u cscope.files > cscope.files.u && mv cscope.files.u cscope.files
H A D.gitignore53 /cscope.*
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cscope/
H A Dcscope_15.9.bb12 HOMEPAGE = "http://cscope.sourceforge.net/"
21 SRC_URI = "http://downloads.sourceforge.net/project/cscope/cscope/v${PV}/${BP}.tar.gz"
/openbmc/linux/tools/lib/bpf/
H A 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
H A D.gitignore6 cscope.*
/openbmc/linux/tools/testing/selftests/kvm/
H A 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
/openbmc/linux/scripts/
H A Dtags.sh135 (echo \-k; echo \-q; all_target_sources) > cscope.files
136 cscope -b -f cscope.out
/openbmc/u-boot/
H A D.gitignore75 # cscope files
76 cscope.*
H A DMakefile1702 cscope: target
1704 cscope.files
1705 cscope -b -q -k
1765 ctags etags tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
/openbmc/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 c"scope -d -p10" to
200 enter into the browsing session. cscope by default cscope.out database.
/openbmc/linux/
H A D.gitignore125 # cscope files
126 cscope.*
H A DMakefile276 cscope gtags TAGS tags help% %docs check% coccicheck \
1954 tags TAGS cscope gtags: FORCE target
/openbmc/qemu/
H A D.gitignore11 cscope.*
H A DMakefile29 UNCHECKED_GOALS := TAGS gtags cscope ctags dist \
/openbmc/phosphor-host-ipmid/
H A D.gitignore8 .cscope/
/openbmc/libmctp/
H A D.gitignore13 cscope.*
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian.docker153 # netmap/cscope/global
156 cscope\
/openbmc/linux/tools/perf/
H A D.gitignore27 cscope*
H A DMakefile.perf208 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
911 cscope:
912 $(QUIET_GEN)$(RM) cscope*; \
913 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
1137 …RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VER…
1189 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
/openbmc/phosphor-mboxd/
H A D.gitignore53 /cscope.*
/openbmc/linux/tools/perf/tests/
H A Dmake102 make_cscope := cscope
194 ifneq ($(call has,cscope),)
208 test_make_cscope = test -f cscope.out
/openbmc/linux/Documentation/kbuild/
H A 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
/openbmc/linux/Documentation/
H A Ddontdiff116 cscope.*
/openbmc/linux/Documentation/RCU/
H A Drcu.rst60 of the cscope databases from:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb227 cscope \

12