perf probe: Show accessible global variables
Add --externs for allowing --vars to show accessible global (externally defined) variables from a given probe point too. This will give you a hint which globals can be accessible from the probe point. Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Cc: Ingo Molnar <mingo@elte.hu> Cc: Frederic Weisbecker <fweisbec@gmail.com> LKML-Reference: <20101021101335.3542.31003.stgit@ltc236.sdl.hitachi.co.jp> Signed-off-by:Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/Documentation/perf-probe.txt 5 additions, 1 deletiontools/perf/Documentation/perf-probe.txt
- tools/perf/builtin-probe.c 6 additions, 2 deletionstools/perf/builtin-probe.c
- tools/perf/util/probe-event.c 4 additions, 4 deletionstools/perf/util/probe-event.c
- tools/perf/util/probe-event.h 1 addition, 1 deletiontools/perf/util/probe-event.h
- tools/perf/util/probe-finder.c 21 additions, 5 deletionstools/perf/util/probe-finder.c
- tools/perf/util/probe-finder.h 4 additions, 1 deletiontools/perf/util/probe-finder.h
Loading
Please register or sign in to comment