Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_events_trigger.c Create Date:2022-07-28 12:26:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:d_named_trigger - Find the common named trigger associated with @name*@name: The name of the set of named triggers to find the common data for* Named triggers are sets of triggers that share a common set of* trigger data

Proto:struct event_trigger_data *find_named_trigger(const char *name)

Type:struct event_trigger_data

Parameter:

TypeParameterName
const char *name
799  If Not name Then Return NULL
803  If named_data Then Continue
805  If strcmp(name, name) == 0 Then Return data
809  Return NULL
Caller
NameDescribe
hist_register_trigger
have_hist_trigger_match
hist_trigger_check_refs
hist_unregister_trigger