From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756288Ab3KWUOi (ORCPT ); Sat, 23 Nov 2013 15:14:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13135 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755718Ab3KWUOh (ORCPT ); Sat, 23 Nov 2013 15:14:37 -0500 Date: Sat, 23 Nov 2013 21:15:43 +0100 From: Oleg Nesterov To: Steven Rostedt , Namhyung Kim , Masami Hiramatsu , Frederic Weisbecker , Ingo Molnar , Jiri Olsa Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/1] tracing: Introduce "pseudo registers" for FETCH_MTD_reg Message-ID: <20131123201543.GA22148@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, After I looked at Namhyung's patches I learned that trace_probes has a rich set of ->fetch methods. But perhaps it makes sense to add a bit more? The patch is simple and the idea looks natural. If this patch is accepted, I can try to add a bit more hacks to fetch the per-cpu data, but this needs a couple of simple preparations. Oleg.