]> Pileus Git - ~andy/linux/commitdiff
perf timechart: Remove misplaced __maybe_unused
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 27 Nov 2013 19:32:56 +0000 (16:32 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 27 Nov 2013 19:32:56 +0000 (16:32 -0300)
The 'event' parameter _is_ used.

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: Stanislav Fomichev <stfomichev@yandex-team.ru>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-`ranpwd
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-timechart.c

index c246f029062317ef55ccd979be953078e9279924..680632d7e26a1a372e8e918d92947cf8726ad166 100644 (file)
@@ -511,7 +511,7 @@ typedef int (*tracepoint_handler)(struct perf_evsel *evsel,
                                  const char *backtrace);
 
 static int process_sample_event(struct perf_tool *tool __maybe_unused,
-                               union perf_event *event __maybe_unused,
+                               union perf_event *event,
                                struct perf_sample *sample,
                                struct perf_evsel *evsel,
                                struct machine *machine __maybe_unused)