perf tools: Remove nr_sort_keys field
authorNamhyung Kim <[email protected]>
Wed, 9 Mar 2016 13:47:01 +0000 (22:47 +0900)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 10 Mar 2016 19:46:08 +0000 (16:46 -0300)
commit86e3ee5224c17b7967aac39aa15539393c144de7
tree74d3f3a96db203c580534399c486217492b04575
parent325a62834e81452d2a6e253444022cf493bbabfc
perf tools: Remove nr_sort_keys field

The nr_sort_keys field is to carry the number of sort entries in a
hpp_list or hists to determine the depth of indentation of a hist entry.
As it's only used in hierarchy mode and now we have used nr_hpp_node for
this reason, there's no need to keep it anymore.  Let's get rid of it.

Signed-off-by: Namhyung Kim <[email protected]>
Tested-by: Jiri Olsa <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/ui/hist.c
tools/perf/util/hist.h
tools/perf/util/sort.c