Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__add_event_to_tracers

Proto:static void __add_event_to_tracers(struct trace_event_call *call)

Type:void

Parameter:

TypeParameterName
struct trace_event_call *call
2921  list_for_each_entry - iterate over list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(tr, & ftrace_trace_arrays, list)
2922  Add an event to a trace directory
Caller
NameDescribe
trace_add_event_callAdd an additional event_call dynamically
trace_module_add_events