Function report |
Source Code:kernel\trace\trace_probe.h |
Create Date:2022-07-28 12:22:48 |
Last Modify:2020-03-17 20:12:35 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_loc_data
Proto:static inline __attribute__((__always_inline__)) void *get_loc_data(unsigned int *dl, void *ent)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int * | dl | |
void * | ent |
67 | Return ent + get_loc_offs( * dl) |
Name | Describe |
---|---|
fetch_store_string | Fetch a null-terminated string. Caller MUST set *(u32 *)buf with max* length and relative data location. |
fetch_store_string_user | Fetch a null-terminated string from user. Caller MUST set *(u32 *)buf* with max length and relative data location. |
print_type_string | Print type function for string type |
fetch_store_string | Fetch a null-terminated string. Caller MUST set *(u32 *)dest with max* length and relative data location. |
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 |