Lines Matching refs:statistics
2 Per-task statistics interface
7 per-process statistics from the kernel to userspace.
11 - efficiently provide statistics during lifetime of a task and on its exit
30 To get statistics during a task's lifetime, userspace opens a unicast netlink
32 The response contains statistics for a task (if pid is specified) or the sum of
33 statistics for all tasks of the process (if tgid is specified).
35 To obtain statistics for tasks which are exiting, the userspace listener
37 one of the cpus in the cpumask, its per-pid statistics are sent to the
48 for reporting delay accounting statistics. Users can register cpumasks,
81 the task/process for which userspace wants statistics.
126 accumulates each exiting task's statistics into a process-wide data structure.
168 To avoid losing statistics, userspace should do one or more of the following: