--- man5/proc.5 | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index 942156b..d721a3b 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -4042,13 +4042,19 @@ sampled information. timer_stats collects information about the timer events which are fired in a Linux system over a sample period: - -- the pid of the task(process) which initialized the timer -- the name of the process which initialized the timer -- the function where the timer was initialized -- the callback function which is associated to the timer -- the number of events (callbacks) - +.RS +.IP * 3 +the pid of the task(process) which initialized the timer +.IP * +the name of the process which initialized the timer +.IP * +the function where the timer was initialized +.IP * +the callback function which is associated to the timer +.IP * +the number of events (callbacks) +.RE +.IP The timer_stats functionality is inactive on bootup. A sampling period can be started using the following command: -- 2.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html