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)
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>

No differences found