Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\hw_breakpoint.c Create Date:2022-07-28 13:43:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:register_hw_breakpoint - unregister a user-space hardware breakpoint*@bp: the breakpoint structure to unregister

Proto:void unregister_hw_breakpoint(struct perf_event *bp)

Type:void

Parameter:

TypeParameterName
struct perf_event *bp
527  If Not bp Then Return
529  Kill an event dead; while event:refcount will preserve the event* object, it will not preserve its functionality. Once the last 'user'* gives up the object, we'll destroy the thing.
Caller
NameDescribe
unregister_wide_hw_breakpointregister_wide_hw_breakpoint - unregister a wide breakpoint in the kernel*@cpu_events: the per cpu set of events to unregister