]> bbs.cooldavid.org Git - net-next-2.6.git/commit
perf probe: Support static and global variables
authorMasami Hiramatsu <mhiramat@redhat.com>
Wed, 19 May 2010 19:57:49 +0000 (15:57 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 5 Jul 2010 21:51:33 +0000 (18:51 -0300)
commitb7dcb857cc3eb89136111fefe89780129c1af1d7
tree21350796c508db4fb782f3e61eb63f62c3527f69
parentb2a3c12b7442247c440f7083d48ef05716753ec1
perf probe: Support static and global variables

Add static and global variables support to perf probe.
This allows user to trace non-local variables (and
structure members) at probe points.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20100519195749.2885.17451.stgit@localhost6.localdomain6>
Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/probe-event.c
tools/perf/util/probe-finder.c