Function report |
Source Code:kernel\trace\trace_probe.c |
Create Date:2022-07-28 12:43:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:traceprobe_set_print_fmt
Proto:int traceprobe_set_print_fmt(struct trace_probe *tp, bool is_return)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_probe * | tp | |
bool | is_return |
905 | call = trace_probe_event_call(tp) |
910 | len = __set_print_fmt(tp, NULL, 0, is_return) |
911 | print_fmt = Allocation memory |
916 | __set_print_fmt(tp, print_fmt, len + 1, is_return) |
919 | Return 0 |
Name | Describe |
---|---|
trace_uprobe_create | |
trace_kprobe_create |
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 |