summaryrefslogtreecommitdiff
path: root/README
blob: f754fcd1dfd31c266847a0b0f1569c60f9da3ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Cscope is a text screen based source browsing tool.  Although it is
primarily designed to search C code (including lex and yacc files), it
can also be used for C++ code.

Using cscope, you can easily search for where symbols are used and
defined.  Cscope is designed to answer questions like:

        Where is this variable used?
        What is the value of this preprocessor symbol?
        Where is this function in the source files?
        What functions call this function?
        What functions are called by this function?
        Where does the message "out of space" come from?
        Where is this source file in the directory structure?
        What files include this header file?

It has been released by The Santa Cruz Operation, Inc as Open Source
under the BSD license.  Please look at COPYING for a detailed
description of the license.

For instructions on how to build and install cscope, see the file,
"INSTALL".

Browse to http://cscope.sourceforge.net for more current information
noscript>
authorMichael Ellerman <michael@ellerman.id.au>2013-04-25 19:28:28 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-04-26 16:11:10 +1000
commite05b9b9e5c10768ffdb5104014d0db0f093b3ac2 (patch)
treeb55c5fa32caea5216758c323da25fbbaf2eee621 /arch/powerpc/perf/power8-pmu.c
parent8f61aa325fab3a40b7c847bd35601ad99d7959c9 (diff)
powerpc/perf: Power8 PMU support
This patch adds support for the power8 PMU to perf. Work is ongoing to add generic cache events. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Acked-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/perf/power8-pmu.c')