perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback
authorJiri Olsa <jolsa@kernel.org>
Tue, 14 Jun 2016 18:19:20 +0000 (20:19 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 15 Jun 2016 13:50:04 +0000 (10:50 -0300)
commitda1b0407c866e7a8679cd3b64b35d83825c58a14
treeb61bfc866505fb302348f9c39c2a14e3bfa93727
parent053721736011ee52e83b8e8794d922d1c511a4d3
perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback

Replacing perf_evsel arg perf_hpp_fmt's width callback with hists
object.

This will be helpful in future for non evsel related hist browsers.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
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-11-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-diff.c
tools/perf/ui/browsers/hists.c
tools/perf/ui/hist.c
tools/perf/ui/stdio/hist.c
tools/perf/util/hist.c
tools/perf/util/hist.h
tools/perf/util/sort.c
This page took 0.025192 seconds and 5 git commands to generate.