* [PATCH 1/3] perf_event_open.2: tfix
@ 2013-11-17 16:16 David Prévot
[not found] ` <1384704976-3877-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 11+ messages in thread
From: David Prévot @ 2013-11-17 16:16 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
---
man2/perf_event_open.2 | 1 +
1 file changed, 1 insertion(+)
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index 1889689..584d9d5 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -700,6 +700,7 @@ settings.
Parsing the event stream properly was not possible because the
format of the record was needed to find SAMPLE_ID, but
the the format could not be found without knowing what
+the format could not be found without knowing what
event the sample belonged to (causing a circular
dependency).
--
1.8.4.3
--
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] 11+ messages in thread[parent not found: <1384704976-3877-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* [PATCH 2/3] perf_event_open.2: ffix [not found] ` <1384704976-3877-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2013-11-17 16:16 ` David Prévot 2013-11-17 16:16 ` [PATCH 3/3] perf_event_open.2: pfix David Prévot 2013-11-17 18:26 ` [PATCH 1/3] perf_event_open.2: tfix Andre Majorel 2 siblings, 0 replies; 11+ messages in thread From: David Prévot @ 2013-11-17 16:16 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot --- man2/perf_event_open.2 | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 584d9d5..9d37b44 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -654,7 +654,8 @@ Records a unique ID for the opened event. Unlike .B PERF_SAMPLE_ID the actual ID is returned, not the group leader. -This ID is the same as the one returned by PERF_FORMAT_ID. +This ID is the same as the one returned by +.BR PERF_FORMAT_ID . .TP .B PERF_SAMPLE_RAW Records additional data, if applicable. @@ -689,7 +690,9 @@ This is only available if the underlying hardware supports this feature. .TP .BR PERF_SAMPLE_IDENTIFIER " (Since Linux 3.12)" -Places the SAMPLE_ID value in a fixed position in the record, +Places the +.B SAMPLE_ID +value in a fixed position in the record, either at the beginning (for sample events) or at the end (if a non-sample event). @@ -698,8 +701,9 @@ records from various different event sources with different .I sample_type settings. Parsing the event stream properly was not possible because the -format of the record was needed to find SAMPLE_ID, but -the the format could not be found without knowing what +format of the record was needed to find +.BR SAMPLE_ID , +but the format could not be found without knowing what event the sample belonged to (causing a circular dependency). @@ -707,8 +711,12 @@ dependency). This new .B PERF_SAMPLE_IDENTIFIER setting makes the event stream always parsable -by putting SAMPLE_ID in a fixed location, even though -it means having duplicate SAMPLE_ID values in records. +by putting +.B SAMPLE_ID +in a fixed location, even though +it means having duplicate +.B SAMPLE_ID +values in records. .RE .TP .IR "read_format" -- 1.8.4.3 -- 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] 11+ messages in thread
* [PATCH 3/3] perf_event_open.2: pfix [not found] ` <1384704976-3877-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 2013-11-17 16:16 ` [PATCH 2/3] perf_event_open.2: ffix David Prévot @ 2013-11-17 16:16 ` David Prévot 2013-11-17 18:26 ` [PATCH 1/3] perf_event_open.2: tfix Andre Majorel 2 siblings, 0 replies; 11+ messages in thread From: David Prévot @ 2013-11-17 16:16 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 9d37b44..d2237e2 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -2374,7 +2374,7 @@ ioctl argument was broken and would repeatedly operate on the event specified rather than iterating across all sibling events in a group. -From Linux 3.4 to Linux 3.11 the mmap +From Linux 3.4 to Linux 3.11, the mmap .I cap_usr_rdpmc and .I cap_usr_time -- 1.8.4.3 -- 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] 11+ messages in thread
* Re: [PATCH 1/3] perf_event_open.2: tfix [not found] ` <1384704976-3877-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 2013-11-17 16:16 ` [PATCH 2/3] perf_event_open.2: ffix David Prévot 2013-11-17 16:16 ` [PATCH 3/3] perf_event_open.2: pfix David Prévot @ 2013-11-17 18:26 ` Andre Majorel [not found] ` <20131117182608.GB20757-956IwFboN44acnK+F/IuxqxOck334EZe@public.gmane.org> 2 siblings, 1 reply; 11+ messages in thread From: Andre Majorel @ 2013-11-17 18:26 UTC (permalink / raw) To: David Prévot Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA On 2013-11-17 12:16 -0400, David Prévot wrote: > --- > man2/perf_event_open.2 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 > index 1889689..584d9d5 100644 > --- a/man2/perf_event_open.2 > +++ b/man2/perf_event_open.2 > @@ -700,6 +700,7 @@ settings. > Parsing the event stream properly was not possible because the > format of the record was needed to find SAMPLE_ID, but > the the format could not be found without knowing what > +the format could not be found without knowing what > event the sample belonged to (causing a circular > dependency). > > -- > 1.8.4.3 Shouldn't there be a "-" before "the the format" ? -- André Majorel http://www.teaser.fr/~amajorel/ -- 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] 11+ messages in thread
[parent not found: <20131117182608.GB20757-956IwFboN44acnK+F/IuxqxOck334EZe@public.gmane.org>]
* (unknown), [not found] ` <20131117182608.GB20757-956IwFboN44acnK+F/IuxqxOck334EZe@public.gmane.org> @ 2013-11-17 19:38 ` David Prévot [not found] ` <1384717125-6012-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: David Prévot @ 2013-11-17 19:38 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Hi, Le 17/11/2013 14:26, Andre Majorel a écrit : > Shouldn't there be a "-" before "the the format" ? Thanks, I messed up the series will trying to make it proper, following up with a fixed one. Regards David -- 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] 11+ messages in thread
[parent not found: <1384717125-6012-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* [PATCH 1/3] perf_event_open.2: tfix [not found] ` <1384717125-6012-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2013-11-17 19:38 ` David Prévot [not found] ` <1384717125-6012-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 2013-11-17 19:38 ` [PATCH 2/3] perf_event_open.2: ffix David Prévot 2013-11-17 19:38 ` [PATCH 3/3] perf_event_open.2: pfix David Prévot 2 siblings, 1 reply; 11+ messages in thread From: David Prévot @ 2013-11-17 19:38 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 1889689..9eb92cb 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -699,7 +699,7 @@ records from various different event sources with different settings. Parsing the event stream properly was not possible because the format of the record was needed to find SAMPLE_ID, but -the the format could not be found without knowing what +the format could not be found without knowing what event the sample belonged to (causing a circular dependency). -- 1.8.4.3 -- 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] 11+ messages in thread
[parent not found: <1384717125-6012-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH 1/3] perf_event_open.2: tfix [not found] ` <1384717125-6012-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2013-12-09 5:43 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 11+ messages in thread From: Michael Kerrisk (man-pages) @ 2013-12-09 5:43 UTC (permalink / raw) To: David Prévot Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Thanks. Applied! Cheers, Michael On 11/17/13 11:38, David Prévot wrote: > --- > 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 1889689..9eb92cb 100644 > --- a/man2/perf_event_open.2 > +++ b/man2/perf_event_open.2 > @@ -699,7 +699,7 @@ records from various different event sources with different > settings. > Parsing the event stream properly was not possible because the > format of the record was needed to find SAMPLE_ID, but > -the the format could not be found without knowing what > +the format could not be found without knowing what > event the sample belonged to (causing a circular > dependency). > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ -- 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] 11+ messages in thread
* [PATCH 2/3] perf_event_open.2: ffix [not found] ` <1384717125-6012-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 2013-11-17 19:38 ` [PATCH 1/3] perf_event_open.2: tfix David Prévot @ 2013-11-17 19:38 ` David Prévot [not found] ` <1384717125-6012-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 2013-11-17 19:38 ` [PATCH 3/3] perf_event_open.2: pfix David Prévot 2 siblings, 1 reply; 11+ messages in thread From: David Prévot @ 2013-11-17 19:38 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot --- man2/perf_event_open.2 | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 9eb92cb..9d37b44 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -654,7 +654,8 @@ Records a unique ID for the opened event. Unlike .B PERF_SAMPLE_ID the actual ID is returned, not the group leader. -This ID is the same as the one returned by PERF_FORMAT_ID. +This ID is the same as the one returned by +.BR PERF_FORMAT_ID . .TP .B PERF_SAMPLE_RAW Records additional data, if applicable. @@ -689,7 +690,9 @@ This is only available if the underlying hardware supports this feature. .TP .BR PERF_SAMPLE_IDENTIFIER " (Since Linux 3.12)" -Places the SAMPLE_ID value in a fixed position in the record, +Places the +.B SAMPLE_ID +value in a fixed position in the record, either at the beginning (for sample events) or at the end (if a non-sample event). @@ -698,7 +701,9 @@ records from various different event sources with different .I sample_type settings. Parsing the event stream properly was not possible because the -format of the record was needed to find SAMPLE_ID, but +format of the record was needed to find +.BR SAMPLE_ID , +but the format could not be found without knowing what event the sample belonged to (causing a circular dependency). @@ -706,8 +711,12 @@ dependency). This new .B PERF_SAMPLE_IDENTIFIER setting makes the event stream always parsable -by putting SAMPLE_ID in a fixed location, even though -it means having duplicate SAMPLE_ID values in records. +by putting +.B SAMPLE_ID +in a fixed location, even though +it means having duplicate +.B SAMPLE_ID +values in records. .RE .TP .IR "read_format" -- 1.8.4.3 -- 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] 11+ messages in thread
[parent not found: <1384717125-6012-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH 2/3] perf_event_open.2: ffix [not found] ` <1384717125-6012-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2013-12-09 5:43 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 11+ messages in thread From: Michael Kerrisk (man-pages) @ 2013-12-09 5:43 UTC (permalink / raw) To: David Prévot Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Applied. Thanks, Michael On 11/17/13 11:38, David Prévot wrote: > --- > man2/perf_event_open.2 | 19 ++++++++++++++----- > 1 file changed, 14 insertions(+), 5 deletions(-) > > diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 > index 9eb92cb..9d37b44 100644 > --- a/man2/perf_event_open.2 > +++ b/man2/perf_event_open.2 > @@ -654,7 +654,8 @@ Records a unique ID for the opened event. > Unlike > .B PERF_SAMPLE_ID > the actual ID is returned, not the group leader. > -This ID is the same as the one returned by PERF_FORMAT_ID. > +This ID is the same as the one returned by > +.BR PERF_FORMAT_ID . > .TP > .B PERF_SAMPLE_RAW > Records additional data, if applicable. > @@ -689,7 +690,9 @@ This is only available if the underlying hardware > supports this feature. > .TP > .BR PERF_SAMPLE_IDENTIFIER " (Since Linux 3.12)" > -Places the SAMPLE_ID value in a fixed position in the record, > +Places the > +.B SAMPLE_ID > +value in a fixed position in the record, > either at the beginning (for sample events) or at the end > (if a non-sample event). > > @@ -698,7 +701,9 @@ records from various different event sources with different > .I sample_type > settings. > Parsing the event stream properly was not possible because the > -format of the record was needed to find SAMPLE_ID, but > +format of the record was needed to find > +.BR SAMPLE_ID , > +but > the format could not be found without knowing what > event the sample belonged to (causing a circular > dependency). > @@ -706,8 +711,12 @@ dependency). > This new > .B PERF_SAMPLE_IDENTIFIER > setting makes the event stream always parsable > -by putting SAMPLE_ID in a fixed location, even though > -it means having duplicate SAMPLE_ID values in records. > +by putting > +.B SAMPLE_ID > +in a fixed location, even though > +it means having duplicate > +.B SAMPLE_ID > +values in records. > .RE > .TP > .IR "read_format" > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ -- 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] 11+ messages in thread
* [PATCH 3/3] perf_event_open.2: pfix [not found] ` <1384717125-6012-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 2013-11-17 19:38 ` [PATCH 1/3] perf_event_open.2: tfix David Prévot 2013-11-17 19:38 ` [PATCH 2/3] perf_event_open.2: ffix David Prévot @ 2013-11-17 19:38 ` David Prévot [not found] ` <1384717125-6012-4-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 2 siblings, 1 reply; 11+ messages in thread From: David Prévot @ 2013-11-17 19:38 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 9d37b44..d2237e2 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -2374,7 +2374,7 @@ ioctl argument was broken and would repeatedly operate on the event specified rather than iterating across all sibling events in a group. -From Linux 3.4 to Linux 3.11 the mmap +From Linux 3.4 to Linux 3.11, the mmap .I cap_usr_rdpmc and .I cap_usr_time -- 1.8.4.3 -- 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] 11+ messages in thread
[parent not found: <1384717125-6012-4-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH 3/3] perf_event_open.2: pfix [not found] ` <1384717125-6012-4-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2013-12-09 5:43 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 11+ messages in thread From: Michael Kerrisk (man-pages) @ 2013-12-09 5:43 UTC (permalink / raw) To: David Prévot Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA Thanks. Applied. Cheers, Michael On 11/17/13 11:38, David Prévot wrote: > --- > 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 9d37b44..d2237e2 100644 > --- a/man2/perf_event_open.2 > +++ b/man2/perf_event_open.2 > @@ -2374,7 +2374,7 @@ ioctl argument was broken and would repeatedly operate > on the event specified rather than iterating across > all sibling events in a group. > > -From Linux 3.4 to Linux 3.11 the mmap > +From Linux 3.4 to Linux 3.11, the mmap > .I cap_usr_rdpmc > and > .I cap_usr_time > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ -- 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] 11+ messages in thread
end of thread, other threads:[~2013-12-09 5:43 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 16:16 [PATCH 1/3] perf_event_open.2: tfix David Prévot
[not found] ` <1384704976-3877-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-11-17 16:16 ` [PATCH 2/3] perf_event_open.2: ffix David Prévot
2013-11-17 16:16 ` [PATCH 3/3] perf_event_open.2: pfix David Prévot
2013-11-17 18:26 ` [PATCH 1/3] perf_event_open.2: tfix Andre Majorel
[not found] ` <20131117182608.GB20757-956IwFboN44acnK+F/IuxqxOck334EZe@public.gmane.org>
2013-11-17 19:38 ` (unknown), David Prévot
[not found] ` <1384717125-6012-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-11-17 19:38 ` [PATCH 1/3] perf_event_open.2: tfix David Prévot
[not found] ` <1384717125-6012-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-12-09 5:43 ` Michael Kerrisk (man-pages)
2013-11-17 19:38 ` [PATCH 2/3] perf_event_open.2: ffix David Prévot
[not found] ` <1384717125-6012-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-12-09 5:43 ` Michael Kerrisk (man-pages)
2013-11-17 19:38 ` [PATCH 3/3] perf_event_open.2: pfix David Prévot
[not found] ` <1384717125-6012-4-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-12-09 5:43 ` 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; as well as URLs for NNTP newsgroup(s).