perf stdio: Do not pass hists in hist_entry__fprintf
authorJiri Olsa <jolsa@kernel.org>
Tue, 14 Jun 2016 18:19:17 +0000 (20:19 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 15 Jun 2016 13:47:11 +0000 (10:47 -0300)
commit8f1d1b4452ce71a231d1a22e6357285fb773c551
tree9992b1b42e1879373d9085add1e96626e739e7b9
parent7a72a2e5e6e06172ae26a3c5c8c89a5578f28432
perf stdio: Do not pass hists in hist_entry__fprintf

There's no need, we have the hists pointer in struct hist_entry.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1465928361-2442-8-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/stdio/hist.c