Function report |
Source Code:kernel\taskstats.c |
Create Date:2022-07-28 11:49:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cmd_attr_tgid
Proto:static int cmd_attr_tgid(struct genl_info *info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct genl_info * | info |
519 | size = taskstats_packet_size() |
521 | rc = prepare_reply(info, TASKSTATS_CMD_NEW, & rep_skb, size) |
527 | stats = mk_reply(rep_skb, TASKSTATS_TYPE_TGID, tgid) |
531 | rc = fill_stats_for_tgid(tgid, stats) |
535 | err : |
537 | Return rc |
Name | Describe |
---|---|
taskstats_user_cmd |
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 |