]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf hists: Introduce struct perf_hpp_list
authorJiri Olsa <jolsa@kernel.org>
Mon, 18 Jan 2016 09:24:12 +0000 (10:24 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 3 Feb 2016 15:24:10 +0000 (12:24 -0300)
commit7c31e10266bd18de163d5c60899591c0540bb002
tree98314ba2dec29fc882722104ec44e9bec0fe96c0
parent6d3375efebe906ad0ce55ddaa883bf41fd8c444b
perf hists: Introduce struct perf_hpp_list

Gather output and sort lists under struct perf_hpp_list, so we could
have multiple instancies of sort/output format entries.

Replacing current perf_hpp__list and perf_hpp__sort_list lists with
single perf_hpp_list instance.

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/1453109064-1026-15-git-send-email-jolsa@kernel.org
[ Renamed fields to .{fields,sorts} as suggested by Namhyung and acked by Jiri ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/hist.c
tools/perf/util/hist.h