* [patch 11/11] perf_event_open.2: add possibility of EBUSY error
@ 2015-07-23 17:16 Vince Weaver
2015-10-14 6:47 ` Michael Kerrisk (man-pages)
0 siblings, 1 reply; 2+ messages in thread
From: Vince Weaver @ 2015-07-23 17:16 UTC (permalink / raw)
To: Michael Kerrisk (man-pages)
Cc: linux-man, linux-kernel, Peter Zijlstra, Ingo Molnar,
Arnaldo Carvalho de Melo, Alexander Shishkin, Borislav Petkov,
Frederic Weisbecker, H. Peter Anvin, Kaixu Xia, Linus Torvalds,
Mike Galbraith, Robert Richter, Stephane Eranian, Thomas Gleixner,
adrian.hunter, kan.liang, markus.t.metzger, mathieu.poirier,
Vince Weaver
Linux 4.1 added the possibility of perf_event_open() returning
EBUSY if an existing exclusive event controls the PMU.
This was introduced by the following commit:
commit bed5b25ad9c8a2f5d735ef0bc746ec870c01c1b0
Author: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Date: Fri Jan 30 12:31:06 2015 +0200
perf: Add a pmu capability for "exclusive" events
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Kaixu Xia <kaixu.xia@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Robert Richter <rric@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: acme@infradead.org
Cc: adrian.hunter@intel.com
Cc: kan.liang@intel.com
Cc: markus.t.metzger@intel.com
Cc: mathieu.poirier@linaro.org
Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index b3cd93f..3d03786 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -2911,6 +2911,11 @@ the cgroup file descriptor in
.I pid
is not valid.
.TP
+.BR EBUSY " (since Linux 4.1)"
+.\" bed5b25ad9c8a2f5d735ef0bc746ec870c01c1b0
+Returned if another event already has exclusive
+access to the PMU.
+.TP
.B EFAULT
Returned if the
.I attr
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch 11/11] perf_event_open.2: add possibility of EBUSY error
2015-07-23 17:16 [patch 11/11] perf_event_open.2: add possibility of EBUSY error Vince Weaver
@ 2015-10-14 6:47 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-10-14 6:47 UTC (permalink / raw)
To: Vince Weaver
Cc: mtk.manpages, linux-man, linux-kernel, Peter Zijlstra,
Ingo Molnar, Arnaldo Carvalho de Melo, Alexander Shishkin,
Borislav Petkov, Frederic Weisbecker, H. Peter Anvin, Kaixu Xia,
Linus Torvalds, Mike Galbraith, Robert Richter, Stephane Eranian,
Thomas Gleixner, adrian.hunter, kan.liang, markus.t.metzger,
mathieu.poirier
On 07/23/2015 07:16 PM, Vince Weaver wrote:
>
> Linux 4.1 added the possibility of perf_event_open() returning
> EBUSY if an existing exclusive event controls the PMU.
Thanks, Vince. Applied.
Cheers,
Michael
> This was introduced by the following commit:
>
> commit bed5b25ad9c8a2f5d735ef0bc746ec870c01c1b0
> Author: Alexander Shishkin <alexander.shishkin@linux.intel.com>
> Date: Fri Jan 30 12:31:06 2015 +0200
>
> perf: Add a pmu capability for "exclusive" events
>
> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
> Cc: Borislav Petkov <bp@alien8.de>
> Cc: Frederic Weisbecker <fweisbec@gmail.com>
> Cc: H. Peter Anvin <hpa@zytor.com>
> Cc: Kaixu Xia <kaixu.xia@linaro.org>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>
> Cc: Mike Galbraith <efault@gmx.de>
> Cc: Paul Mackerras <paulus@samba.org>
> Cc: Robert Richter <rric@kernel.org>
> Cc: Stephane Eranian <eranian@google.com>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: acme@infradead.org
> Cc: adrian.hunter@intel.com
> Cc: kan.liang@intel.com
> Cc: markus.t.metzger@intel.com
> Cc: mathieu.poirier@linaro.org
>
> Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
>
> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
> index b3cd93f..3d03786 100644
> --- a/man2/perf_event_open.2
> +++ b/man2/perf_event_open.2
> @@ -2911,6 +2911,11 @@ the cgroup file descriptor in
> .I pid
> is not valid.
> .TP
> +.BR EBUSY " (since Linux 4.1)"
> +.\" bed5b25ad9c8a2f5d735ef0bc746ec870c01c1b0
> +Returned if another event already has exclusive
> +access to the PMU.
> +.TP
> .B EFAULT
> Returned if the
> .I attr
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-14 6:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 17:16 [patch 11/11] perf_event_open.2: add possibility of EBUSY error Vince Weaver
2015-10-14 6:47 ` 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