Lines Matching refs:statistics
1 Per-task statistics interface
6 per-process statistics from the kernel to userspace.
10 - efficiently provide statistics during lifetime of a task and on its exit
29 To get statistics during a task's lifetime, userspace opens a unicast netlink
31 The response contains statistics for a task (if pid is specified) or the sum of
32 statistics for all tasks of the process (if tgid is specified).
34 To obtain statistics for tasks which are exiting, the userspace listener
36 one of the cpus in the cpumask, its per-pid statistics are sent to the
47 for reporting delay accounting statistics. Users can register cpumasks,
80 the task/process for which userspace wants statistics.
125 accumulates each exiting task's statistics into a process-wide data structure.
167 To avoid losing statistics, userspace should do one or more of the following: