aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hw_breakpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14perf_event: Convert to raw_spinlockThomas Gleixner1-2/+2
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker1-10/+32
2009-12-08perf: hw_breakpoints: Fix percpu namespace clashStephen Rothwell1-7/+7
2009-12-07hw-breakpoints: Fix task-bound breakpoint slot allocationFrederic Weisbecker1-29/+45
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker1-12/+5
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker1-4/+3
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker1-31/+4
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker1-69/+18
2009-11-26kernel/hw_breakpoint.c: Fix local/global shadowingAndrew Morton1-6/+6
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker1-2/+2
2009-11-23hw-breakpoints: Check the breakpoint params from perf toolsFrederic Weisbecker1-1/+10
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad1-0/+4
2009-11-22hw-breakpoints: Remove x86 specific headers from core fileFrederic Weisbecker1-6/+0
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker1-1/+2
2009-11-08hw-breakpoints: Arbitrate access to pmu following registers constraintsFrederic Weisbecker1-6/+205
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-254/+170
2009-06-02hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad1-0/+378