From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754648AbbGTShz (ORCPT ); Mon, 20 Jul 2015 14:37:55 -0400 Received: from mail.kernel.org ([198.145.29.136]:56039 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753588AbbGTShw (ORCPT ); Mon, 20 Jul 2015 14:37:52 -0400 Date: Mon, 20 Jul 2015 15:36:40 -0300 From: Arnaldo Carvalho de Melo To: Masami Hiramatsu Cc: Peter Zijlstra , linux-kernel@vger.kernel.org, Adrian Hunter , Ingo Molnar , Paul Mackerras , Jiri Olsa , Namhyung Kim , Borislav Petkov , Hemant Kumar Subject: Re: [RFC PATCH perf/core v2 00/16] perf-probe --cache and SDT support Message-ID: <20150720183640.GB5368@kernel.org> References: <20150715091352.8915.87480.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150715091352.8915.87480.stgit@localhost.localdomain> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Jul 15, 2015 at 06:13:53PM +0900, Masami Hiramatsu escreveu: > Hi, > > Here is the 2nd version of the patchset for probe-cache and > initial SDT support which are going to be perf-cache finally. Applied the first three patches, after fixing up a trivial clash with work I did in perf/core. - Arnaldo