perf mem: Remove unused parameter from dump_raw_samples()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 19 Dec 2013 20:00:45 +0000 (17:00 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 19 Dec 2013 20:03:39 +0000 (17:03 -0300)
commit8b640cc4c56cee14bfe5cfb4dbb372ac66d5ec6b
treede4b15ad89a41ecbcbfa4a22e0deb0421d4089f6
parent8853a1b76288d79aa1a6c5b8fe623d892aa9958b
perf mem: Remove unused parameter from dump_raw_samples()

The 'evsel' parameter is not used, ditch it, reducing the function
signature.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-kx9temzdcy7mk2edya9c1tdu@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-mem.c