Home
last modified time | relevance | path

Searched refs:TASKSTATS_TYPE_STATS (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/translations/zh_CN/accounting/
H A Dtaskstats.rst89 c) TASKSTATS_TYPE_STATS:本属性的载荷为一个struct taskstats实例。每pid和
96 c) TASKSTATS_TYPE_STATS:包含退出任务的每pid统计信息
99 f) TASKSTATS_TYPE_STATS:包含退出任务所属进程的每tgid统计信息
/linux/include/uapi/linux/
H A Dtaskstats.h255 TASKSTATS_TYPE_STATS, /* taskstats structure */ enumerator
/linux/Documentation/accounting/
H A Dtaskstats.rst102 c) TASKSTATS_TYPE_STATS: attribute with a struct taskstats as payload. The
110 c) TASKSTATS_TYPE_STATS: contains the exiting task's per-pid stats
113 f) TASKSTATS_TYPE_STATS: contains the per-tgid stats for exiting task's process
/linux/tools/accounting/
H A Dprocacct.c241 case TASKSTATS_TYPE_STATS: in handle_aggr()
H A Dgetdelays.c564 case TASKSTATS_TYPE_STATS: in main()
H A Ddelaytop.c506 if (nested->nla_type == TASKSTATS_TYPE_STATS) { in fetch_and_fill_task_info()
/linux/kernel/
H A Dtaskstats.c393 ret = nla_reserve_64bit(skb, TASKSTATS_TYPE_STATS, in mk_reply()