Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_probe.h Create Date:2022-07-28 12:22:57
Last Modify:2020-03-17 20:12:35 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_probe_is_enabled

Proto:static inline bool trace_probe_is_enabled(struct trace_probe *tp)

Type:bool

Parameter:

TypeParameterName
struct trace_probe *tp
275  Return trace_probe_test_flag(tp, Flags for trace_probe | TP_FLAG_PROFILE)
Caller
NameDescribe
trace_kprobe_is_busy
enable_trace_kprobeEnable trace_probe* if the file is NULL, enable "perf" handler, or enable "trace" handler.
disable_trace_kprobeDisable trace_probe* if the file is NULL, disable "perf" handler, or disable "trace" handler.
__register_trace_kprobeInternal register function - just handle k*probes and flags
unregister_trace_kprobeUnregister a trace_probe and probe_event
trace_uprobe_is_busy
probe_event_enable
probe_event_disable