]> git.baikalelectronics.ru Git - kernel.git/commit
perf c2c report: Make calc_width work with struct c2c_hist_entry
authorJiri Olsa <jolsa@kernel.org>
Fri, 9 Mar 2018 10:14:38 +0000 (11:14 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 16 Mar 2018 16:53:05 +0000 (13:53 -0300)
commitc5014a1e16cd5a799ef13c0ccc71e9ee6fbfa5ad
treec235dc984d4242074228533d9b0050e860070e95
parentd64f309d64b4f3e6ac83871eb1f80346ca1746ca
perf c2c report: Make calc_width work with struct c2c_hist_entry

We are going to calculate tje column width based on the struct
c2c_hist_entry data, so making calc_width to work with struct
c2c_hist_entry.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Joe Mario <jmario@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180309101442.9224-6-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-c2c.c