commit | 42ed458aa51337357d7632c64aed4528f923e829 | [log] [tgz] |
---|---|---|
author | Stephane Eranian <eranian@hpl.hp.com> | Thu Dec 07 02:14:01 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:01 2006 +0100 |
tree | 7ac9aafa6d995bcca812c679fc56b2fd15ab8916 | |
parent | d7731c0ff69dc3f18ea020257e627dae4d214fdb [diff] |
[PATCH] i386: i386 add X86_FEATURE_PEBS and detection Here is a patch (used by perfmon2) to detect the presence of the Precise Event Based Sampling (PEBS) feature for i386. The patch also adds the cpu_has_pebs macro. - adds X86_FEATURE_PEBS - adds cpu_has_pebs to test for X86_FEATURE_PEBS Signed-off-by: stephane eranian <eranian@hpl.hp.com> Signed-off-by: Andi Kleen <ak@suse.de> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org>