Home
last modified time | relevance | path

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

/openbmc/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统计信息
/openbmc/linux/include/uapi/linux/
H A Dtaskstats.h227 TASKSTATS_TYPE_STATS, /* taskstats structure */ enumerator
/openbmc/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
/openbmc/linux/tools/accounting/
H A Dprocacct.c241 case TASKSTATS_TYPE_STATS: in handle_aggr()
H A Dgetdelays.c514 case TASKSTATS_TYPE_STATS: in main()
/openbmc/linux/kernel/
H A Dtaskstats.c394 ret = nla_reserve_64bit(skb, TASKSTATS_TYPE_STATS, in mk_reply()