Re: [patch] perf_event_open.2: PERF_RECORD_LOST_SAMPLES record type

2016-10-17 Thread Michael Kerrisk (man-pages)
Hello Vince, On 10/16/2016 04:02 AM, Vince Weaver wrote: > > Linux 4.2 added a new record type: PERF_RECORD_LOST_SAMPLES > It is generated when hardware samples (currently only Intel PEBS) > are lost. Thanks! Applied! Cheers, Michael > Signed-off-by: Vince Weaver

Re: [patch] perf_event_open.2: PERF_RECORD_LOST_SAMPLES record type

2016-10-17 Thread Michael Kerrisk (man-pages)
Hello Vince, On 10/16/2016 04:02 AM, Vince Weaver wrote: > > Linux 4.2 added a new record type: PERF_RECORD_LOST_SAMPLES > It is generated when hardware samples (currently only Intel PEBS) > are lost. Thanks! Applied! Cheers, Michael > Signed-off-by: Vince Weaver > > diff --git

[patch] perf_event_open.2: PERF_RECORD_LOST_SAMPLES record type

2016-10-15 Thread Vince Weaver
Linux 4.2 added a new record type: PERF_RECORD_LOST_SAMPLES It is generated when hardware samples (currently only Intel PEBS) are lost. Signed-off-by: Vince Weaver diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 9f33122..a47df2d 100644 ---

[patch] perf_event_open.2: PERF_RECORD_LOST_SAMPLES record type

2016-10-15 Thread Vince Weaver
Linux 4.2 added a new record type: PERF_RECORD_LOST_SAMPLES It is generated when hardware samples (currently only Intel PEBS) are lost. Signed-off-by: Vince Weaver diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 9f33122..a47df2d 100644 --- a/man2/perf_event_open.2 +++