summaryrefslogtreecommitdiffstats
path: root/samples/hw_breakpoint
AgeCommit message (Expand)AuthorLines
2024-11-05perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak-2/+2
2023-07-26samples/hw_breakpoint: mark sample_hbp as staticChen Jiahao-1/+1
2023-07-25samples/hw_breakpoint: fix building without module unloadingArnd Bergmann-0/+2
2023-07-24samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000'Rong Tao-1/+1
2020-04-07samples/hw_breakpoint: drop use of kallsyms_lookup_name()Will Deacon-2/+7
2020-04-07samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writesWill Deacon-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2011-07-01perf: Add context field to perf_eventAvi Kivity-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-02-27percpu: Add __percpu sparse annotations to hw_breakpointTejun Heo-3/+3
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker-2/+5
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker-5/+5
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker-3/+0
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad-0/+2
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker-19/+24
2009-06-02hw-breakpoints: sample HW breakpoint over kernel data addressK.Prasad-0/+84