README revision cc2ee177dbb3befca43e36cfc56778b006c3d050
1This is an alpha release version of oprofile, a transparent
2low-overhead system-wide profiler.
3
4You can find some documentation in the doc/ directory.
5
6Please visit the oprofile website at : http://oprofile.sf.net/
7
8oprofile was written by John Levon <levon@movementarian.org>
9and Philippe Elie <phil.el@wanadoo.fr>.
10
11Dave Jones <davej@suse.de> provided bug fixes and support for
12the AMD Athlon, and AMD Hammer families of CPUs.
13
14Bob Montgomery <bobm@fc.hp.com> provided bug fixes, the initial RTC
15driver and the initial ia64 driver.
16
17Will Cohen <wcohen@redhat.com> integrated the ia64 driver into the
18oprofile release, and contributed bug fixes and several cleanups.
19
20Graydon Hoare <graydon@redhat.com> provided P4 port, bug fixes and cleanups.
21
22Ralf Baechle <ralf@linux-mips.org> provided the MIPS port.
23
24Other contributors are listed in the ChangeLog.
25
26Building
27--------
28
29Please read the installation instructions in doc/oprofile.html or
30http://oprofile.sourceforge.net/doc/install.html.
31
32Quick start :
33
34(If using CVS: ./autogen.sh first. You need automake 1.5 or higher. You
35can specify a different version, e.g.
36ACLOCAL=aclocal-1.5 AUTOMAKE=automake-1.5 AUTOCONF=autoconf-2.13 AUTOHEADER=autoheader-2.13 ./autogen.sh)
37
382.4 kernels
39
40	./configure --with-linux=/path/to/kernel/source
41
422.6 kernels
43
44	./configure --with-kernel-support
45