From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f169.google.com (mail-ie0-f169.google.com [209.85.223.169]) by kanga.kvack.org (Postfix) with ESMTP id AA4CE6B0038 for ; Mon, 13 Apr 2015 19:09:30 -0400 (EDT) Received: by iejt8 with SMTP id t8so1769359iej.2 for ; Mon, 13 Apr 2015 16:09:30 -0700 (PDT) Received: from mail.kernel.org (mail.kernel.org. [198.145.29.136]) by mx.google.com with ESMTP id 92si10678330ior.53.2015.04.13.16.09.29 for ; Mon, 13 Apr 2015 16:09:30 -0700 (PDT) Date: Mon, 13 Apr 2015 20:09:23 -0300 From: Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/5] perf/core improvements and fixes Message-ID: <20150413230923.GA16027@kernel.org> References: <1428963302-31538-1-git-send-email-acme@kernel.org> <552C4423.6020001@hitachi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <552C4423.6020001@hitachi.com> Sender: owner-linux-mm@kvack.org List-ID: To: Masami Hiramatsu Cc: Ingo Molnar , linux-kernel@vger.kernel.org, David Ahern , He Kuang , Jiri Olsa , Joonsoo Kim , linux-mm@kvack.org, Minchan Kim , Namhyung Kim , Peter Zijlstra , Steven Rostedt , Wang Nan Em Tue, Apr 14, 2015 at 07:33:07AM +0900, Masami Hiramatsu escreveu: > Hi, Arnaldo, > > > perf probe: Make --source avaiable when probe with lazy_line > > No, could you pull Naohiro's patch? > I'd like to move get_real_path to probe_finder.c OOps, yeah, you asked for that... Ingo, please ignore this pull request for now, thanks, - Arnaldo > Thank you, > > (2015/04/14 7:14), Arnaldo Carvalho de Melo wrote: > > Hi Ingo, > > > > Please consider pulling, > > > > Best regards, > > > > - Arnaldo > > > > The following changes since commit 066450be419fa48007a9f29e19828f2a86198754: > > > > perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init() (2015-04-12 11:21:15 +0200) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo > > > > for you to fetch changes up to be8d5b1c6b468d10bd2928bbd1a5ca3fd2980402: > > > > perf probe: Fix segfault when probe with lazy_line to file (2015-04-13 17:59:41 -0300) > > > > ---------------------------------------------------------------- > > perf/core improvements and fixes: > > > > New features: > > > > - Analyze page allocator events also in 'perf kmem' (Namhyung Kim) > > > > User visible fixes: > > > > - Fix retprobe 'perf probe' handling when failing to find needed debuginfo (He Kuang) > > > > - lazy_line probe fixes in 'perf probe' (He Kuang) > > > > Infrastructure: > > > > - Record pfn instead of pointer to struct page in tracepoints (Namhyung Kim) > > > > Signed-off-by: Arnaldo Carvalho de Melo > > > > ---------------------------------------------------------------- > > He Kuang (3): > > perf probe: Set retprobe flag when probe in address-based alternative mode > > perf probe: Make --source avaiable when probe with lazy_line > > perf probe: Fix segfault when probe with lazy_line to file > > > > Namhyung Kim (2): > > tracing, mm: Record pfn instead of pointer to struct page > > perf kmem: Analyze page allocator events also > > > > include/trace/events/filemap.h | 8 +- > > include/trace/events/kmem.h | 42 +-- > > include/trace/events/vmscan.h | 8 +- > > tools/perf/Documentation/perf-kmem.txt | 8 +- > > tools/perf/builtin-kmem.c | 500 +++++++++++++++++++++++++++++++-- > > tools/perf/util/probe-event.c | 3 +- > > tools/perf/util/probe-event.h | 2 + > > tools/perf/util/probe-finder.c | 20 +- > > 8 files changed, 540 insertions(+), 51 deletions(-) > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > Please read the FAQ at http://www.tux.org/lkml/ > > > > > > > -- > Masami HIRAMATSU > Linux Technology Research Center, System Productivity Research Dept. > Center for Technology Innovation - Systems Engineering > Hitachi, Ltd., Research & Development Group > E-mail: masami.hiramatsu.pt@hitachi.com > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org