Function report |
Source Code:kernel\trace\trace_probe.h |
Create Date:2022-07-28 12:22:56 |
Last Modify:2020-03-17 20:12:35 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_probe_clear_flag
Proto:static inline void trace_probe_clear_flag(struct trace_probe *tp, unsigned int flag)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_probe * | tp | |
unsigned int | flag |
270 | For TP_FLAG_* &= ~flag |
Name | Describe |
---|---|
enable_trace_kprobe | Enable trace_probe* if the file is NULL, enable "perf" handler, or enable "trace" handler. |
disable_trace_kprobe | Disable trace_probe* if the file is NULL, disable "perf" handler, or disable "trace" handler. |
trace_probe_remove_file | |
probe_event_enable | |
probe_event_disable |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |