linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David Prévot" <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	"David Prévot" <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
Subject: [PATCH 2/3] perf_event_open.2: ffix
Date: Sun, 17 Nov 2013 15:38:44 -0400	[thread overview]
Message-ID: <1384717125-6012-3-git-send-email-taffit@debian.org> (raw)
In-Reply-To: <1384717125-6012-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>

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

  parent reply	other threads:[~2013-11-17 19:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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           ` David Prévot [this message]
     [not found]             ` <1384717125-6012-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-12-09  5:43               ` [PATCH 2/3] perf_event_open.2: ffix 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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1384717125-6012-3-git-send-email-taffit@debian.org \
    --to=taffit-8fiuurrzop0dnm+yrofe0a@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).