1. 24 2月, 2010 5 次提交
  2. 23 2月, 2010 34 次提交
  3. 22 2月, 2010 1 次提交
    • M
      perf probe: Init struct probe_point and set counter correctly · 388c3aab
      Masami Hiramatsu 提交于
      Clear struct probe_point before using it in
      show_perf_probe_events(), and set pp->found counter correctly in
      synthesize_perf_probe_point(). Without this initialization,
      clear_probe_point() will free random addresses.
      Signed-off-by: NMasami Hiramatsu <mhiramat@redhat.com>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Mike Galbraith <efault@gmx.de>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
      Cc: Frederic Weisbecker <fweisbec@gmail.com>
      Cc: systemtap <systemtap@sources.redhat.com>
      Cc: DLE <dle-develop@lists.sourceforge.net>
      LKML-Reference: <20100218181652.26547.57790.stgit@dhcp-100-2-132.bos.redhat.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      388c3aab