public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] proc.5: ffix timer_stats output
@ 2014-08-02 21:39 Simon Paillard
       [not found] ` <1407015543-32164-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Paillard @ 2014-08-02 21:39 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

---
 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)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] proc.5: ffix timer_stats output
       [not found] ` <1407015543-32164-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-08-02 23:47   ` Simon Paillard
       [not found]     ` <20140802234755.GP32136-xazfMhTT2R0@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Paillard @ 2014-08-02 23:47 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi,

Actually I think this part could be even removed instead of reformatted,
because it's almost a copy of the later enumeration of the columns of
/proc/timer_stats format some lines below.

Best regards.

On Sat, Aug 02, 2014 at 11:39:03PM +0200, Simon Paillard wrote:
> ---
>  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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Simon Paillard
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] proc.5: ffix timer_stats output
       [not found]     ` <20140802234755.GP32136-xazfMhTT2R0@public.gmane.org>
@ 2014-08-03 10:39       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-08-03 10:39 UTC (permalink / raw)
  To: Simon Paillard, linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

On 08/03/2014 01:47 AM, Simon Paillard wrote:
> Hi,
> 
> Actually I think this part could be even removed instead of reformatted,
> because it's almost a copy of the later enumeration of the columns of
> /proc/timer_stats format some lines below.

Yes, I think that's the right thing. I think I accidentally left that
in when editing the original patch. I've removed.

Cheers,

Michael


> Best regards.
> 
> On Sat, Aug 02, 2014 at 11:39:03PM +0200, Simon Paillard wrote:
>> ---
>>  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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-03 10:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-02 21:39 [PATCH] proc.5: ffix timer_stats output Simon Paillard
     [not found] ` <1407015543-32164-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-08-02 23:47   ` Simon Paillard
     [not found]     ` <20140802234755.GP32136-xazfMhTT2R0@public.gmane.org>
2014-08-03 10:39       ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox