]> git.neil.brown.name Git - history.git/commit
[PATCH] oprofile - i386 driver
authorJohn Levon <levon@movementarian.org>
Tue, 15 Oct 2002 11:31:02 +0000 (04:31 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 15 Oct 2002 11:31:02 +0000 (04:31 -0700)
commitb4d5af77e256915a637d4b4de8b8f6c48c3764bb
tree1064d2e0538743b0ed7a9416b79fedda96e610a2
parent99ee21eefb9e88a850072e7dab6f0f078f560ece
[PATCH] oprofile - i386 driver

Finally, add the i386 timer-interrupt and perfctr drivers for i386
12 files changed:
arch/i386/Makefile
arch/i386/config.in
arch/i386/oprofile/Config.help [new file with mode: 0644]
arch/i386/oprofile/Config.in [new file with mode: 0644]
arch/i386/oprofile/Makefile [new file with mode: 0644]
arch/i386/oprofile/init.c [new file with mode: 0644]
arch/i386/oprofile/nmi_int.c [new file with mode: 0644]
arch/i386/oprofile/op_counter.h [new file with mode: 0644]
arch/i386/oprofile/op_model_athlon.c [new file with mode: 0644]
arch/i386/oprofile/op_model_ppro.c [new file with mode: 0644]
arch/i386/oprofile/op_x86_model.h [new file with mode: 0644]
arch/i386/oprofile/timer_int.c [new file with mode: 0644]