]> git.baikalelectronics.ru Git - kernel.git/commit
perf hists: Add _idx fields into struct perf_hpp_fmt
authorJiri Olsa <jolsa@kernel.org>
Mon, 18 Jan 2016 09:24:01 +0000 (10:24 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 3 Feb 2016 14:13:11 +0000 (11:13 -0300)
commit2586fc1290f38600609b9d9759f2ae0868857b60
treef6465eee57670332170101cfcd474759f79db096
parent944cb2a6b3f34d2348b308b4961f9e1994de681c
perf hists: Add _idx fields into struct perf_hpp_fmt

Currently there's no way of comparing hpp format entries, which is
needed in following patches.

Adding _idx fields into struct perf_hpp_fmt to recognize and be able to
compare hpp format entries.

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-4-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/hist.c
tools/perf/util/hist.h