perf tools: Pass perf_hpp_list all the way through setup_sort_list
authorJiri Olsa <jolsa@redhat.com>
Wed, 9 Mar 2016 10:04:17 +0000 (11:04 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 Mar 2016 13:37:26 +0000 (10:37 -0300)
commitd7b617f51be4fffa3cbb5adf6d4258e616dce294
treea02dd78660f3e1fede77cc06c75e15cfc862c12f
parent616df645d7238e45d3b369933a30fee4e4e305e2
perf tools: Pass perf_hpp_list all the way through setup_sort_list

Pass perf_hpp_list all the way through setup_sort_list so that the sort
entry can be added on the arbitrary list.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20160309100417.GA30910@krava.redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/sort.c