Function report |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-28 09:39:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sched_trace_cfs_rq_path
Proto:char *sched_trace_cfs_rq_path(struct cfs_rq *cfs_rq, char *str, int len)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
struct cfs_rq * | cfs_rq | |
char * | str | |
int | len |
10873 | If Not cfs_rq Then |
10874 | If str Then Copy a NUL terminated string into a sized buffer |
10876 | Else Return NULL |
10880 | cfs_rq_tg_path(cfs_rq, str, len) |
10881 | Return str |
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 |