Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1601577

Re: [PATCH] perf/record: make perf_event__synthesize_mmap_events() scale

Path csiph.com!feeder.erje.net!1.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod
From Stephane Eranian <eranian@google.com>
Newsgroups linux.kernel
Subject Re: [PATCH] perf/record: make perf_event__synthesize_mmap_events() scale
Date Wed, 15 Mar 2017 18:20:02 +0100
Message-ID <tlkKC-2iu-5@gated-at.bofh.it> (permalink)
References <tlb4C-3T0-11@gated-at.bofh.it> <tlhD4-8pQ-7@gated-at.bofh.it> <tlhD4-8pQ-5@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=EaLnaIR8CqZQ010vhUgsIsU6MCINQQkHkBGuTlrjLHo=; b=IP/Uu8M4rSnXVKN8FokPziI2GxeK5D4Eoo976i4nFZsJZboyDIkGdOuZx8clc3TyCv AV65J/P5lXC8LskFMSY3/Sl4WBYAtIhmvNQlNfsufdhQDInmIV7N7aqCiZ6qns4yvjxp gqhSDNLcJxvyhwTjTxklxFFoxlsc6ExIWf0HE/39fyVNeOxUpzU9I8yJX4njBgdv9HAW 6QBMzQkexJaMGb4HL3eiea3hEwMAIEnBN//SP/LFSSby/ZTT0VD1kjuyhO8MfLivFFtw LjHDBXdLWoYJauby0cS2ZsX0AklD90PQ1vJtRtpBv6pAh5I6DyqXmrU/9eyp0enQh3tI vS3w==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=EaLnaIR8CqZQ010vhUgsIsU6MCINQQkHkBGuTlrjLHo=; b=hJFGnP5DDuVCDSzbyg0IXTuIQMh5USffdT1NSBrvzJWckZplgjHtuBseN0fblq7rgB 0tAfAGbkAU4o9aF4Y+rPz0LONCekH8TAoH21PkE4K36Wujktf2qx1eHf509hqhxP9Uqc Tqy8z6sD4RcMbCnV1RZSTkx7OTdHt572MZ21xz2zSqE05bver7bEqKCr1Opk+7tk8Q4D JRsRTW0bhGrU7o2bWnqGl0WHd89N+8s76OoIVv2mUCkQ+mFXfqpP3e6W6YUz79bXe/3O jOZhyny+PAuOt3D1wTBXgVxLAg4bykomX5O2qU603Qny638C+CcACM4gllD2kO3sCHiS U2Qw==
X-Gm-Message-State AFeK/H0egX1AbPku2OF53eD0ga7kB9dDpGSlQ+hk8qbpJtlcw7EpKP0/3aI53OVORJdCXcEqkwAUlwVWM81+9BIC
X-Received by 10.36.86.83 with SMTP id o80mr23151400itb.65.1489597707965; Wed, 15 Mar 2017 10:08:27 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 10
Organization linux.* mail to news gateway
X-Original-Cc Arnaldo Carvalho de Melo <acme@redhat.com>, LKML <linux-kernel@vger.kernel.org>, Peter Zijlstra <peterz@infradead.org>, Ingo Molnar <mingo@kernel.org>, Jiri Olsa <jolsa@redhat.com>, namhyung.kim@kernel.org
X-Original-Date Wed, 15 Mar 2017 10:08:27 -0700
X-Original-Message-ID <CABPqkBQqyhhwMoJRdnZhPqu=PW4eUkDACzT5+U86fh6MsvHHKA@mail.gmail.com>
X-Original-References <1489561041-19778-1-git-send-email-eranian@google.com> <20170315135059.GC2177@redhat.com> <20170315135822.GJ12825@kernel.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1601577

Show key headers only | View raw


On Wed, Mar 15, 2017 at 6:58 AM, Arnaldo Carvalho de Melo
<acme@kernel.org> wrote:
> Em Wed, Mar 15, 2017 at 10:50:59AM -0300, Arnaldo Carvalho de Melo escreveu:
>> So, fixing up the "tasks" -> "tasks" we end up with something safe and
>> that avoids this by now
>
> "tasks" -> "task", grrr
>
Oops, yeah, sorry about that.
Let me submit a V2 with the fix.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] perf/record: make perf_event__synthesize_mmap_events() scale Stephane Eranian <eranian@google.com> - 2017-03-15 08:00 +0100
  Re: [PATCH] perf/record: make perf_event__synthesize_mmap_events()  scale Jiri Olsa <jolsa@redhat.com> - 2017-03-15 12:40 +0100
  Re: [PATCH] perf/record: make perf_event__synthesize_mmap_events()  scale Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-15 15:00 +0100
    Re: [PATCH] perf/record: make perf_event__synthesize_mmap_events() scale Stephane Eranian <eranian@google.com> - 2017-03-15 18:20 +0100
      Re: [PATCH] perf/record: make perf_event__synthesize_mmap_events()  scale Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-15 18:50 +0100
        Re: [PATCH] perf/record: make perf_event__synthesize_mmap_events() scale Stephane Eranian <eranian@google.com> - 2017-03-16 03:40 +0100
  Re: [PATCH] perf/record: make perf_event__synthesize_mmap_events()  scale Arnaldo Carvalho de Melo <acme@redhat.com> - 2017-03-15 15:00 +0100

csiph-web