perf script: Stop updating hists stats, not used
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 9 Oct 2014 14:45:42 +0000 (11:45 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 9 Oct 2014 14:46:41 +0000 (11:46 -0300)
Not used here, remove to reduce perf_evsel/hists structs interaction.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jean Pihet <jean.pihet@linaro.org>
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-zzmoo39yalrl9hzu9nc2xqml@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c

index b9b9e58a6c399d4c4c2e8dc3162598acf2b1cd62..6b4925f65bf02f42bfa98641842ea6df9a826c5f 100644 (file)
@@ -572,7 +572,6 @@ static int process_sample_event(struct perf_tool *tool __maybe_unused,
 
        scripting_ops->process_event(event, sample, evsel, thread, &al);
 
-       evsel->hists.stats.total_period += sample->period;
        return 0;
 }
 
This page took 0.037206 seconds and 5 git commands to generate.