]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfb1eb5b87d4d3cbed8c426764bec163afa7e69b8
treea02dd78660f3e1fede77cc06c75e15cfc862c12f
parent6ab8eec36a403d8e728ceb857e33b3ed6bc8b929
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