On 12/20/2011 12:58 AM, Arnaldo Carvalho de Melo wrote:
Em Fri, Dec 16, 2011 at 11:13:07AM +0400, Andrew Vagin escreveu:
Hi Arnaldo,
Could you review and commit this patch. It's quite common
functionality, which allow to get events more effectively and to
avoid losing events.
All other patches
Service transports are parametrized by network namespace. And thus lookup of
transport instance have to take network namespace into account.
Signed-off-by: Stanislav Kinsbursky
---
fs/lockd/svc.c |2 +-
fs/nfsd/nfsctl.c|4 ++--
include/linux/sunrpc/svc_x
On Tue, 2011-12-20 at 12:07 +0400, Andrew Vagin wrote:
> Look at the comment below. In it I try describe why we need this
> functionality.
Its not about comments, a patch has to have a Changelog that covers the
why and what. If it doesn't the patch won't go anywhere. Also, its not
the maintainer
On 12/20/2011 03:14 PM, Stanislav Kinsbursky wrote:
Service transports are parametrized by network namespace. And thus lookup of
transport instance have to take network namespace into account.
Signed-off-by: Stanislav Kinsbursky
---
fs/lockd/svc.c |2 +-
fs/nfsd/nfsctl.c
20.12.2011 14:25, Glauber Costa пишет:
On 12/20/2011 03:14 PM, Stanislav Kinsbursky wrote:
Service transports are parametrized by network namespace. And thus lookup of
transport instance have to take network namespace into account.
Signed-off-by: Stanislav Kinsbursky
---
fs/lockd/svc.c
Em Tue, Dec 20, 2011 at 12:07:41PM +0400, Andrew Vagin escreveu:
> On 12/20/2011 12:58 AM, Arnaldo Carvalho de Melo wrote:
> >Em Fri, Dec 16, 2011 at 11:13:07AM +0400, Andrew Vagin escreveu:
> >>Hi Arnaldo,
> >>
> >>Could you review and commit this patch. It's quite common
> >>functionality, which
The problem is that when SAMPLE_PERIOD is not set, kernel generates a
number of samples in proportion to an event's period. Number of these
samples may be too big and a kernel throttles all samples above a
defined limit.
E.g.: I want to trace when a process sleeps. I created a process, which
sleep
Em Tue, Dec 20, 2011 at 05:32:45PM +0300, Andrew Vagin escreveu:
> diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c
> index 766fa0a..f8fd14f 100644
> --- a/tools/perf/builtin-record.c
> +++ b/tools/perf/builtin-record.c
> @@ -700,6 +700,7 @@ const struct option record_options[
From: Andrew Vagin
The problem is that when SAMPLE_PERIOD is not set, the kernel generates
a number of samples in proportion to an event's period. Number of these
samples may be too big and the kernel throttles all samples above a
defined limit.
E.g.: I want to trace when a process sleeps. I cre
Hi Ingo,
Please consider pulling from:
git://github.com/acmel/linux.git perf/core
There are still patchkits I need to merge/review, thanks everybody, the
more, the better!
I'll continue processing them tomorrow,
Regards,
- Arnaldo
Andrew Vagin (1):
perf record: Add
* Arnaldo Carvalho de Melo wrote:
> Hi Ingo,
>
> Please consider pulling from:
>
> git://github.com/acmel/linux.git perf/core
>
> There are still patchkits I need to merge/review, thanks everybody, the
> more, the better!
>
> I'll continue processing them tomorrow,
>
> R
11 matches
Mail list logo