All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] perf_event_open.2: ffix
@ 2013-07-22 19:01 David Prévot
       [not found] ` <1374519679-1390-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: David Prévot @ 2013-07-22 19:01 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man2/perf_event_open.2 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index 60de993..b1a7114 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -1618,8 +1618,7 @@ or else the maximum record size.
 is the stack data.
 .I dyn_size
 is the amount of data actually dumped (can be less than
-.I size
-).
+.IR size ).
 .TP
 .I weight
 If
-- 
1.8.3.2

--
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 related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] perf_event_open.2: cfix
       [not found] ` <1374519679-1390-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-07-22 19:01   ` David Prévot
       [not found]     ` <1374519679-1390-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2013-07-23 11:26   ` [PATCH 1/2] perf_event_open.2: ffix Michael Kerrisk (man-pages)
  1 sibling, 1 reply; 6+ messages in thread
From: David Prévot @ 2013-07-22 19:01 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man2/perf_event_open.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index b1a7114..ef89b05 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -1673,7 +1673,7 @@ memory hierarchy level hit or miss, a bitwise combination of
 .B PERF_MEM_LVL_REM_CCE1
 (remote cache 1 hop),
 .B PERF_MEM_LVL_REM_CCE2
-(remote Cache 2 hops),
+(remote cache 2 hops),
 .B PERF_MEM_LVL_IO
 (I/O memory), and
 .B PERF_MEM_LVL_UNC
-- 
1.8.3.2

--
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 related	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] perf_event_open.2: cfix
       [not found]     ` <1374519679-1390-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-07-23 11:26       ` Michael Kerrisk (man-pages)
       [not found]         ` <51EE6858.1050607-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-07-23 11:26 UTC (permalink / raw)
  To: David Prévot
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA, Vince Weaver

On 07/22/13 21:01, David Prévot wrote:
> ---
>  man2/perf_event_open.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

David,

I'm not so sure that the change below is correct. Maybe Vince has some
input.

Cheers,

Michael


> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
> index b1a7114..ef89b05 100644
> --- a/man2/perf_event_open.2
> +++ b/man2/perf_event_open.2
> @@ -1673,7 +1673,7 @@ memory hierarchy level hit or miss, a bitwise combination of
>  .B PERF_MEM_LVL_REM_CCE1
>  (remote cache 1 hop),
>  .B PERF_MEM_LVL_REM_CCE2
> -(remote Cache 2 hops),
> +(remote cache 2 hops),
>  .B PERF_MEM_LVL_IO
>  (I/O memory), and
>  .B PERF_MEM_LVL_UNC

--
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] 6+ messages in thread

* Re: [PATCH 1/2] perf_event_open.2: ffix
       [not found] ` <1374519679-1390-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2013-07-22 19:01   ` [PATCH 2/2] perf_event_open.2: cfix David Prévot
@ 2013-07-23 11:26   ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-07-23 11:26 UTC (permalink / raw)
  To: David Prévot
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, David. Applied.

M


On 07/22/13 21:01, David Prévot wrote:
> ---
>  man2/perf_event_open.2 | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
> index 60de993..b1a7114 100644
> --- a/man2/perf_event_open.2
> +++ b/man2/perf_event_open.2
> @@ -1618,8 +1618,7 @@ or else the maximum record size.
>  is the stack data.
>  .I dyn_size
>  is the amount of data actually dumped (can be less than
> -.I size
> -).
> +.IR size ).
>  .TP
>  .I weight
>  If
> 

--
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] 6+ messages in thread

* Re: [PATCH 2/2] perf_event_open.2: cfix
       [not found]         ` <51EE6858.1050607-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-07-24  0:22           ` Vince Weaver
       [not found]             ` <alpine.DEB.2.10.1307232019570.22444-6xBS8L8d439fDsnSvq7Uq4Se7xf15W0s1dQoKJhdanU@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Vince Weaver @ 2013-07-24  0:22 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages)
  Cc: David Prévot, linux-man-u79uwXL29TY76Z2rM5mHXA, Vince Weaver

[-- Attachment #1: Type: TEXT/PLAIN, Size: 961 bytes --]

On Tue, 23 Jul 2013, Michael Kerrisk (man-pages) wrote:

> On 07/22/13 21:01, David Prévot wrote:
> > ---
> >  man2/perf_event_open.2 | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> I'm not so sure that the change below is correct. Maybe Vince has some
> input.

it's probably best to have consistent capitalization, and lower case 
is probably fine.

I should research further what "remote cache 2 hops" really means, but 
that is probably a job for another day.

Vince



> > diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
> > index b1a7114..ef89b05 100644
> > --- a/man2/perf_event_open.2
> > +++ b/man2/perf_event_open.2
> > @@ -1673,7 +1673,7 @@ memory hierarchy level hit or miss, a bitwise combination of
> >  .B PERF_MEM_LVL_REM_CCE1
> >  (remote cache 1 hop),
> >  .B PERF_MEM_LVL_REM_CCE2
> > -(remote Cache 2 hops),
> > +(remote cache 2 hops),
> >  .B PERF_MEM_LVL_IO
> >  (I/O memory), and
> >  .B PERF_MEM_LVL_UNC
> 
> 

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

* Re: [PATCH 2/2] perf_event_open.2: cfix
       [not found]             ` <alpine.DEB.2.10.1307232019570.22444-6xBS8L8d439fDsnSvq7Uq4Se7xf15W0s1dQoKJhdanU@public.gmane.org>
@ 2013-07-27 10:14               ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-07-27 10:14 UTC (permalink / raw)
  To: Vince Weaver
  Cc: Michael Kerrisk (man-pages),
	David Prévot, linux-man-u79uwXL29TY76Z2rM5mHXA

On 07/24/13 02:22, Vince Weaver wrote:
> On Tue, 23 Jul 2013, Michael Kerrisk (man-pages) wrote:
> 
>> On 07/22/13 21:01, David Prévot wrote:
>>> ---
>>>  man2/perf_event_open.2 | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> I'm not so sure that the change below is correct. Maybe Vince has some
>> input.
> 
> it's probably best to have consistent capitalization, and lower case 
> is probably fine.
> 
> I should research further what "remote cache 2 hops" really means, but 
> that is probably a job for another day.

Okay. I've applied the patch.

Cheers,

Michael


>>> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
>>> index b1a7114..ef89b05 100644
>>> --- a/man2/perf_event_open.2
>>> +++ b/man2/perf_event_open.2
>>> @@ -1673,7 +1673,7 @@ memory hierarchy level hit or miss, a bitwise combination of
>>>  .B PERF_MEM_LVL_REM_CCE1
>>>  (remote cache 1 hop),
>>>  .B PERF_MEM_LVL_REM_CCE2
>>> -(remote Cache 2 hops),
>>> +(remote cache 2 hops),
>>>  .B PERF_MEM_LVL_IO
>>>  (I/O memory), and
>>>  .B PERF_MEM_LVL_UNC
>>

--
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] 6+ messages in thread

end of thread, other threads:[~2013-07-27 10:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22 19:01 [PATCH 1/2] perf_event_open.2: ffix David Prévot
     [not found] ` <1374519679-1390-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-07-22 19:01   ` [PATCH 2/2] perf_event_open.2: cfix David Prévot
     [not found]     ` <1374519679-1390-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-07-23 11:26       ` Michael Kerrisk (man-pages)
     [not found]         ` <51EE6858.1050607-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-07-24  0:22           ` Vince Weaver
     [not found]             ` <alpine.DEB.2.10.1307232019570.22444-6xBS8L8d439fDsnSvq7Uq4Se7xf15W0s1dQoKJhdanU@public.gmane.org>
2013-07-27 10:14               ` Michael Kerrisk (man-pages)
2013-07-23 11:26   ` [PATCH 1/2] perf_event_open.2: ffix Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.