aboutsummaryrefslogtreecommitdiff
path: root/samples/hw_breakpoint
AgeCommit message (Expand)AuthorFilesLines
2023-07-26samples/hw_breakpoint: mark sample_hbp as staticGravatar Chen Jiahao 1-1/+1
2023-07-25samples/hw_breakpoint: fix building without module unloadingGravatar Arnd Bergmann 1-0/+2
2023-07-24samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'Gravatar Rong Tao 1-1/+1
2020-04-07samples/hw_breakpoint: drop use of kallsyms_lookup_name()Gravatar Will Deacon 1-2/+7
2020-04-07samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writesGravatar Will Deacon 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2011-07-01perf: Add context field to perf_eventGravatar Avi Kivity 1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfaceGravatar Peter Zijlstra 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-02-27percpu: Add __percpu sparse annotations to hw_breakpointGravatar Tejun Heo 1-3/+3
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackGravatar Frederic Weisbecker 1-2/+5
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsGravatar Frederic Weisbecker 1-5/+5
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsGravatar Frederic Weisbecker 1-3/+0
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesGravatar K.Prasad 1-0/+2
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleGravatar Frederic Weisbecker 1-19/+24
2009-06-02hw-breakpoints: sample HW breakpoint over kernel data addressGravatar K.Prasad 2-0/+84