Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:enable_boot_kprobe_events

Proto:static __init void enable_boot_kprobe_events(void)

Type:void

Parameter:Nothing

1651  tr = The global tracer (top) should be the first trace array added,* but we check the flag anyway.
1656  mutex_lock( & event_mutex)
1657  r_each_trace_kprobe - iterate over the trace_kprobe list*@pos: the struct trace_kprobe * for each entry*@dpos: the struct dyn_event * to use as a loop cursor(tk, pos)
1658  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.(file, & events, list)
1659  If event_call == trace_probe_event_call( & tp) Then trace_event_enable_disable(file, 1, 0)
1662  mutex_unlock - release the mutex*@lock: the mutex to be released* Unlock a mutex that has been locked by this task previously.* This function must not be used in interrupt context. Unlocking* of a not locked mutex is not allowed.
Caller
NameDescribe
setup_boot_kprobe_events