]> git.neil.brown.name Git - history.git/commit
[PATCH] oprofile - timer hook
authorJohn Levon <levon@movementarian.org>
Tue, 15 Oct 2002 11:30:38 +0000 (04:30 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 15 Oct 2002 11:30:38 +0000 (04:30 -0700)
commit120790b8fe2d901d99f459a567fefbb35c2d15e1
treea3abac277c8b40f171364bedb3f2309ceb2062b0
parent7e1aee05c99cfbb7e5cf33bae11ab9fa8df6c57c
[PATCH] oprofile - timer hook

This implements a simple hook into the profiling timer for x86 so that
non-perfctr machines can still use oprofile.  This has proven useful for
laptops and the like.

It also reduces header dependencies a bit by centralising readprofile
code
14 files changed:
arch/i386/kernel/Makefile
arch/i386/kernel/apic.c
arch/i386/kernel/i386_ksyms.c
arch/i386/kernel/profile.c [new file with mode: 0644]
arch/i386/kernel/time.c
arch/i386/mach-generic/do_timer.h
arch/i386/mach-visws/do_timer.h
fs/proc/proc_misc.c
include/asm-i386/hw_irq.h
include/linux/profile.h
include/linux/sched.h
init/main.c
kernel/profile.c
kernel/timer.c