Function report |
Source Code:kernel\trace\trace_kprobe.c |
Create Date:2022-07-28 12:39:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_kprobe_has_same_kprobe
Proto:static bool trace_kprobe_has_same_kprobe(struct trace_kprobe *orig, struct trace_kprobe *comp)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_kprobe * | orig | |
struct trace_kprobe * | comp |
566 | If strcmp(trace_kprobe_symbol(orig), trace_kprobe_symbol(comp)) || trace_kprobe_offset(orig) != trace_kprobe_offset(comp) Then Continue |
576 | If strcmp( Command of this argument , Command of this argument ) Then Break |
585 | Return false |
Name | Describe |
---|---|
append_trace_kprobe |
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 |